Skip to content

Commit

Permalink
booth update: move FRA
Browse files Browse the repository at this point in the history
  • Loading branch information
vmork committed Nov 18, 2024
1 parent cd89f22 commit 1991c58
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
30 changes: 15 additions & 15 deletions src/app/student/map/data/booths.json
Original file line number Diff line number Diff line change
Expand Up @@ -1566,11 +1566,11 @@
"geometry": {
"coordinates": [
[
[18.072106800769433, 59.348050209755286],
[18.072152351554735, 59.348047469316526],
[18.072143656701314, 59.3480167399419],
[18.07209852383852, 59.34802052612133],
[18.072106800769433, 59.348050209755286]
[18.072051182072727, 59.34805493569337],
[18.07209673285803, 59.34805219525461],
[18.07208803800461, 59.34802146587998],
[18.072042905141814, 59.348025252059415],
[18.072051182072727, 59.34805493569337]
]
],
"type": "Polygon"
Expand Down Expand Up @@ -1988,8 +1988,8 @@
[
[18.07224798350208, 59.34795267025956],
[18.072243929924326, 59.34792748743223],
[18.072316234702868, 59.34792437979303],
[18.072318288532955, 59.34795005336599],
[18.072353697652545, 59.34792297461965],
[18.07235710408699, 59.34794872681053],
[18.07224798350208, 59.34795267025956]
]
],
Expand All @@ -2007,11 +2007,11 @@
"geometry": {
"coordinates": [
[
[18.072318242184878, 59.3479500671788],
[18.072316261654095, 59.347924348667505],
[18.072383421047277, 59.3479216938008],
[18.072385420639364, 59.34794817230053],
[18.072318242184878, 59.3479500671788]
[18.07210830065671, 59.34808229627214],
[18.072107788956487, 59.34805667994115],
[18.072178143462367, 59.348056740446935],
[18.072177718990417, 59.34808248727856],
[18.07210830065671, 59.34808229627214]
]
],
"type": "Polygon"
Expand All @@ -2028,11 +2028,11 @@
"geometry": {
"coordinates": [
[
[18.072385320797764, 59.34794820531678],
[18.072383408776574, 59.347921699311826],
[18.072357248139156, 59.34794871219978],
[18.072353753428132, 59.34792292428972],
[18.07245480196633, 59.34791943028327],
[18.072456709427314, 59.34794513443006],
[18.072385320797764, 59.34794820531678]
[18.072357248139156, 59.34794871219978]
]
],
"type": "Polygon"
Expand Down
2 changes: 1 addition & 1 deletion src/app/student/map/editor/EditorMapComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ export default function EditorMapComponent({
<Layer {...symbolLayerStyle}></Layer>
</Source>

{mapLoaded && !showBuildings && markers}
{markers}

{mapLoaded && activeFeatureId != null && (
<Popup
Expand Down

0 comments on commit 1991c58

Please sign in to comment.