Changeset 36112 in osm for applications/editors


Ignore:
Timestamp:
2023-08-10T15:53:47+02:00 (14 months ago)
Author:
taylor.smock
Message:

Fix #22691: Add PMTiles plugin

This should be fairly easy to port to JOSM core, if there is demand from tile
providers to use PMTiles.

Caveats: There is a few classes copied from JOSM core, since I needed some things
to be visible that were not, and in some instances, the AbstractClass had some
methods that should be hoisted to the interface -- the AbstractClass in question
was written prior to our move to Java 8.

Location:
applications/editors/josm/plugins
Files:
60 added
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/build.xml

    r36100 r36112  
    1313    <property name="java17_plugins" value="maproulette/build.xml
    1414                                            imageio/build.xml
     15                                            pmtiles/build.xml
    1516                                            todo/build.xml"/>
    1617    <property name="ordered_plugins" value="jackson/build.xml
Note: See TracChangeset for help on using the changeset viewer.