Skip to content

Instantly share code, notes, and snippets.

@jothirnadh
Forked from planemad/regex.md
Created March 31, 2016 06:11
Show Gist options
  • Save jothirnadh/6b9d7ab01c5e850b6e3fecab77b52c42 to your computer and use it in GitHub Desktop.
Save jothirnadh/6b9d7ab01c5e850b6e3fecab77b52c42 to your computer and use it in GitHub Desktop.

Downloading OSM data using Overpass

MapCSS

You can style your overpass results using MapCSS.

Example:

Regular Expressions

Regex is a powerful pattern matching syntax that is commonly used to find text that has a certain pattern. eg 'Find all words that begin with 'W' followed by 2 numbers and ends in a vowel.

Use regexr to build a regex query and try it out using Overpass

Examples:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment