Changeset 28893 in osm for applications/editors/josm/plugins/opendata/modules
- Timestamp:
- 2012-11-03T19:47:47+01:00 (12 years ago)
- Location:
- applications/editors/josm/plugins/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/ToulouseConstants.java
r28554 r28893 25 25 */ 26 26 public static final String SOURCE_GRAND_TOULOUSE = "GrandToulouse"; 27 public static final String SOURCE_TOULOUSE_METROPOLE = "ToulouseMetropole"; 27 28 public static final String SOURCE_TISSEO = "Tisséo SMTC"; 28 29 … … 30 31 * Wiki 31 32 */ 32 public static final String WIKI = "http://wiki.openstreetmap.org/wiki/Toulouse/ GrandToulouseData";33 public static final String WIKI = "http://wiki.openstreetmap.org/wiki/Toulouse/ToulouseMetropoleData"; 33 34 34 35 /** 35 36 * Portal 36 37 */ 37 public static final String PORTAL = "http://data. grandtoulouse.fr";38 public static final String PORTAL = "http://data.toulouse-metropole.fr"; 38 39 39 40 /** -
applications/editors/josm/plugins/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/ToulouseDataSetHandler.java
r28699 r28893 105 105 @Override 106 106 public String getSource() { 107 return SOURCE_ GRAND_TOULOUSE;107 return SOURCE_TOULOUSE_METROPOLE; 108 108 } 109 109
Note:
See TracChangeset
for help on using the changeset viewer.