Skip to content

Commit 5f1ddc9

Browse files
authored
Merge pull request #118 from armada-ths/fix/map-booth-change
booth update: move FRA
2 parents cd89f22 + 1991c58 commit 5f1ddc9

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

src/app/student/map/data/booths.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -1566,11 +1566,11 @@
15661566
"geometry": {
15671567
"coordinates": [
15681568
[
1569-
[18.072106800769433, 59.348050209755286],
1570-
[18.072152351554735, 59.348047469316526],
1571-
[18.072143656701314, 59.3480167399419],
1572-
[18.07209852383852, 59.34802052612133],
1573-
[18.072106800769433, 59.348050209755286]
1569+
[18.072051182072727, 59.34805493569337],
1570+
[18.07209673285803, 59.34805219525461],
1571+
[18.07208803800461, 59.34802146587998],
1572+
[18.072042905141814, 59.348025252059415],
1573+
[18.072051182072727, 59.34805493569337]
15741574
]
15751575
],
15761576
"type": "Polygon"
@@ -1988,8 +1988,8 @@
19881988
[
19891989
[18.07224798350208, 59.34795267025956],
19901990
[18.072243929924326, 59.34792748743223],
1991-
[18.072316234702868, 59.34792437979303],
1992-
[18.072318288532955, 59.34795005336599],
1991+
[18.072353697652545, 59.34792297461965],
1992+
[18.07235710408699, 59.34794872681053],
19931993
[18.07224798350208, 59.34795267025956]
19941994
]
19951995
],
@@ -2007,11 +2007,11 @@
20072007
"geometry": {
20082008
"coordinates": [
20092009
[
2010-
[18.072318242184878, 59.3479500671788],
2011-
[18.072316261654095, 59.347924348667505],
2012-
[18.072383421047277, 59.3479216938008],
2013-
[18.072385420639364, 59.34794817230053],
2014-
[18.072318242184878, 59.3479500671788]
2010+
[18.07210830065671, 59.34808229627214],
2011+
[18.072107788956487, 59.34805667994115],
2012+
[18.072178143462367, 59.348056740446935],
2013+
[18.072177718990417, 59.34808248727856],
2014+
[18.07210830065671, 59.34808229627214]
20152015
]
20162016
],
20172017
"type": "Polygon"
@@ -2028,11 +2028,11 @@
20282028
"geometry": {
20292029
"coordinates": [
20302030
[
2031-
[18.072385320797764, 59.34794820531678],
2032-
[18.072383408776574, 59.347921699311826],
2031+
[18.072357248139156, 59.34794871219978],
2032+
[18.072353753428132, 59.34792292428972],
20332033
[18.07245480196633, 59.34791943028327],
20342034
[18.072456709427314, 59.34794513443006],
2035-
[18.072385320797764, 59.34794820531678]
2035+
[18.072357248139156, 59.34794871219978]
20362036
]
20372037
],
20382038
"type": "Polygon"

src/app/student/map/editor/EditorMapComponent.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ export default function EditorMapComponent({
257257
<Layer {...symbolLayerStyle}></Layer>
258258
</Source>
259259

260-
{mapLoaded && !showBuildings && markers}
260+
{markers}
261261

262262
{mapLoaded && activeFeatureId != null && (
263263
<Popup

0 commit comments

Comments
 (0)