Last change
on this file since 36112 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:
455 bytes
|
Line | |
---|
1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <projectDescription>
|
---|
3 | <name>JOSM-pmtiles</name>
|
---|
4 | <comment></comment>
|
---|
5 | <projects>
|
---|
6 | <project>JOSM</project>
|
---|
7 | </projects>
|
---|
8 | <buildSpec>
|
---|
9 | <buildCommand>
|
---|
10 | <name>org.eclipse.jdt.core.javabuilder</name>
|
---|
11 | <arguments>
|
---|
12 | </arguments>
|
---|
13 | </buildCommand>
|
---|
14 | </buildSpec>
|
---|
15 | <natures>
|
---|
16 | <nature>org.eclipse.jdt.core.javanature</nature>
|
---|
17 | <nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
|
---|
18 | </natures>
|
---|
19 | </projectDescription>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.