Changeset 188 for trunk/gpx.npemap.org.uk/tracer.html
- Timestamp:
- Oct 26, 2006, 9:23:11 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gpx.npemap.org.uk/tracer.html
r186 r188 399 399 map_northing = coords.substring( coords.indexOf(",") + 1 ); 400 400 401 // make numbers 401 // handle zoom in url 402 if(map_northing.indexOf(",") > 0) { 403 map_northing = map_northing.substring( 0, coords.indexOf(",") ); 404 } 405 406 // make into numbers 402 407 map_easting = map_easting / 1; 403 408 map_northing = map_northing / 1;
Note: See TracChangeset
for help on using the changeset viewer.