Modest Maps is a library for creating interactive maps for web sites.

learn more… | top users | synonyms

1
vote
0answers
83 views

Is there a ModestMaps or other flex library for finding the distance between 2 lat/lon coordinates?

I'm using ModestMaps in my Adobe Flex application. Is there a flex library method to calculate the distance between two of my lat/lon coordinates, or am I stuck coding the Haversine by hand? I've ...
0
votes
0answers
113 views

Loading geojson like map tiles in modestmaps

I have a map that's using modestmaps.js quite nicely so far. However, under my naive implementation around 200kb of data is loaded at each zoom level to be rendered as markers (it's in geoJson, but ...