10000 GitHub - TomTriple/fha_arb_middleware: sax based xml-transformation of openstreetmaps osm-format to a format that only contains amenity nodes
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

TomTriple/fha_arb_middleware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

== OSM-Conversion

Transform openstreetmaps.org so called osm-format in a format that only containes the nodes which have children that are
declared as amenity node.

Example of target format:   

<poi lat="48.359974" long="10.908032">
  <tag k="amenity" v="fast_food"/>
  <tag k="name" v="Amigos Pizza"/>
</poi>

About

sax based xml-transformation of openstreetmaps osm-format to a format that only contains amenity nodes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0