Created
November 18, 2017 08:56
-
-
Save cquest/10bc35d42a573c1a89e7eb9779fcf1fb to your computer and use it in GitHub Desktop.
overpass: noeuds avec tag ref:INSEE=* et name=* non conforme aux règles de toponymie
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
noeuds avec tag ref:INSEE=* et name=* non conforme aux règles de toponymie | |
*/ | |
[out:xml][timeout:300]; | |
{{geocodeArea:france}}->.searchArea; | |
( | |
node["ref:INSEE"][place!~"suburb"][name!~"^(Le |La |Les |Aux |)[A-Za-zÉÈÎŒÇéèêëäàäâîïöÿôûüœç\'\-]*$"](area.searchArea); | |
); | |
out meta; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment