Last active
January 27, 2017 11:06
-
-
Save nibrahim/b3a3ce4f0262daf4bb654287e2f2a932 to your computer and use it in GitHub Desktop.
Playing with geojson
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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