Changeset 9648 for src/django_gheat/wlheatmap/templates
- Timestamp:
- Sep 2, 2011, 9:19:47 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/django_gheat/wlheatmap/templates/js/LayerBase.js
r9641 r9648 231 231 pointRadius: "${getSize}", // using context.getSize(feature) 232 232 fillColor: "${getColor}", // using context.getColor(feature) 233 strokeWidth: 0.5 ,233 strokeWidth: 0.5 234 234 }; 235 235 var nodesStyle = new OpenLayers.Style(template, {context: context});
Note:
See TracChangeset
for help on using the changeset viewer.