diff --git a/apiary.geojson b/apiary.geojson index c57f398..b8ef2f0 100644 --- a/apiary.geojson +++ b/apiary.geojson @@ -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 + ] + } + }] }