Skip to content

Instantly share code, notes, and snippets.

@cquest
Created November 18, 2017 08:56
Show Gist options
  • Save cquest/10bc35d42a573c1a89e7eb9779fcf1fb to your computer and use it in GitHub Desktop.
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
/*
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