Skip to content

Commit

Permalink
chore: add another geojson layer for hunt
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferarnesen committed Sep 11, 2024
1 parent ea53d08 commit ca3fbf2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions public/temp/huntlines.geojson
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"type": "FeatureCollection",
"name": "huntlines",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
"features": [
{ "type": "Feature", "properties": { "id": null, "color": "black", "name": "Grunerløkka" }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 10.745982252578894, 59.920846162527639 ], [ 10.754187379433347, 59.921202350680971 ], [ 10.758386853807673, 59.91799651966663 ], [ 10.754381201327547, 59.91696022523201 ], [ 10.745594608790498, 59.919162312229957 ], [ 10.745982252578894, 59.920910924294425 ] ] ] } },
{ "type": "Feature", "properties": { "id": null, "color": "orange", "name": "sentrum" }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 10.750504763443557, 59.915535267551675 ], [ 10.744173248233034, 59.914563670421757 ], [ 10.749148010184159, 59.910029174433795 ], [ 10.755996383779209, 59.911745877915052 ], [ 10.750633978039689, 59.915600039682502 ] ] ] } },
{ "type": "Feature", "properties": { "id": null, "color": "red", "name": "sørenga" }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 10.758063817317341, 59.909478514890985 ], [ 10.750117119655153, 59.909510906881629 ], [ 10.750827799933889, 59.904651755109512 ], [ 10.755350310798546, 59.903647441740986 ], [ 10.758063817317341, 59.909446122868744 ] ] ] } },
{ "type": "Feature", "properties": { "id": null, "color": "green", "name": "akerbrygge" }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 10.734223724330784, 59.913235775017014 ], [ 10.727633779927995, 59.911940216111823 ], [ 10.735580477590183, 59.906044784657922 ], [ 10.745659216088564, 59.908992631239045 ], [ 10.742235029291038, 59.911583928548701 ], [ 10.734417546224984, 59.913203386660626 ] ] ] } },
{ "type": "Feature", "properties": { "id": null, "color": "purple", "name": "palace" }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 10.728300555032122, 59.918511172686756 ], [ 10.724227377504988, 59.9155458539731 ], [ 10.727524711693624, 59.913747088946607 ], [ 10.732373732559264, 59.915302783314281 ], [ 10.728591496284064, 59.918462563040492 ] ] ] } }
]
}

0 comments on commit ca3fbf2

Please sign in to comment.