Changeset 33639 in osm
- Timestamp:
- 2017-09-19T23:01:46+02:00 (7 years ago)
- Location:
- applications/editors/josm/plugins/cadastre-fr
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/CONTRIBUTION
r15961 r33639 3 3 the french cadastre WMS www.cadatre.gouv.fr. 4 4 This particular WMS provides vectorized or raster images for only one municipality at a time. 5 It is now maintained by Don-vip <vincent.privat@gmail.com> -
applications/editors/josm/plugins/cadastre-fr/build.xml
r33637 r33639 9 9 See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins 10 10 --> 11 <property name="plugin.author" value="Pieren "/>11 <property name="plugin.author" value="Pieren;Don-vip"/> 12 12 <property name="plugin.class" value="org.openstreetmap.josm.plugins.fr.cadastre.CadastrePlugin"/> 13 13 <property name="plugin.description" value="A special handler for the French land registry WMS server."/> -
applications/editors/josm/plugins/cadastre-fr/src/META-INF/MANIFEST.MF
r33637 r33639 2 2 Plugin-Class: org.openstreetmap.josm.plugins.fr.cadastre.CadastrePlugin 3 3 Plugin-Description: A special handler for the French land registry WMS server 4 Plugin-Version: 2. 64 Plugin-Version: 2.9 5 5 Plugin-Stage: 60 6 Plugin-Author: Pieren;<pieren3@gmail.com> 6 Plugin-Author: Pieren;<pieren3@gmail.com>;Don-vip;<vincent.privat@gmail.com> -
applications/editors/josm/plugins/cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/CadastrePlugin.java
r33638 r33639 155 155 * <br> - option to simplify raster images in 2 bits colors (like images served in the past). 156 156 * <br>2.6 10-Sep-2013 - add JOSM "sessions" feature support (list of layers stored in a file) 157 * <br>2.7 26-Apr-2014 - switch to Java 7 158 * <br>2.8 21-Jul-2016 - switch to Java 8 159 * <br>2.9 23-Aug-2017 - use new HTTPS links from French cadastre - requires JOSM 12623+ to load Certigna certificate 157 160 */ 158 161 public class CadastrePlugin extends Plugin { 159 static String VERSION = "2. 6";162 static String VERSION = "2.9"; 160 163 161 164 static JMenu cadastreJMenu;
Note:
See TracChangeset
for help on using the changeset viewer.