source: osm/applications/editors/josm/plugins/pmtiles/org.openstreetmap.josm.plugins.pmtiles.iml@ 36123

Last change on this file since 36123 was 36112, checked in by taylor.smock, 20 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: 1.2 KB
RevLine 
[36112]1<?xml version="1.0" encoding="UTF-8"?>
2<module type="JAVA_MODULE" version="4">
3 <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_17">
4 <output url="file://$MODULE_DIR$/bin" />
5 <exclude-output />
6 <content url="file://$MODULE_DIR$">
7 <sourceFolder url="file://$MODULE_DIR$/data" type="java-resource" />
8 <sourceFolder url="file://$MODULE_DIR$/images" type="java-resource" />
9 <sourceFolder url="file://$MODULE_DIR$/resources" type="java-resource" />
10 <sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
11 <sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
12 <sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
13 </content>
14 <orderEntry type="jdk" jdkName="temurin-17" jdkType="JavaSDK" />
15 <orderEntry type="sourceFolder" forTests="false" />
16 <orderEntry type="module" module-name="org.openstreetmap.josm" />
17 <orderEntry type="module" module-name="org.openstreetmap.josm.plugins.commons" />
18 </component>
19 <component name="SonarLintModuleSettings">
20 <option name="uniqueId" value="7819a276-9077-412b-9b73-174c14ba84c1" />
21 </component>
22</module>
Note: See TracBrowser for help on using the repository browser.