opengeospatial / ideas

Public repository for Innovation Program Ideas
20 stars 3 forks source link

Advance client side form processing in MapML #17

Closed prushforth closed 6 years ago

prushforth commented 7 years ago

Implement processing of <form> elements to support spatial + textual search in MapML.

For example:

<mapml> <head>....</head> <body> ... <form action="https://example.com/maps/search"&gt; <input type="extent" name="qs"> <input type="search" name="q"> <button type="submit"></button> </form>

</body> </mapml>

ingosimonis commented 6 years ago

Intensive client side processing of MapML is a task in Testbed-14. I close this item now. We need to revise MapML activities after the Testbed-14 report is out.