Skip to content

Commit

Permalink
new package: ohdm2geoserverrendering
Browse files Browse the repository at this point in the history
  • Loading branch information
teceP committed Mar 25, 2020
1 parent d785776 commit 660b5aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/util/OHDMConverter.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import inter2ohdm.OSMChunkExtractorCommandBuilder;
import ohdm2osm.OHDMRendering2MapnikTables;
import ohdm2osm.OSMFileExporter;
import ohdm2geoserverrendering.OHDM2Georendering;
import ohdm2geoserverrendering.OHDM2Geoserverrendering;
import ohdm2rendering.OHDM2Rendering;
import osm2inter.OSMImport;
import rendering2strdf.Rendering2stRDF;
Expand Down Expand Up @@ -179,7 +179,7 @@ public static void main(String[] args) throws IOException, SQLException {
}

if(ohdmDBConfig != null && geoserverRenderingDBConfig != null) {
OHDM2Georendering.main(new String[]{ohdmDBConfig, geoserverRenderingDBConfig});
OHDM2Geoserverrendering.main(new String[]{ohdmDBConfig, geoserverRenderingDBConfig});
}

if(renderingDBConfig != null && mapnikDBConfig != null) {
Expand Down

0 comments on commit 660b5aa

Please sign in to comment.