Changeset 15725 in osm for applications/editors/josm/plugins/wmsplugin/src
- Timestamp:
- 2009-06-07T10:34:00+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/wmsplugin/src/wmsplugin/WMSGrabber.java
r15707 r15725 103 103 { 104 104 String projname = Main.proj.toCode(); 105 if( projname.equals("EPSG:3785")) // don't use mercator code105 if(Main.proj instanceof org.openstreetmap.josm.data.projection.Mercator) // don't use mercator code 106 106 projname = "EPSG:4326"; 107 107 String res = "";
Note:
See TracChangeset
for help on using the changeset viewer.