-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not rendering maps #9
Comments
Please note that you can embed code in a comment on GitHub by using back quotes, and syntax highlighting is supported. I've edited your post above, you can embed code like:
|
I can't reproduce your problem - are you setting the app ID and app code correctly in the component? |
Yes i'm setting the appId and appCode.So, this is how we pass right ? <HEREMap
appId={“7f7oMXnFEgUINPBJLRBH”}
appCode={“jnaw70Jmxhgh_BBrXn1a5”}
center={{ lat: 51, lng: 0 }}
zoom={14}
secure={true}
/> Am i missing something ? |
Hi, I have the same problem. But it does not show the map. I use the "getting started" code. my credentials so ok |
@arvenz0210 If the map isn't showing at all for you, would you mind opening up a different issue for me? I could do with a screenshot either way, though. I think (hope!) I should be able to solve issues where the map doesn't show at all a fair bit easier than the kind of graphical glitch reported here. |
I am trying your react-here-maps for my new project. The map doesn't get rendered properly.
Attached how my component looks like. Also attaching image how it looks
The text was updated successfully, but these errors were encountered: