developmentseed / developmentseed/openlayers_plus
Popups: count is NaN
Open
- Dominant language
- JavaScript
- Stars
- 64
- Forks
- 62
- PR merge metrics
- No merged PRs in 30d
Description
If I enable _OL+: Popups_ (but not _OL+: Tooltips_) the popup shown on hover displays "NaN" for the count -- printed from this:
``` javascript
text += "
" + parseInt(feature.attributes.count, 10) + "
";
```
Also, when I click the popup (for a single point,) the pager section shows "1 / 0" ...
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.