Age | Commit message (Collapse) | Author |
|
Make it easier to see the inputted geometry features.
|
|
|
|
Increase the dimensions of the textareas and set a more readable font
face & size.
|
|
We create a new map layer every time the input textarea is unfocused.
Remove the old data before rendering the new features.
|
|
WKT features will be inputted into the "input" textarea, one per line.
Read these and render them on the map when blurring the textarea.
|
|
Allow us to see the coordinates of the selected feature.
|
|
Clicking on a geographical feature highlights it. Based on this
OpenLayers example:
http://openlayers.org/en/latest/examples/select-features.html
|
|
Center the map on Paris and increase the zoom such that we can more
easily see roads.
|
|
Copy some example code from:
http://openlayers.org/en/latest/examples/wkt.html
to work off of.
|
|
|
|
|