Changeset 34095 in osm for applications/editors/josm/plugins/opendata/modules
- Timestamp:
- 2018-03-24T18:17:57+01:00 (7 years ago)
- Location:
- applications/editors/josm/plugins/opendata/modules
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/opendata/modules/fr.datagouvfr/README
r28000 r34095 9 9 -------------------------------- DOCUMENTATION -------------------------------- 10 10 11 See http ://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData/Data.gouv.fr11 See https://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData/Data.gouv.fr -
applications/editors/josm/plugins/opendata/modules/fr.datagouvfr/src/org/openstreetmap/josm/plugins/opendata/modules/fr/datagouvfr/DataGouvFrConstants.java
r30731 r34095 9 9 * Wiki 10 10 */ 11 public static final String WIKI = "http ://wiki.openstreetmap.org/wiki/WikiProject_France/data.gouv.fr";11 public static final String WIKI = "https://wiki.openstreetmap.org/wiki/WikiProject_France/data.gouv.fr"; 12 12 13 13 /** -
applications/editors/josm/plugins/opendata/modules/fr.paris/README
r28000 r34095 9 9 -------------------------------- DOCUMENTATION -------------------------------- 10 10 11 See http ://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData/Paris11 See https://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData/Paris -
applications/editors/josm/plugins/opendata/modules/fr.toulouse/README
r30080 r34095 9 9 -------------------------------- DOCUMENTATION -------------------------------- 10 10 11 See http ://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData/Toulouse12 and http ://wiki.openstreetmap.org/wiki/Toulouse/ToulouseMetropoleData11 See https://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData/Toulouse 12 and https://wiki.openstreetmap.org/wiki/Toulouse/ToulouseMetropoleData -
applications/editors/josm/plugins/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/ToulouseConstants.java
r30340 r34095 17 17 * Wiki 18 18 */ 19 public static final String WIKI = "http ://wiki.openstreetmap.org/wiki/Toulouse/ToulouseMetropoleData";19 public static final String WIKI = "https://wiki.openstreetmap.org/wiki/Toulouse/ToulouseMetropoleData"; 20 20 21 21 /** -
applications/editors/josm/plugins/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/transport/ReseauTisseoHandler.java
r30563 r34095 43 43 public URL getWikiURL() { 44 44 try { 45 return new URL("http ://wiki.openstreetmap.org/wiki/Toulouse/Transports_en_commun#Réseau_Tisséo");45 return new URL("https://wiki.openstreetmap.org/wiki/Toulouse/Transports_en_commun#Réseau_Tisséo"); 46 46 } catch (MalformedURLException e) { 47 47 e.printStackTrace();
Note:
See TracChangeset
for help on using the changeset viewer.