Changeset 266
- Timestamp:
- Nov 1, 2006, 2:24:36 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/npemap.org.uk/static/tiles/mapTiles.js
r265 r266 563 563 564 564 function formatDeg(num) { 565 var text = (Math.floor(num * 10)/10) + " °";565 var text = (Math.floor(num * 10)/10) + "\u00B0 "; 566 566 return text; 567 567 }
Note: See TracChangeset
for help on using the changeset viewer.