ammap3
ammap3 copied to clipboard
JavaScript Maps V3
Want to show Single Continent at a time with it's countries. Say Asia with it's countries. Other Continents will not be shown.
In all js and svg (italyHigh / italyLow) Abruzzo has the wrong code IT_65 instead of IT-65
Right now on the WorldHigh maps, the inland sea (the IJsselmeer, Markermeer, and IJmeer) are not showing up, giving the Netherlands a very different geography than it really has. For...
Hi. Good job for the map, it's really useful and really has good features. But I found something weird, I try to use dialog from angular material on ammap listener,...
Hi Guys, Good job with the Map, i really like it and you guys the only one that support small country such as hongkong, singapore, etc. But there is issue...
how to create custom map and use svg and js?
Hi there, Is there a way to drill countries' provinces/region/states to there respective cities. ### Example - Used map-layer: ```canadaLow.js``` - Expected Feature: ``` Expand to Ontario (Which is available)...
I am trying to draw (animate) a curved line on a map by giving 3 points coordinates but it seems it always draws a curve line from right to left....
Error on the last version of amcharts/ammap ``` ammap.js:44 Error: attribute d: Expected number, "M0.5,0.5 LNaN,0.5 LNaN,19.…". | setAttr | @ | ammap.js:44 -- | -- | -- | -- ...
I want to manipulate zoomLvL and the zoomCoordinates of mapObjects(mapAreas). with `map.zoomToLongLat(areaZoomLvL + offset, areaLong + offset, areaLat+ offset)` I can zoom to a specific location. I'm fine with the...