Changeset 32897 in osm for applications/editors/josm/plugins/opendata/modules/fr.paris/src
- Timestamp:
- 2016-09-02T20:40:51+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/opendata/modules/fr.paris/src/org/openstreetmap/josm/plugins/opendata/modules/fr/paris/ParisConstants.java
r30731 r32897 2 2 package org.openstreetmap.josm.plugins.opendata.modules.fr.paris; 3 3 4 public interface ParisConstants { 4 5 5 public interface ParisConstants {6 7 6 /** 8 7 * Source 9 8 */ 10 public static finalString SOURCE = "opendataparis";11 9 String SOURCE = "opendataparis"; 10 12 11 /** 13 12 * Portal 14 13 */ 15 public static finalString PORTAL = "http://opendata.paris.fr/opendata/";14 String PORTAL = "http://opendata.paris.fr/opendata/"; 16 15 17 16 /** 18 17 * Icons 19 18 */ 20 public static finalString ICON_PARIS_24 = "data.fr.paris_24.png";19 String ICON_PARIS_24 = "data.fr.paris_24.png"; 21 20 }
Note:
See TracChangeset
for help on using the changeset viewer.