GeoJSON#62
Conversation
|
I might be wrong, but I believe all map labels are actually sector or region names (including, for example, the labels on the WvW maps). For the I'm really not a fan of including all languages -- the way the backend servers are set up, each language is an additional request (because it has to switch languages in the same manner as the client) -- which is fairly wasteful if the application is only going to display one of them. Now that we're honoring the |
|
The map/region labels (names) are in the root of the response, while sectors are under "points_of_interest" - so we need a Feature for these in GeoJSON. You can basically put anything into a |
|
It's less NPC locations and more "where the markers for NPCs are placed on the worldmap". I believe that the marker locations are derived from the NPC locations, but I'm not entirely sure. |
|
a basic google maps implementation |
http://gw2.chillerlan.net/examples/leaflet-maps-v2-geojson.htmlHowever, i'm a bit unhappy with the map response. Once we get sector boundarys and maybe event data, it'd require additional features for each polyline/polygon.