Skip to content

Commit

Permalink
Added some classification values for apiary (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
tormi authored Dec 15, 2016
1 parent 12e9c85 commit c1d57e2
Showing 1 changed file with 31 additions and 33 deletions.
64 changes: 31 additions & 33 deletions apiary.geojson
Original file line number Diff line number Diff line change
@@ -1,35 +1,33 @@
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"id": 1,
"name": "Vahekoidu",
"address": "Vahekoidu tee 6, Koidu küla, Saue vald, Harju maakond, Estonia",
"code": "EE31636",
"hives": 3,
"hives-type": "farrar",
"colonies": 3,
"colonies-race": "italian",
"status": "operating",
"organic": false,
"picture": "https://mesindus.ee/files/album/IMG_8188.JPG",
"beekeeper-name": "Tormi Tabor",
"beekeeper-id": "37201045716",
"beekeeper-phone": "+37254513000",
"beekeeper-email": "tormi.tabor@eesti.ee",
"company-name": "Magus Mesi OÜ",
"company-code": "12345678",
"datetime": "2016-12-15T13:47:01+02:00"
},
"geometry": {
"type": "Point",
"coordinates": [
24.589521288871765,
59.34385167658302
]
}
}
]
"type": "FeatureCollection",
"features": [{
"type": "Feature",
"properties": {
"id": 1,
"name": "Vahekoidu",
"address": "Vahekoidu tee 6, Koidu küla, Saue vald, Harju maakond, Estonia",
"code": "EE31636",
"hives": 3,
"hives-type": ["farrar", "langstroth", "other"],
"colonies": 3,
"colonies-race": ["italian", "carnica", "other"],
"status": ["planned", "operating", "abandoned"],
"organic": ["true", "false", "transition"],
"picture": "https://mesindus.ee/files/album/IMG_8188.JPG",
"beekeeper-name": "Tormi Tabor",
"beekeeper-id": "37201045716",
"beekeeper-phone": "+37254513000",
"beekeeper-email": "tormi.tabor@eesti.ee",
"company-name": "Magus Mesi OÜ",
"company-code": "12345678",
"datetime": "2016-12-15T13:47:01+02:00"
},
"geometry": {
"type": "Point",
"coordinates": [
24.589521288871765,
59.34385167658302
]
}
}]
}

0 comments on commit c1d57e2

Please sign in to comment.