Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save lewtds/42ba4db31ff9d91e3dfc6f677d0bacb6 to your computer and use it in GitHub Desktop.
Save lewtds/42ba4db31ff9d91e3dfc6f677d0bacb6 to your computer and use it in GitHub Desktop.
A GeoJSON Polygon with a hole
Display the source blob
Display the rendered blob
Raw
{"type":"Feature","properties":{"fill":"#00F","fill-opacity":0.1},"geometry":{"type":"Polygon","coordinates":[[[140,-26],[140,-28],[126,-28],[126,-20],[140,-20],[140,-21],[128,-21],[128,-26],[140,-26]]]}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment