Changeset - 26626bdf466c
[Not reviewed]
0 1 0
Brett Smith - 4 years ago 2019-10-10 17:49:59
brettcsmith@brettcsmith.org
venue: Add marker to map.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/static_pages/venue.html
Show inline comments
...
 
@@ -21,13 +21,13 @@
 
  <address><a href="https://www.tricoterie.be/fr/">La Tricoterie</a><br>
 
    158, rue Théodore Verhaegen<br>
 
    1060 Saint-Gilles<br>
 
    Belgium</address>
 

	
 
  <div class="embed-responsive embed-responsive-4by3">
 
    <iframe class="embed-responsive-item" width="100%" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://www.openstreetmap.org/export/embed.html?bbox=4.332658052444459%2C50.82791734439863%2C4.340586662292481%2C50.83243730909242&amp;layer=mapnik" style="border: 1px solid black"></iframe>
 
    <iframe class="embed-responsive-item" width="100%" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://www.openstreetmap.org/export/embed.html?bbox=4.332658052444459%2C50.82791734439863%2C4.340586662292481%2C50.83243730909242&amp;layer=mapnik&amp;marker=50.83026886490804%2C4.336745738983154" style="border: 1px solid black"></iframe>
 
  </div>
 

	
 
  <p class="text-center"><a href="https://www.openstreetmap.org/#map=17/50.83018/4.33662&amp;layers=N">View Larger Map</a></p>
 
</div>
 

	
 
{% endblock %}
0 comments (0 inline, 0 general)