Changeset 28980 in osm for applications
- Timestamp:
- 2012-11-25T00:14:11+01:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/opendata/modules/fr.datagouvfr/src/org/openstreetmap/josm/plugins/opendata/modules/fr/datagouvfr/datasets/administration/GeoFlaHandler.java
r28113 r28980 39 39 getShpHandler().setPreferMultipolygonToSimpleWay(true); 40 40 try { 41 setLocalPortalURL("http://professionnels.ign.fr/ ficheProduitCMS.do?idDoc=6185461");41 setLocalPortalURL("http://professionnels.ign.fr/geofla#tab-3"); 42 42 } catch (MalformedURLException e) { 43 43 e.printStackTrace(); … … 195 195 196 196 private Pair<String, URL> getGeoflaURL(String name, String urlSuffix) throws MalformedURLException { 197 return new Pair<String, URL>(name, new URL("http://professionnels.ign.fr/ DISPLAY/000/"+urlSuffix));197 return new Pair<String, URL>(name, new URL("http://professionnels.ign.fr/sites/default/files/"+urlSuffix)); 198 198 } 199 199 … … 205 205 List<Pair<String, URL>> result = new ArrayList<Pair<String,URL>>(); 206 206 try { 207 result.add(getGeoflaURL("Départements France métropolitaine et Corse", " 528/175/5281750/GEOFLADept_FR_Corse_AV_L93.zip"));208 result.add(getGeoflaURL("Départements France entière", " 528/175/5281754/FR_DOM_Mayotte_shp_WGS84.zip"));207 result.add(getGeoflaURL("Départements France métropolitaine et Corse", "GEOFLADept_FR_Corse_AV_L93.zip")); 208 result.add(getGeoflaURL("Départements France entière", "FR_DOM_Mayotte_shp_WGS84.zip")); 209 209 // FIXME: tar.gz files 210 210 /*result.add(getGeoflaURL("Communes France métropolitaine", "531/266/5312664/GEOFLA_1-1_SHP_LAMB93_FR-ED111.tar.gz"));
Note:
See TracChangeset
for help on using the changeset viewer.