Changeset 30703 in osm for applications/editors/josm/plugins/cadastre-fr
- Timestamp:
- 2014-10-05T00:01:09+02:00 (11 years ago)
- Location:
- applications/editors/josm/plugins/cadastre-fr
- Files:
-
- 1 added
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/build.xml
r30416 r30703 12 12 <property name="plugin.class" value="cadastre_fr.CadastrePlugin"/> 13 13 <property name="plugin.description" value="A special handler for the French land registry WMS server."/> 14 <property name="plugin.icon" value="images/preferences/cadastrewms. gif"/>14 <property name="plugin.icon" value="images/preferences/cadastrewms.png"/> 15 15 <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/FR:JOSM/Fr:Plugin/Cadastre"/> 16 16 <property name="plugin.stage" value="60"/> -
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CadastrePreferenceSetting.java
r30532 r30703 99 99 */ 100 100 public CadastrePreferenceSetting() { 101 super("cadastrewms. gif", I18n.tr("French cadastre WMS"),101 super("cadastrewms.png", I18n.tr("French cadastre WMS"), 102 102 tr("A special handler of the French cadastre wms at www.cadastre.gouv.fr" + "<BR><BR>" 103 103 + "Please read the Terms and Conditions of Use here (in French): <br>"
Note:
See TracChangeset
for help on using the changeset viewer.