Skip to content

Commit

Permalink
patching expected results. refs #21, #16055
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Jan 22, 2025
1 parent 8efd461 commit 315df40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tests/polyconvert/meta/help/output.polyconvert
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Eclipse SUMO polyconvert Version v1_21_0+0462-0373bcb962f
Eclipse SUMO polyconvert Version v1_21_0+1946-5cf10712f6d
Copyright (C) 2001-2025 German Aerospace Center (DLR) and others; https://sumo.dlr.de
Importer of polygons and POIs for the microscopic, multi-modal traffic
simulation SUMO.
Expand Down Expand Up @@ -36,6 +36,7 @@ Input Options:
--osm.merge-relations FLOAT If FLOAT >= 0, assemble one polygon from
all ways of a relation if they all connect
with gaps below FLOAT
--geojson-files FILE Reads shapes from geojson FILE
--shapefile-prefixes FILE Reads shapes from shapefiles FILE
--shapefile.guess-projection Guesses the shapefile's projection
--shapefile.traditional-axis-mapping Use traditional axis order (lon, lat)
Expand Down
3 changes: 2 additions & 1 deletion tests/polyconvert/meta/write_template_full/cfg.polyconvert
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on 2024-10-21 17:21:37 by Eclipse SUMO polyconvert Version v1_21_0+0462-0373bcb962f
<!-- generated on 2025-01-22 09:53:00 by Eclipse SUMO polyconvert Version v1_21_0+1946-5cf10712f6d
-->

<polyconvertConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/polyconvertConfiguration.xsd">
Expand All @@ -25,6 +25,7 @@
<osm.keep-full-type value="false" type="BOOL" help="The type will be made of the key-value - pair"/>
<osm.use-name value="false" type="BOOL" help="The id will be set from the given &apos;name&apos; attribute"/>
<osm.merge-relations value="-1" type="FLOAT" help="If FLOAT &gt;= 0, assemble one polygon from all ways of a relation if they all connect with gaps below FLOAT"/>
<geojson-files value="" type="FILE" help="Reads shapes from geojson FILE"/>
<shapefile-prefixes value="" synonymes="shape-files shapefile shapefile-prefix" type="FILE" help="Reads shapes from shapefiles FILE"/>
<shapefile.guess-projection value="false" synonymes="arcview.guess-projection" type="BOOL" help="Guesses the shapefile&apos;s projection"/>
<shapefile.traditional-axis-mapping value="false" type="BOOL" help="Use traditional axis order (lon, lat)"/>
Expand Down

0 comments on commit 315df40

Please sign in to comment.