Last active
May 27, 2016 03:20
-
-
Save lewismc/ad847b230d38aaa9bc149a247d0d99d5 to your computer and use it in GitHub Desktop.
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
{ | |
"@context": { | |
"@vocab": "http://example.com/vocab#", | |
"Place": "http://schema.org/Place", | |
"name": "http://schema.org/name" | |
}, | |
"type": "FeatureCollection", | |
"@id": "http://example.com/collections/1", | |
"features": [ | |
{ | |
"type": "Feature", | |
"@type": ["Feature", "Place"], | |
"id": "1", | |
"@id": "http://example.com/collections/1/features/1", | |
"properties": {"name": "Kilchattan Bay, Scotland" }, | |
"geometry": {"type": "Point", "coordinates": [-5.0240864,55.7503969]} | |
}, | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Kilchattan Bay is a village on the Isle of Bute, Scotland. It lies the island's southern end, along the coast road at the foot of a steep hill called the Suidhe Chattan which shields the village from the prevailing westerly wind. The village faces the mainland to the east across the Firth of Clyde. A sandy bay known locally as the Wee Bay sweeps around to the north.