fix OpenStreetMap stylization
This commit is contained in:
parent
e3d5d22e4c
commit
d04e382d6e
|
@ -5,14 +5,14 @@ export default () => {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<iframe
|
<iframe
|
||||||
title="OpenStreetMaps Map zum Langen August"
|
title="OpenStreetMap zum Langen August"
|
||||||
src="https://www.openstreetmap.org/export/embed.html?bbox=7.4632975459098825%2C51.52693355178172%2C7.466703951358796%2C51.5284370503752&layer=mapnik&marker=51.527685307284564%2C7.465000748634338"
|
src="https://www.openstreetmap.org/export/embed.html?bbox=7.4632975459098825%2C51.52693355178172%2C7.466703951358796%2C51.5284370503752&layer=mapnik&marker=51.527685307284564%2C7.465000748634338"
|
||||||
className={mapStyles.map}
|
className={mapStyles.map}
|
||||||
></iframe>
|
></iframe>
|
||||||
<br />
|
<br />
|
||||||
<small>
|
<small>
|
||||||
<a href="https://www.openstreetmap.org/?mlat=51.52769&mlon=7.46500#map=19/51.52769/7.46500">
|
<a href="https://www.openstreetmap.org/?mlat=51.52769&mlon=7.46500#map=19/51.52769/7.46500">
|
||||||
In OpenStreetMaps öffnen
|
In OpenStreetMap öffnen
|
||||||
</a>
|
</a>
|
||||||
</small>
|
</small>
|
||||||
</>
|
</>
|
||||||
|
|
Loading…
Reference in New Issue