Re: Települések

Szakbizottság Turistaút turistaut at termeszetjaro.hu
2016. Már. 8., K, 09:51:34 UTC


Nekem így 95 másodpercre állítva sok dolog jött le, ebből még lehet szűrni 
kell valahogy :) 
http://overpass-turbo.eu/s/eQH

/*
This has been generated by the overpass-turbo wizard.
The original search was:
“type=boundary and admin_level=8 in Hungary”
*/
[out:json][timeout:95];
// fetch area “Hungary” to search in
{{geocodeArea:Hungary}}->.searchArea;
// gather results
(
  // query part for: “type=boundary and admin_level=8”
  node["type"="boundary"]["admin_level"="8"](area.searchArea);
  way["type"="boundary"]["admin_level"="8"](area.searchArea);
  relation["type"="boundary"]["admin_level"="8"](area.searchArea);
);
// print results
out body;
>;
out skel qt;
--------- következő rész ---------
Egy csatolt HTML állomány át lett konvertálva...
URL: <http://lists.openstreetmap.org/pipermail/talk-hu/attachments/20160308/d5f2b743/attachment.htm>


További információk a(z) Talk-hu levelezőlistáról