From 4e851d59c8a8dbd227c3699c7982bb07c86c8b9f Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 23 May 2012 19:36:55 +0200 Subject: Fix OSM route import --- chimere/tests/sample_nodes.osm | 141 +++++++++++++++++++++++ chimere/tests/sample_ways.osm | 252 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 393 insertions(+) create mode 100644 chimere/tests/sample_nodes.osm create mode 100644 chimere/tests/sample_ways.osm (limited to 'chimere/tests') diff --git a/chimere/tests/sample_nodes.osm b/chimere/tests/sample_nodes.osm new file mode 100644 index 0000000..a1f6b84 --- /dev/null +++ b/chimere/tests/sample_nodes.osm @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/chimere/tests/sample_ways.osm b/chimere/tests/sample_ways.osm new file mode 100644 index 0000000..7d8cea5 --- /dev/null +++ b/chimere/tests/sample_ways.osm @@ -0,0 +1,252 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3