aboutsummaryrefslogtreecommitdiff
path: root/src/data/staff.json
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2018-01-04 22:27:35 +0100
committerJonas Smedegaard <dr@jones.dk>2018-01-04 22:27:35 +0100
commitdcebcc6b1b5b03f7fd37864ded04fabdba0a0b57 (patch)
tree7c21a296f649d7453fa749c88386d56eb665ba72 /src/data/staff.json
Initial draft.
Diffstat (limited to 'src/data/staff.json')
-rw-r--r--src/data/staff.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/data/staff.json b/src/data/staff.json
new file mode 100644
index 0000000..c103523
--- /dev/null
+++ b/src/data/staff.json
@@ -0,0 +1,20 @@
+{
+ "features": [
+ {
+ "geometry": {
+ "coordinates": [
+ 11.81707,
+ 55.76429
+ ],
+ "type": "Point"
+ },
+ "properties": {
+ "id": "jonas.smedegaard",
+ "name": "Jonas Smedegaard",
+ "title": "PureOS Developer"
+ },
+ "type": "Feature"
+ }
+ ],
+ "type": "FeatureCollection"
+}