We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63a6ba8 commit de7f271Copy full SHA for de7f271
_ultra-maps/historical-images.ultra
@@ -1,5 +1,11 @@
1
---
2
type: dsv
3
+controls:
4
+ - type: GeolocateControl
5
+ options:
6
+ positionOptions:
7
+ enableHighAccuracy: true
8
+ trackUserLocation: true
9
style:
10
layers:
11
- type: circle
@@ -18,7 +24,8 @@ popupTemplate: >
18
24
<img style="width: 100%; max-width: 25em;" src="{{ properties.img_url }}">
19
25
</a>
20
26
<p>
21
- Year: {% if properties.year == "" %}Unknown{% else %}{{ properties.year }}{% endif %}<br>
27
+ Year: {% if properties.year is "" %}{{ properties.year }}{% else %}Unknown{% endif %}
28
+ <br>
22
29
Source: <a href="{{ properties.source_url }}" target="_blank">
23
30
{{ properties.source }}
31
0 commit comments