-
Notifications
You must be signed in to change notification settings - Fork 3
D2R
Thomas Schwotzer edited this page Jun 12, 2019
·
5 revisions
java -classpath <your-jdbc-driver.jar> -jar OHDMConverter.jar -d ohdm_parameter -r rendering_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.