Fix osm (iframe -> object)
This commit is contained in:
parent
7509ef7a65
commit
190bdc1865
3 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
name: Reitanlage Oranienburg
|
name: Reitanlage Oranienburg
|
||||||
version: 1.2.3
|
version: 1.2.4
|
||||||
description: Design der Reitanlage Oranienburg
|
description: Design der Reitanlage Oranienburg
|
||||||
icon: rebel
|
icon: rebel
|
||||||
author:
|
author:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "reitanlage-oranienburg",
|
"name": "reitanlage-oranienburg",
|
||||||
"version": "1.2.3",
|
"version": "1.2.4",
|
||||||
"description": "The Reitanlage Oranienburg Theme for Grav CMS.",
|
"description": "The Reitanlage Oranienburg Theme for Grav CMS.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<div class="w-100 h-100 d-flex flex-column">
|
<div class="w-100 h-100 d-flex flex-column">
|
||||||
<iframe class="flex-grow-1 w-100" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://www.openstreetmap.org/export/embed.html?bbox=13.033527382649483%2C52.712566473741454%2C13.342174538411202%2C52.8193422424879&layer=mapnik&marker=52.76598708705365%2C13.18785096053034"></iframe>
|
<object class="flex-grow-1 w-100" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" data="https://www.openstreetmap.org/export/embed.html?bbox=13.033527382649483%2C52.712566473741454%2C13.342174538411202%2C52.8193422424879&layer=mapnik&marker=52.76598708705365%2C13.18785096053034"></object>
|
||||||
<small>
|
<small>
|
||||||
<a target="_blank" href="https://www.openstreetmap.org/?mlat=52.7660&mlon=13.1879#map=13/52.7660/13.1879">
|
<a target="_blank" href="https://www.openstreetmap.org/?mlat=52.7660&mlon=13.1879#map=13/52.7660/13.1879">
|
||||||
Auf OpenStreetMaps öffnen
|
Auf OpenStreetMaps öffnen
|
||||||
|
|
Loading…
Reference in a new issue