aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2017-04-19Add READMEHEADv0.0.1masterTeddy Wing
* Describe the project * Show a screenshot * Explain how to use it * Include license & copyright information
2017-04-19Add license (GNU GPLv3+)Teddy Wing
2017-04-19Add screenshotTeddy Wing
2017-04-19index.html: Increase feature stroke widthTeddy Wing
Make it easier to see the inputted geometry features.
2017-04-19index.html: Project output coordinates in EPSG:4326 (WSG84)Teddy Wing
2017-04-19index.html: Make the input & output textareas more readableTeddy Wing
Increase the dimensions of the textareas and set a more readable font face & size.
2017-04-19index.html: When rendering WKT input, remove previous WKT input layerTeddy Wing
We create a new map layer every time the input textarea is unfocused. Remove the old data before rendering the new features.
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