aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
AgeCommit message (Collapse)Author
2017-04-19index.html: Add inputted WKT features to the mapTeddy Wing
WKT features will be inputted into the "input" textarea, one per line. Read these and render them on the map when blurring the textarea.
2017-04-19index.html: When a feature is clicked, display its WKT on the pageTeddy Wing
Allow us to see the coordinates of the selected feature.
2017-04-19index.html: Add feature selectionTeddy Wing
Clicking on a geographical feature highlights it. Based on this OpenLayers example: http://openlayers.org/en/latest/examples/select-features.html
2017-04-19index.html: Change the center & zoom of the mapTeddy Wing
Center the map on Paris and increase the zoom such that we can more easily see roads.
2017-04-19index.html: Reproduce OpenLayers WKT exampleTeddy Wing
Copy some example code from: http://openlayers.org/en/latest/examples/wkt.html to work off of.
2017-04-19index.html: Add OpenLayers (from public CDN)Teddy Wing
2017-04-19Initial commit. Add base static HTML file.Teddy Wing