Skip to content

Instantly share code, notes, and snippets.

@gonzalocasas
Forked from vasile/lorawan-gateways.geojson
Created November 19, 2015 10:00
Show Gist options
  • Save gonzalocasas/1ebf8ae8d1765c73514b to your computer and use it in GitHub Desktop.
Save gonzalocasas/1ebf8ae8d1765c73514b to your computer and use it in GitHub Desktop.
LoRaWAN Gateways in use
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"owner": "local.ch ag",
"radius": 2000,
"what": "foobar",
"status": "active"
},
"geometry": {
"type": "Point",
"coordinates": [
8.514232,
47.392710
]
}
},
{
"type": "Feature",
"properties": {
"owner": "vasile-test",
"radius": 2000,
"what": "foobar2",
"status": "planned"
},
"geometry": {
"type": "Point",
"coordinates": [
8.573758,
47.438988
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment