Skip to content

Commit

Permalink
patching expected results refs #21, #14598
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Mar 27, 2024
1 parent 22dd62d commit 4c4ebd8
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ Warning: The referenced geometry information (ref='32266935') is not known
Warning: The referenced geometry information (ref='32266938') is not known
Warning: The referenced geometry information (ref='35215997') is not known
Warning: The referenced geometry information (ref='36268369') is not known
Error: Polygon '-974' has no shape.
Quitting (on error).
Warning: Polygon '-974' has no shape.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ Parsing nodes from osm-file 'osm.xml' ... done (0ms).
Parsing relations from osm-file 'osm.xml' ... done (0ms).
Parsing edges from osm-file 'osm.xml' ...
done (0ms).
Success.
45 changes: 45 additions & 0 deletions tests/polyconvert/import/OSM/error_missing_shape/pois.polyconvert
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on 2024-03-27 12:07:57 by Eclipse SUMO polyconvert Version v1_19_0+1556-21d71cc5145
This data file and the accompanying materials
are made available under the terms of the Eclipse Public License v2.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v20.html
This file may also be made available under the following Secondary
Licenses when the conditions for such availability set forth in the Eclipse
Public License 2.0 are satisfied: GNU General Public License, version 2
or later which is available at
https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/polyconvertConfiguration.xsd">
<input>
<osm-files value="osm.xml"/>
<osm.keep-full-type value="true"/>
</input>
<output>
<write-license value="true"/>
<output-file value="pois.poi.xml"/>
</output>
<projection>
<proj.scale value="1.00000"/>
<proj.utm value="true"/>
<proj.plain-geo value="true"/>
</projection>
<processing>
<all-attributes value="true"/>
</processing>
<report>
<verbose value="true"/>
<xml-validation value="never"/>
</report>
</configuration>
-->

<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
</additional>
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ Warning: The referenced geometry information (ref='32266935') is not known
Warning: The referenced geometry information (ref='32266938') is not known
Warning: The referenced geometry information (ref='35215997') is not known
Warning: The referenced geometry information (ref='36268369') is not known
Error: Polygon '-974' has no shape.
Warning: Polygon '-974' has no shape.

0 comments on commit 4c4ebd8

Please sign in to comment.