Have any one done changing design of World Map with Styled Map Wizard ?
I was trying to change the way google map looks but I am still struggling.
Those of you who knows how to chage google map design, please give me advice.
Thank you,
Have any one done changing design of World Map with Styled Map Wizard ? I was trying to change the way google map looks but I am still struggling. Those of you who knows how to chage google map design, please give me advice. Thank you, |
Not done anything with it, but I think you need to look at the map.html template. In there you see BxWmapOnloadCallback__suffix__ = function () { This is where I believe you can add the map style. For more information see: https://developers.google.com/maps/documentation/javascript/reference?hl=nl&csw=1#MapOptions Dedicated servers for as little as $32 (28 euro) - See http://denre.com for more information |
Hi Denre Thank you for your advice!! I will try that. If I have figure it out I will post again. Thanks, |
Hi I have replaced code as below but blank map. ------------------------------- var mapOptions = { ------------------------------ For those of you that have done this, please give me an advice. Thanks! |
Here a simple, but complete example https://developers.google.com/maps/documentation/javascript/examples/maptype-styled-simple var map; Dedicated servers for as little as $32 (28 euro) - See http://denre.com for more information |
Thank you for your advice. When map customization has done I will post again. Thank you. |