source: src/django_gheat/wlheatmap/static/nodes.json@ 14201

Last change on this file since 14201 was 9587, checked in by rick, 13 years ago

Example usage of adding the actual location of the Node as well.

File size: 176 bytes
Line 
1{
2 "type": "Feature",
3 "properties": {
4 },
5 "geometry": {
6 "type": "Point",
7 "coordinates": [
8 4.49,
9 52.15
10 ]
11 }
12}
Note: See TracBrowser for help on using the repository browser.