Skip to content

Commit d42a166

Browse files
committed
Fix image thumbnail as pin for right panel map #64
1 parent 5be6446 commit d42a166

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

picture.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ function osm_render_element_content()
126126
$local_conf['center_lng'] = $lon;
127127
$local_conf['zoom'] = $zoom;
128128

129-
$js_data = array(array($lat, $lon, null, null, null, null, null, null));
129+
$js_data = osm_get_items($page);
130130

131131
$js = osm_get_js($conf, $local_conf, $js_data);
132132

0 commit comments

Comments
 (0)