-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add tem areas for scavenger hunt
- Loading branch information
1 parent
993a40f
commit ea53d08
Showing
2 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"type": "FeatureCollection", | ||
"name": "huntareas", | ||
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, | ||
"features": [ | ||
{ "type": "Feature", "properties": { "id": null, "color": "black", "region num": 1, "area name": "Grunerløkka" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 10.752645795093819, 59.920957124426863 ], [ 10.757511986256032, 59.919558788251571 ], [ 10.757576868804861, 59.917737610944641 ], [ 10.745898010015548, 59.918323000263292 ], [ 10.745443832173745, 59.920501858652564 ], [ 10.752645795093819, 59.920957124426863 ] ] ] ] } }, | ||
{ "type": "Feature", "properties": { "id": null, "color": "orange", "region num": 2, "area name": "Bjørvika" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 10.750245140787127, 59.909476016329464 ], [ 10.75783639900018, 59.909443486302827 ], [ 10.757901281549008, 59.906678317540425 ], [ 10.75394344607041, 59.903945453927911 ], [ 10.751413026666055, 59.904921502466031 ], [ 10.750245140787127, 59.909476016329464 ] ] ] ] } }, | ||
{ "type": "Feature", "properties": { "id": null, "color": "blue", "region num": 3, "area name": "Sentrum" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 10.752580912544991, 59.915363426191078 ], [ 10.753359503130945, 59.912891491757193 ], [ 10.750504670982444, 59.910256727406946 ], [ 10.747130778443312, 59.911915677490732 ], [ 10.746222422759699, 59.914843034239411 ], [ 10.752580912544991, 59.915363426191078 ] ] ] ] } }, | ||
{ "type": "Feature", "properties": { "id": null, "color": "green", "region num": 4, "area name": "Rådhuset" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 10.734413798872728, 59.913216756805156 ], [ 10.746027775113209, 59.909541076287113 ], [ 10.735322154556341, 59.906613251972963 ], [ 10.72786066144095, 59.911818094486442 ], [ 10.734413798872728, 59.913216756805156 ] ] ] ] } }, | ||
{ "type": "Feature", "properties": { "id": null, "color": "red", "region num": 5, "area name": "Palace" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 10.728574369478075, 59.918388042883585 ], [ 10.73026131574764, 59.915688667017875 ], [ 10.726563010464357, 59.91383475161593 ], [ 10.725265359487766, 59.916534278252882 ], [ 10.728574369478075, 59.918388042883585 ] ] ] ] } } | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"type": "FeatureCollection", | ||
"name": "hunt posts", | ||
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, | ||
"features": [ | ||
{ "type": "Feature", "properties": { "id": null, "Place": "Himkok", "Street": "Youngs gate", "Type": "Bar", "Hint": "This bar is number 10 on the list of world's best bars. Find us there and have a drink!", "Extra hint": null }, "geometry": { "type": "Point", "coordinates": [ 10.75153144059758, 59.914253476621546 ] } }, | ||
{ "type": "Feature", "properties": { "id": null, "Place": "Damstredet", "Street": "Damstredet", "Type": "street", "Hint": "Find the cobbled street with wooden houses between Akersveien and Fredensborgveien", "Extra hint": null }, "geometry": { "type": "Point", "coordinates": [ 10.747397187958242, 59.920001693654925 ] } }, | ||
{ "type": "Feature", "properties": { "id": null, "Place": "Eventyrbrua", "Street": "Torggata", "Type": "street", "Hint": "Find the bridge with sculptures picturing characters from Norwegian folk tales and fairy tales\n", "Extra hint": null }, "geometry": { "type": "Point", "coordinates": [ 10.75629586405309, 59.918244950550921 ] } }, | ||
{ "type": "Feature", "properties": { "id": null, "Place": "Blå", "Street": "Ingens gate", "Type": "corridor", "Hint": "Find the venue where Frank Znort Quartet have played every Sunday since 1998, and take a picture of the interesting swan in the river", "Extra hint": null }, "geometry": { "type": "Point", "coordinates": [ 10.75306447504976, 59.919922345642263 ] } }, | ||
{ "type": "Feature", "properties": { "id": null, "Place": "Mini bottle museum", "Street": "Kirkegata", "Type": "Museum", "Hint": "Find largest collection of miniature bottles in the world and take a picture outside", "Extra hint": null }, "geometry": { "type": "Point", "coordinates": [ 10.743399089941386, 59.909636513137826 ] } }, | ||
{ "type": "Feature", "properties": { "id": null, "Place": "FDR Statue", "Street": "Kontraskjæret", "Type": "Statue", "Hint": "Find the statue that honors a US president for his support to Norway during WWII", "Extra hint": null }, "geometry": { "type": "Point", "coordinates": [ 10.734848424251089, 59.91030235214361 ] } }, | ||
{ "type": "Feature", "properties": { "id": null, "Place": "The Glove", "Street": "Rådhusgata", "Type": "Sculpture", "Hint": "Find the monument (sculpture) that symbolizes the place where king Christian IV pointed his gloved hand and said “This is where the city, Christiania, will be built”", "Extra hint": null }, "geometry": { "type": "Point", "coordinates": [ 10.739573304999615, 59.910207300102371 ] } }, | ||
{ "type": "Feature", "properties": { "id": null, "Place": "Akershus Fortress", "Street": "Akershus Fortress", "Type": "Canons and sculpture", "Hint": "Find the canons near the location where the person who's name is synonynous with \"traitor\" got executed", "Extra hint": null }, "geometry": { "type": "Point", "coordinates": [ 10.736257584504571, 59.907608834736941 ] } }, | ||
{ "type": "Feature", "properties": { "id": null, "Place": "The Mother", "Street": null, "Type": "Sculpture and Museum", "Hint": "Find the statue called \"The Mother\" and take a picture with the associated museum in the background", "Extra hint": null }, "geometry": { "type": "Point", "coordinates": [ 10.754119410064208, 59.904821202433205 ] } }, | ||
{ "type": "Feature", "properties": { "id": null, "Place": "The future library at Deichmanske bibliotek", "Street": "Bjørvika", "Type": "Building", "Hint": "Find the main downtown library and the room that stores manuscripts that will not be opened until 2114", "Extra hint": null }, "geometry": { "type": "Point", "coordinates": [ 10.75247903474729, 59.908712771463982 ] } }, | ||
{ "type": "Feature", "properties": { "id": null, "Place": "The opera", "Street": "Bjørvika", "Type": "Building", "Hint": "Find a cultural institution where you can walk on its roof. Take a picture on the roof and inside its lobby.", "Extra hint": null }, "geometry": { "type": "Point", "coordinates": [ 10.75269140018548, 59.907464055919313 ] } }, | ||
{ "type": "Feature", "properties": { "id": null, "Place": "Barcode", "Street": "Dronning Euphemias gate", "Type": "Buildings", "Hint": "Take a picture of the skyline that is named after an invention by Norman Woodland and Bernard Silver", "Extra hint": null }, "geometry": { "type": "Point", "coordinates": [ 10.756934159034653, 59.908625728410975 ] } }, | ||
{ "type": "Feature", "properties": { "id": null, "Place": "Sukkerbiten", "Street": "Sukkerbiten", "Type": "Area", "Hint": "Go to the \"Sugarcube\" and take a picture of Norway's new favorite hobby floating on the water", "Extra hint": null }, "geometry": { "type": "Point", "coordinates": [ 10.752813162027753, 59.90508110871879 ] } }, | ||
{ "type": "Feature", "properties": { "id": null, "Place": "Nobel peace center", "Street": "Akerbrygge", "Type": "Building/museum", "Hint": "Find a picture of a Nobel Peace Prize winner and take a picture with it", "Extra hint": "Find the Nobel peace center" }, "geometry": { "type": "Point", "coordinates": [ 10.730401563987677, 59.911615419546116 ] } }, | ||
{ "type": "Feature", "properties": { "id": null, "Place": "Palace guard", "Street": "Karl Johans gate", "Type": "Palace/person", "Hint": "Find the person who protects the King at his \"house\" and take a picture with them.", "Extra hint": null }, "geometry": { "type": "Point", "coordinates": [ 10.72829114970593, 59.917146664353218 ] } }, | ||
{ "type": "Feature", "properties": { "id": null, "Place": "Henrik Ibsen museum", "Street": "Henrik Ibsens gate", "Type": "Building/museum", "Hint": "Find the museum/apartment of the author of A Doll's House and Peer Gynt", "Extra hint": null }, "geometry": { "type": "Point", "coordinates": [ 10.72713885833385, 59.915105990350504 ] } }, | ||
{ "type": "Feature", "properties": { "id": null, "Place": "Rådhuset", "Street": "Rådhusgata", "Type": "Building", "Hint": "Find the building where the Nobel Peace Prize Ceremony happens every December (go inside if possible, otherwise carvings on outside)", "Extra hint": "The place with the largest carilliion in the Nordics" }, "geometry": { "type": "Point", "coordinates": [ 10.734011833927545, 59.91236335289944 ] } }, | ||
{ "type": "Feature", "properties": { "id": null, "Place": "Apple or pear trees", "Street": "Dops gate", "Type": "Trees", "Hint": "Look up the the online map of Oslo fruit trees and find the trees closest to Damstredet and pick a piece of fruit", "Extra hint": "Find the fruit trees on Dops gate and pick a piece of fruit" }, "geometry": { "type": "Point", "coordinates": [ 10.747328586272069, 59.919490958920321 ] } }, | ||
{ "type": "Feature", "properties": { "id": null, "Place": "Kate Moss", "Street": "Youngstorget Folketeaterpasasjen", "Type": "Skulpture", "Hint": "Find Kate Moss in Oslo", "Extra hint": "Find Kate Moss in Oslo" }, "geometry": { "type": "Point", "coordinates": [ 10.750696829210225, 59.913929130641847 ] } }, | ||
{ "type": "Feature", "properties": { "id": null, "Place": "Tiger", "Street": "Fred Olsens gate", "Type": "Sculpture", "Hint": "Find the statue of the animal that is in Oslo's nickname", "Extra hint": null }, "geometry": { "type": "Point", "coordinates": [ 10.750321013778452, 59.911125820820601 ] } }, | ||
{ "type": "Feature", "properties": { "id": null, "Place": "Eldorado", "Street": "Torggata", "Type": "Building", "Hint": "Find the former cinema that is now a book store", "Extra hint": null }, "geometry": { "type": "Point", "coordinates": [ 10.747924319015297, 59.913957384638721 ] } } | ||
] | ||
} |