Changeset 20240 in osm for applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/DownloadSVGBuilding.java
- Timestamp:
- 2010-03-01T18:48:22+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/DownloadSVGBuilding.java
r18962 r20240 221 221 str += bbox.max.east() + ","; 222 222 str += bbox.max.north(); 223 str += "&width= 800&height=600"; // maximum allowed by wms server223 str += "&width="+CadastrePlugin.imageWidth+"&height="+CadastrePlugin.imageHeight; 224 224 str += "&exception=application/vnd.ogc.se_inimage"; 225 225 str += "&styles=";
Note:
See TracChangeset
for help on using the changeset viewer.