fix OpenStreetMap stylization

This commit is contained in:
neri 2020-01-30 22:53:33 +01:00
parent e3d5d22e4c
commit d04e382d6e
1 changed files with 2 additions and 2 deletions

View File

@ -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&amp;layer=mapnik&amp;marker=51.527685307284564%2C7.465000748634338" src="https://www.openstreetmap.org/export/embed.html?bbox=7.4632975459098825%2C51.52693355178172%2C7.466703951358796%2C51.5284370503752&amp;layer=mapnik&amp;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&amp;mlon=7.46500#map=19/51.52769/7.46500"> <a href="https://www.openstreetmap.org/?mlat=51.52769&amp;mlon=7.46500#map=19/51.52769/7.46500">
In OpenStreetMaps öffnen In OpenStreetMap öffnen
</a> </a>
</small> </small>
</> </>