source: osm/applications/editors/josm/plugins/pmtiles/README.md@ 36282

Last change on this file since 36282 was 36112, checked in by taylor.smock, 17 months ago

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.

File size: 191 bytes
Line 
1README
2======
3## License
4This plugin is under the GPLv2 or any later version.
5
6## Authors
7* Taylor Smock (taylor.smock)
8
9## pmtiles support
10At this time, this plugin only supports PMTiles v3.
Note: See TracBrowser for help on using the repository browser.