Skip to content
Thomas Schwotzer edited this page Jun 12, 2019 · 3 revisions

Producing osm files

Example:

java -classpath <your-jdbc-driver.jar> -jar OHDMConverter.jar -r rendering_parameter -p "POLYGON((10.12345 45.3132, 10.9 55.34534535, 15.4646456 55, 15 44.3535365, 10.12345 45.3132))" -t "2016-12-31" -o output.osm

An osm file (output.osm) is created (or overwritten) that contains data which were valid at December, 31th in 2016 and within the described polygon (which covers a better part of middle Europe)