Skip to content

Commit

Permalink
add IntelliJ configuration [#8]
Browse files Browse the repository at this point in the history
  • Loading branch information
bdon committed Jul 14, 2024
1 parent 4cc7d1a commit 6c75df3
Show file tree
Hide file tree
Showing 8 changed files with 48 additions and 1 deletion.
1 change: 1 addition & 0 deletions profiles/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
out/
3 changes: 3 additions & 0 deletions profiles/.idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions profiles/.idea/libraries/planetiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions profiles/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions profiles/.idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions profiles/.idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion profiles/Base.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import com.onthegomap.planetiler.config.Arguments;
import com.onthegomap.planetiler.reader.SourceFeature;


public class Base implements OvertureProfile.Theme {
final static int MAXZOOM = 13;

Expand Down Expand Up @@ -70,6 +69,7 @@ public void processFeature(SourceFeature source, FeatureCollector features) {
}
}


@Override
public String name() {
return "base";
Expand Down
12 changes: 12 additions & 0 deletions profiles/profiles.iml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="GENERAL_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="planetiler" level="project" />
</component>
</module>

0 comments on commit 6c75df3

Please sign in to comment.