Skip to content

Commit f76f871

Browse files
committed
feat: change google maps to osm
1 parent a6aa3f0 commit f76f871

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

source/contact.html.haml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,12 @@
1515
%br
1616
Nasza siedziba znajduje się przy ul. Grunwaldzkiej 61, w pok. nr 1 (wejście boczne budynku T3).
1717

18-
%iframe{src: 'https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2504.7163939615493!2d17.062328215609334!3d51.11369257957233!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x470fc28025bdb3fb%3A0x4ade31e957e7e0b!2sAkademickie+Stowarzyszenie+Informatyczne!5e0!3m2!1sen!2spl!4v1517058681224',
19-
width: '600', height: '450', frameborder: '0', style: 'border:0', allowfullscreen: 'true'}
18+
%iframe{
19+
src: "https://www.openstreetmap.org/export/embed.html?bbox=17.0624515414238,51.112982808881526,17.066335380077366,51.1145571866162&layer=mapnik;marker=51.113962,17.064249&map=19/51.113962/17.064249",
20+
width: "600",
21+
height: "450",
22+
style: "border: 0"
23+
}
24+
%br/
25+
%small
26+
%a{ href: "https://www.openstreetmap.org/node/2902929460?mlat=51.113962&mlon=17.064249#map=19/51.113962/17.064249" } Wyświetl większą mapę

0 commit comments

Comments
 (0)