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

Create rendering table

java -classpath <your-jdbc-driver.jar> -jar OHDMConverter.jar -d ohdm_parameter -r rendering_parameter

Special parameter

Parameter renderoutput defines what tables are to be created. There are some allowed values for this key:

generic (default) For each feature map class three tables is created (one for each geometry type), e.g. highway_points, highway_lines, highway_polygons
all Some feature classes are mixed to make defining styles less complex (this topic is under construction and consideration)
v1 Same as above. A set of tables are created which called version 1 (can and will be changed)

If you have any plans to write your own rendering styles, please contact us or feel free to add additional rendering output combinations.

Clone this wiki locally