Last active
October 14, 2015 18:52
-
-
Save castroalves/8094acb767047697dd09 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- listagem de fotos da busca --> | |
<div class="photo-results"> | |
<div class="photo-item" data-id="0" data-title="Foto 1" data-photo="foto1.jpg" data-location="Barra da Tijuca" data-latitude="-19.945526900" data-longitude="-43.933424500"></div> | |
<div class="photo-item" data-id="1" data-title="Foto 2" data-photo="foto2.jpg" data-location="Copacabana" data-latitude="-19.945526900" data-longitude="-43.933424500"></div> | |
<div class="photo-item" data-id="2" data-title="Foto 3" data-photo="foto3.jpg" data-location="Leme" data-latitude="-19.945526900" data-longitude="-43.933424500"></div> | |
</div> | |
<!-- div onde o mapa será plotado --> | |
<div id="map-canvas"></div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment