Skip to content

Instantly share code, notes, and snippets.

@geomantic
Created July 16, 2018 19:39
Show Gist options
  • Save geomantic/8418564e4da1d119c2797903cb98f01a to your computer and use it in GitHub Desktop.
Save geomantic/8418564e4da1d119c2797903cb98f01a to your computer and use it in GitHub Desktop.
Find OSM objects w/ Google source tags
(
node["source"="Google"]({{bbox}});
node["source"="Google Maps"]({{bbox}});
node["source"="google"]({{bbox}});
node["source"="google maps"]({{bbox}});
node["source"="Google maps"]({{bbox}});
way["source"="Google"]({{bbox}});
way["source"="Google Maps"]({{bbox}});
way["source"="google"]({{bbox}});
way["source"="google maps"]({{bbox}});
way["source"="Google maps"]({{bbox}});
);
out body;
(._;>;);
out meta;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment