aboutsummaryrefslogtreecommitdiff
path: root/src/data/staff.json
diff options
context:
space:
mode:
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"
+}