1

Topic: No data points showing on map

Hi all

Points are not appearing on a map of records which previously worked using Map explorer report

The points are being plotted on the map - they appear in the SVG, but the 'r' value is being set to 'NaN' which is an invalid number, so no colour is being applied. I can't find where to set this radius value - there doesn't seem to be a feature_style setting for this.

e.g.

<circle id="OpenLayers_Geometry_Point_112" cx="391.173923540828" cy="227.1945845129012" r="NaN" fill="green" fill-opacity="0.53" stroke="green" stroke-opacity="0.8" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"></circle>

Any pointers welcome!

Many thanks

Dave

2

Re: No data points showing on map

Does this relate to a BRC warehouse (and if so, which one)?
I have made a change at our end to support the pop-up feature information that you were asking about last week.
There ought not be a connection but you never know.

Jim Bacon

3

Re: No data points showing on map

Hi Jim

No, not the BRC warehouse, this is our own installation.

Thanks

D

4

Re: No data points showing on map

Good, that rules out one thing.
Are we able to view the page?
Do you get any JavaScript errors?
Don't know anything about this really but I would nose around the getpointradius() function that is output by report_helper::report_map()

Jim Bacon