Test generation of gallery from gps-tagged (fixed) photographs from spain-2015

This commit is contained in:
2015-12-23 22:30:21 +00:00
parent 1022d750a5
commit c29894f171
5 changed files with 121 additions and 1 deletions

View File

@@ -27,7 +27,7 @@ layout: post
title : "{{ item.title }}"
});
var w = new google.maps.InfoWindow({
content: '<div style="margin-bottom:5px;">{{ item.title|replace:"'","\\'" }}</div><a href="/{{ item.fullname }}.html"><img alt="Photo: {{ item.title|replace:"'","\\'" }}" height="200" src="{{ site.asset_prefix }}/{{ item.fullname }}~200x200.jpg" title="{{ item.title|replace:"'","\\'" }}" width="200" /></a>'
content: '<div style="margin-bottom:5px;">{{ item.title|replace:"'","\\'" }}</div><a href="/{{ site.baseurl }}/{{ item.fullname }}.html"><img alt="Photo: {{ item.title|replace:"'","\\'" }}" height="200" src="{{ site.asset_prefix }}/{{ item.fullname }}~200x200.jpg" title="{{ item.title|replace:"'","\\'" }}" width="200" /></a>'
});
google.maps.event.addListener(
m,

View File

@@ -57,11 +57,15 @@ layout: post
<dt>Camera</dt>
<dd>{{ page.exif.make }} {{ page.exif.model }}
{% if page.exif.aperture %}
<dt>Aperture</dt>
<dd>{{ page.exif.aperture }}</dd>
{% endif %}
{% if page.exif.aperture %}
<dt>Exposure</dt>
<dd>{{ page.exif.exposure }}</dd>
{% endif %}
{% if page.sizes %}
<dt>Sizes</dt>