Changeset 191 for trunk/gpx.npemap.org.uk/tracer.html
- Timestamp:
- Oct 26, 2006, 9:42:44 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gpx.npemap.org.uk/tracer.html
r188 r191 401 401 // handle zoom in url 402 402 if(map_northing.indexOf(",") > 0) { 403 map_northing = map_northing.substring( 0, coords.indexOf(",") );403 map_northing = map_northing.substring( 0, map_northing.indexOf(",") ); 404 404 } 405 405
Note: See TracChangeset
for help on using the changeset viewer.