Changeset 25576 in osm for applications/viewer/jmapviewer/src/org/openstreetmap
- Timestamp:
- 2011-03-11T22:17:41+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/tilesources/AbstractOsmTileSource.java
r25538 r25576 25 25 this.name = name; 26 26 this.baseUrl = base_url; 27 if(baseUrl.endsWith("/")) { 28 baseUrl = baseUrl.substring(0,baseUrl.length()-1); 29 } 27 30 attrImgUrl = attr_img_url; 28 31 }
Note:
See TracChangeset
for help on using the changeset viewer.