openstreetmap - Extracting nodes from highways -


i using overpass turbo extract nodes highways(=motorway). below code using. however, code gives me nodes in bounding box , not filter highways.

[out:xml]; ( (way(39.90,32.83,39.96,32.89);)->.a; ((way.a["highway"="motorway"]);)->.b; ((way.a["highway"="motorway_link"]);)->.b; ); (.b;>;); out body qt; 

see answer posted on help.osm.org: https://help.openstreetmap.org/questions/41754/extracting-node-from-highways


Comments

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

[C++][SFML 2.2] Strange Performance Issues - Moving Mouse Lowers CPU Usage -

ios - Possible to get UIButton sizeThatFits to work? -