Squashed 'third_party/libosmium/' content from commit ce865381f
git-subtree-dir: third_party/libosmium git-subtree-split: ce865381fb752323ff1e66181f5a49b7f500ffa3
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
|
||||
add_test(NAME examples_amenity_list_node
|
||||
COMMAND osmium_amenity_list ${CMAKE_CURRENT_SOURCE_DIR}/node.osm)
|
||||
|
||||
set_tests_properties(examples_amenity_list_node PROPERTIES
|
||||
PASS_REGULAR_EXPRESSION " 8\\.8721, 53\\.0966 post_office")
|
||||
|
||||
add_test(NAME examples_amenity_list_area
|
||||
COMMAND osmium_amenity_list ${CMAKE_CURRENT_SOURCE_DIR}/area.osm)
|
||||
|
||||
set_tests_properties(examples_amenity_list_area PROPERTIES
|
||||
PASS_REGULAR_EXPRESSION " 8\\.5839, 53\\.5602 restaurant")
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<osm version="0.6">
|
||||
<node id="2791512283" visible="true" version="1" changeset="21695983" timestamp="2014-04-14T20:45:22Z" user="Gerd Taddicken" uid="25464" lat="53.5601034" lon="8.5840408"/>
|
||||
<node id="2791512284" visible="true" version="1" changeset="21695983" timestamp="2014-04-14T20:45:22Z" user="Gerd Taddicken" uid="25464" lat="53.5601127" lon="8.5837753"/>
|
||||
<node id="2791512287" visible="true" version="1" changeset="21695983" timestamp="2014-04-14T20:45:22Z" user="Gerd Taddicken" uid="25464" lat="53.5602544" lon="8.5837933"/>
|
||||
<node id="2791512289" visible="true" version="1" changeset="21695983" timestamp="2014-04-14T20:45:22Z" user="Gerd Taddicken" uid="25464" lat="53.5602464" lon="8.5840476"/>
|
||||
<way id="274425514" visible="true" version="4" changeset="41519398" timestamp="2016-08-17T19:16:40Z" user="Lutalica_1974" uid="2096672">
|
||||
<nd ref="2791512283"/>
|
||||
<nd ref="2791512284"/>
|
||||
<nd ref="2791512287"/>
|
||||
<nd ref="2791512289"/>
|
||||
<nd ref="2791512283"/>
|
||||
<tag k="amenity" v="restaurant"/>
|
||||
<tag k="building" v="house"/>
|
||||
<tag k="cuisine" v="american"/>
|
||||
<tag k="name" v="Seamen's Club"/>
|
||||
</way>
|
||||
</osm>
|
||||
@@ -0,0 +1,7 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<osm version="0.6">
|
||||
<node id="24960505" version="5" timestamp="2013-02-28T23:26:39Z" uid="715371" user="cracklinrain" changeset="15203542" lat="53.096629" lon="8.8720536">
|
||||
<tag k="amenity" v="post_office"/>
|
||||
<tag k="wheelchair" v="yes"/>
|
||||
</node>
|
||||
</osm>
|
||||
Reference in New Issue
Block a user