Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-19 | Add READMEHEADv0.0.1master | Teddy Wing | |
* Describe the project * Show a screenshot * Explain how to use it * Include license & copyright information | |||
2017-04-19 | Add license (GNU GPLv3+) | Teddy Wing | |
2017-04-19 | Add screenshot | Teddy Wing | |
2017-04-19 | index.html: Increase feature stroke width | Teddy Wing | |
Make it easier to see the inputted geometry features. | |||
2017-04-19 | index.html: Project output coordinates in EPSG:4326 (WSG84) | Teddy Wing | |
2017-04-19 | index.html: Make the input & output textareas more readable | Teddy Wing | |
Increase the dimensions of the textareas and set a more readable font face & size. | |||
2017-04-19 | index.html: When rendering WKT input, remove previous WKT input layer | Teddy 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-19 | index.html: Add inputted WKT features to the map | Teddy 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-19 | index.html: When a feature is clicked, display its WKT on the page | Teddy Wing | |
Allow us to see the coordinates of the selected feature. | |||
2017-04-19 | index.html: Add feature selection | Teddy Wing | |
Clicking on a geographical feature highlights it. Based on this OpenLayers example: http://openlayers.org/en/latest/examples/select-features.html | |||
2017-04-19 | index.html: Change the center & zoom of the map | Teddy Wing | |
Center the map on Paris and increase the zoom such that we can more easily see roads. | |||
2017-04-19 | index.html: Reproduce OpenLayers WKT example | Teddy Wing | |
Copy some example code from: http://openlayers.org/en/latest/examples/wkt.html to work off of. | |||
2017-04-19 | index.html: Add OpenLayers (from public CDN) | Teddy Wing | |
2017-04-19 | Initial commit. Add base static HTML file. | Teddy Wing | |