Skip to content

Commit 716dc9b

Browse files
SNoiraudsam-m888
authored andcommitted
DynamicWeb: openlayers use "values_" instead of p (#193)
Fixes #11057 Some changes in the openlayers library
1 parent 57a712c commit 716dc9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DynamicWeb/dynamicweb.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
id = 'DynamicWeb',
1515
name = _("Dynamic Web Report"),
1616
description = _("Produces dynamic web pages for the database"),
17-
version = '0.0.77',
17+
version = '0.0.78',
1818
gramps_target_version = "5.0",
1919
status = STABLE,
2020
fname = 'dynamicweb.py',

DynamicWeb/templates/dwr_default/data/dwr.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3591,7 +3591,7 @@ function mapUpdate()
35913591
{
35923592
var OsmPointStyle = function(feature, resolution)
35933593
{
3594-
var x_marker = parseInt(feature.p.name.replace('OsmPopup', ''));
3594+
var x_marker = parseInt(feature.values_.name.replace('OsmPopup', ''));
35953595
var ip = GetIconProps(x_marker);
35963596
var iconStyle = new ol.style.Style({
35973597
image: new ol.style.Icon(({

0 commit comments

Comments
 (0)