diff options
-rw-r--r-- | index.html | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -5,6 +5,13 @@ <title>Geo Feature Explorer</title> <link rel="stylesheet" href="https://openlayers.org/en/v4.1.0/css/ol.css" type="text/css"> + <style> + textarea { + width: 500px; + height: 200px; + font: 12px Monaco, Courier, monospace; + } + </style> </head> <body> <textarea class="js-wkt"></textarea> |