Ignore:
Timestamp:
2017-09-19T23:01:46+02:00 (7 years ago)
Author:
donvip
Message:

bump version, update authors

Location:
applications/editors/josm/plugins/cadastre-fr
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/cadastre-fr/CONTRIBUTION

    r15961 r33639  
    33the french cadastre WMS www.cadatre.gouv.fr.
    44This particular WMS provides vectorized or raster images for only one municipality at a time.
     5It is now maintained by Don-vip <vincent.privat@gmail.com>
  • applications/editors/josm/plugins/cadastre-fr/build.xml

    r33637 r33639  
    99         See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
    1010    -->
    11     <property name="plugin.author" value="Pieren"/>
     11    <property name="plugin.author" value="Pieren;Don-vip"/>
    1212    <property name="plugin.class" value="org.openstreetmap.josm.plugins.fr.cadastre.CadastrePlugin"/>
    1313    <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  
    22Plugin-Class: org.openstreetmap.josm.plugins.fr.cadastre.CadastrePlugin
    33Plugin-Description: A special handler for the French land registry WMS server
    4 Plugin-Version: 2.6
     4Plugin-Version: 2.9
    55Plugin-Stage: 60
    6 Plugin-Author: Pieren;<pieren3@gmail.com>
     6Plugin-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  
    155155 * <br>                - option to simplify raster images in 2 bits colors (like images served in the past).
    156156 * <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
    157160 */
    158161public class CadastrePlugin extends Plugin {
    159     static String VERSION = "2.6";
     162    static String VERSION = "2.9";
    160163
    161164    static JMenu cadastreJMenu;
Note: See TracChangeset for help on using the changeset viewer.