<?xml version="1.0" encoding="UTF-8"?> <kml xmlns="http://earth.google.com/kml/2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <Document> <name>OpenLayers Map Data</name> <atom:author> <atom:name>Generator openlayer_heatmap </atom:name> </atom:author> <atom:link href="https://niebert.github.io/openlayer_heatmap"/> <Folder> <name>OpenLayers HeatMap</name> {{{mapobjects}}} </Folder> </Document> </kml>
<Placemark id="{{id}}"> <name>{{title}}</name> <summary>{{summary}} {{value}}</summary> <mapvalue>{{value}}</mapvalue> <Point> <coordinates>{{lng}},{{lat}}</coordinates> </Point> </Placemark>
HeatMap Editor
for
OpenLayers Map
Load
Save
Save HeatMap Data
/
0
Add
Delete
Init DB
valid or not valid
Map Center:
Zoom:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Select Geolocation
Display Map
Export JSON
Export JSON Schema
Close
Export Editor innerHTML - Debug
View (console.log)
Wikiversity: User-driven spatial activities
GitHub-Repo
- 2017 - Engelbert Niehaus -
Download GitHub (2017)
HeatMap for Openlayers used
JSON Editor by Jeremy Dorn on GitHub