File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
templates/dwr_default/data Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 14
14
id = 'DynamicWeb' ,
15
15
name = _ ("Dynamic Web Report" ),
16
16
description = _ ("Produces dynamic web pages for the database" ),
17
- version = '0.0.77 ' ,
17
+ version = '0.0.78 ' ,
18
18
gramps_target_version = "5.0" ,
19
19
status = STABLE ,
20
20
fname = 'dynamicweb.py' ,
Original file line number Diff line number Diff line change @@ -3591,7 +3591,7 @@ function mapUpdate()
3591
3591
{
3592
3592
var OsmPointStyle = function ( feature , resolution )
3593
3593
{
3594
- var x_marker = parseInt ( feature . p . name . replace ( 'OsmPopup' , '' ) ) ;
3594
+ var x_marker = parseInt ( feature . values_ . name . replace ( 'OsmPopup' , '' ) ) ;
3595
3595
var ip = GetIconProps ( x_marker ) ;
3596
3596
var iconStyle = new ol . style . Style ( {
3597
3597
image : new ol . style . Icon ( ( {
You can’t perform that action at this time.
0 commit comments