<feed xmlns='http://www.w3.org/2005/Atom'>
<title>geo-feature-examiner/index.html, branch master</title>
<subtitle>Examine a set of WKT-formatted geometries on a map</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/geo-feature-examiner/'/>
<entry>
<title>index.html: Increase feature stroke width</title>
<updated>2017-04-19T19:14:10+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-04-19T19:14:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/geo-feature-examiner/commit/?id=b864fe0ecaa58c5d81ee08690916b84dfa006333'/>
<id>b864fe0ecaa58c5d81ee08690916b84dfa006333</id>
<content type='text'>
Make it easier to see the inputted geometry features.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make it easier to see the inputted geometry features.
</pre>
</div>
</content>
</entry>
<entry>
<title>index.html: Project output coordinates in EPSG:4326 (WSG84)</title>
<updated>2017-04-19T15:01:07+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-04-19T15:01:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/geo-feature-examiner/commit/?id=c376101a778f4c933aea858e313e26a6d3f7f788'/>
<id>c376101a778f4c933aea858e313e26a6d3f7f788</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>index.html: Make the input &amp; output textareas more readable</title>
<updated>2017-04-19T14:49:57+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-04-19T14:49:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/geo-feature-examiner/commit/?id=061c92ef8839a98e10e5e731e5c2b35340400ee3'/>
<id>061c92ef8839a98e10e5e731e5c2b35340400ee3</id>
<content type='text'>
Increase the dimensions of the textareas and set a more readable font
face &amp; size.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Increase the dimensions of the textareas and set a more readable font
face &amp; size.
</pre>
</div>
</content>
</entry>
<entry>
<title>index.html: When rendering WKT input, remove previous WKT input layer</title>
<updated>2017-04-19T14:47:02+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-04-19T14:47:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/geo-feature-examiner/commit/?id=9d2a22d7bd0145245a927d6f1a5820cc466032f9'/>
<id>9d2a22d7bd0145245a927d6f1a5820cc466032f9</id>
<content type='text'>
We create a new map layer every time the input textarea is unfocused.
Remove the old data before rendering the new features.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We create a new map layer every time the input textarea is unfocused.
Remove the old data before rendering the new features.
</pre>
</div>
</content>
</entry>
<entry>
<title>index.html: Add inputted WKT features to the map</title>
<updated>2017-04-19T14:38:43+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-04-19T14:38:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/geo-feature-examiner/commit/?id=7902db2e2b7e9b2c20cb1f4a5cdd7b4c1c02bb10'/>
<id>7902db2e2b7e9b2c20cb1f4a5cdd7b4c1c02bb10</id>
<content type='text'>
WKT features will be inputted into the "input" textarea, one per line.
Read these and render them on the map when blurring the textarea.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
WKT features will be inputted into the "input" textarea, one per line.
Read these and render them on the map when blurring the textarea.
</pre>
</div>
</content>
</entry>
<entry>
<title>index.html: When a feature is clicked, display its WKT on the page</title>
<updated>2017-04-19T14:10:40+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-04-19T14:10:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/geo-feature-examiner/commit/?id=4b24aa49fe5222803e03d31d71f0362f47da457c'/>
<id>4b24aa49fe5222803e03d31d71f0362f47da457c</id>
<content type='text'>
Allow us to see the coordinates of the selected feature.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow us to see the coordinates of the selected feature.
</pre>
</div>
</content>
</entry>
<entry>
<title>index.html: Add feature selection</title>
<updated>2017-04-19T13:46:13+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-04-19T13:41:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/geo-feature-examiner/commit/?id=f484cf3c23155ab0b31ab686f7f7ceb4e7186856'/>
<id>f484cf3c23155ab0b31ab686f7f7ceb4e7186856</id>
<content type='text'>
Clicking on a geographical feature highlights it. Based on this
OpenLayers example:
http://openlayers.org/en/latest/examples/select-features.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Clicking on a geographical feature highlights it. Based on this
OpenLayers example:
http://openlayers.org/en/latest/examples/select-features.html
</pre>
</div>
</content>
</entry>
<entry>
<title>index.html: Change the center &amp; zoom of the map</title>
<updated>2017-04-19T13:33:54+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-04-19T13:33:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/geo-feature-examiner/commit/?id=8479ae44d738e1b2bf4be47f7c1a16e8888fc7b1'/>
<id>8479ae44d738e1b2bf4be47f7c1a16e8888fc7b1</id>
<content type='text'>
Center the map on Paris and increase the zoom such that we can more
easily see roads.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Center the map on Paris and increase the zoom such that we can more
easily see roads.
</pre>
</div>
</content>
</entry>
<entry>
<title>index.html: Reproduce OpenLayers WKT example</title>
<updated>2017-04-19T13:32:53+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-04-19T13:32:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/geo-feature-examiner/commit/?id=8cd70f7da71a5824915a8848214afbd258c71cbe'/>
<id>8cd70f7da71a5824915a8848214afbd258c71cbe</id>
<content type='text'>
Copy some example code from:
http://openlayers.org/en/latest/examples/wkt.html

to work off of.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Copy some example code from:
http://openlayers.org/en/latest/examples/wkt.html

to work off of.
</pre>
</div>
</content>
</entry>
<entry>
<title>index.html: Add OpenLayers (from public CDN)</title>
<updated>2017-04-19T13:21:49+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-04-19T13:21:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/geo-feature-examiner/commit/?id=d0c6616943919a78d62f99237811cdfefffd35ec'/>
<id>d0c6616943919a78d62f99237811cdfefffd35ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
