Skip to content

Instantly share code, notes, and snippets.

@nibrahim
Last active January 27, 2017 11:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nibrahim/b3a3ce4f0262daf4bb654287e2f2a932 to your computer and use it in GitHub Desktop.
Save nibrahim/b3a3ce4f0262daf4bb654287e2f2a932 to your computer and use it in GitHub Desktop.
Playing with geojson
Display the source blob
Display the rendered blob
Raw
{"type": "FeatureCollection", "features": [{"geometry": {"type": "Point", "coordinates": [75.78060418367386, 11.255823452213768]}, "type": "Feature", "properties": {}}, {"geometry": {"type": "Point", "coordinates": [75.78103601932526, 11.254829076921828]}, "type": "Feature", "properties": {}}, {"geometry": {"type": "LineString", "coordinates": [[75.78060686588287, 11.255815560359897], [75.78070878982544, 11.25520788696181], [75.78104138374329, 11.254818554413598]]}, "type": "Feature", "properties": {}}]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment