Last change
on this file since 36219 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:
329 bytes
|
Line | |
---|
1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <classpath>
|
---|
3 | <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
|
---|
4 | <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"/>
|
---|
5 | <classpathentry kind="output" path="bin"/>
|
---|
6 | </classpath>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.