Skip to content

Commit 6ba8bd5

Browse files
authored
Multi-Tab fix Object are now centered
Reposition Map, Objects are centered on Map
2 parents 942d6ff + bdceebe commit 6ba8bd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

multi_tab/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function App() {
4242
options={{
4343
style: "https://wms.wheregroup.com/tileserver/style/osm-bright.json",
4444
zoom: 12.75,
45-
center: [7.1, 50.73],
45+
center: [7.10000, 50.7325],
4646
}}
4747
style={{position: "absolute", top: 0, bottom: 0, left: 0, right: 0}}
4848
/>

0 commit comments

Comments
 (0)