Skip to content

Instantly share code, notes, and snippets.

@w8r
Last active August 29, 2015 14:24
Show Gist options
  • Save w8r/a2689e939eefaf528484 to your computer and use it in GitHub Desktop.
Save w8r/a2689e939eefaf528484 to your computer and use it in GitHub Desktop.
DOGE spotting
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"marker-color": "#f6c02c",
"marker-size": "large",
"marker-symbol": "circle",
"spotted": "21:30"
},
"geometry": {
"type": "Point",
"coordinates": [
4.270591735839844,
52.07388790908478
]
}
},
{
"type": "Feature",
"properties": {
"marker-color": "#f6c02c",
"marker-size": "large",
"marker-symbol": "circle",
"spotted": "19:00"
},
"geometry": {
"type": "Point",
"coordinates": [
4.276857376098633,
52.07343948608163
]
}
},
{
"type": "Feature",
"properties": {
"marker-color": "#f6c02c",
"marker-size": "large",
"marker-symbol": "circle",
"spotted": "20:00"
},
"geometry": {
"type": "Point",
"coordinates": [
4.281878471374511,
52.07628821446055
]
}
},
{
"type": "Feature",
"properties": {
"marker-color": "#f6c02c",
"marker-size": "large",
"marker-symbol": "circle",
"spotted": "19:30"
},
"geometry": {
"type": "Point",
"coordinates": [
4.313367605209351,
52.078108140203625
]
}
},
{
"type": "Feature",
"properties": {
"marker-color": "#f6c02c",
"marker-size": "large",
"marker-symbol": "circle",
"spotted": "22:00"
},
"geometry": {
"type": "Point",
"coordinates": [
4.314440488815308,
52.07639371942812
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment