Posts Tagged ‘json’

Mapping lat/lon values with JavaScript

Wednesday, March 19th, 2008

Googe Maps loads about 400 kByte for each visit to casastristes.org. Sometimes I prefer to implement a static map instead but still using latitude and longitude values for mapping the places. In the following example I show how to convert lat/lon values to x/y coordinates for the use on a static map.

(more…)