Skip to content

Instantly share code, notes, and snippets.

[out:xml][timeout:150];
way["highway"~"(residential|unclassified|tertiary|secondary|secondary_link|living_street|primary|primary_link|trunk|trunk_link|motorway|motorway_link)"]
(around:10,48.290877, 11.47208,48.290817, 11.472754,48.290817, 11.472754,48.29076, 11.472848,48.29076, 11.472848,48.290863, 11.47314,48.290863, 11.47314,48.291044, 11.473774,48.291044, 11.473774,48.291411, 11.475267,48.291411, 11.475267,48.291477, 11.475491,48.291477, 11.475491,48.291549, 11.475698,48.291549, 11.475698,48.291818, 11.476332,48.291818, 11.476332,48.292153, 11.476943,48.292153, 11.476943,48.292444, 11.47732,48.292444, 11.47732,48.292695, 11.477524,48.292695, 11.477524,48.293187, 11.477992,48.293187, 11.477992,48.293873, 11.47888,48.293873, 11.47888,48.295169, 11.480766,48.295169, 11.480766,48.295382, 11.481052,48.295382, 11.481052,48.295769, 11.481463,48.295769, 11.481463,48.296242, 11.481841,48.296242, 11.481841,48.298567, 11.483222,48.298567, 11.483222,48.29976, 11.483999,48.29976, 11.483999,48.299961, 11.484152,48
@mmd-osm
mmd-osm / .gdbinit
Created October 22, 2017 09:55 — forked from skyscribe/.gdbinit
GDB init file to print STL containers and data members
#
# STL GDB evaluators/views/utilities - 1.03
#
# The new GDB commands:
# are entirely non instrumental
# do not depend on any "inline"(s) - e.g. size(), [], etc
# are extremely tolerant to debugger settings
#
# This file should be "included" in .gdbinit as following:
# source stl-views.gdb or just paste it into your .gdbinit file