PolaricServer / webapp2

Re-write of client app. Based on OpenLayers 5+
GNU Affero General Public License v3.0
15 stars 4 forks source link

Tracking support #19

Closed ohanssen closed 7 years ago

ohanssen commented 7 years ago

Tracking using a server API (websocket), somewhat based on existing Polaric Server protocol, though we should consider using a JSON format instead of XML.

Could some of the design be generalised to be framework, such that Polaric Server is one specialisation, and have some support for implementing other sources?

Tracking objects are features (point/icon + linestring + label). I guess this is not just another vector layer type since it is updated in real-time and since it (at least with Polaric) involves server a lot.

Depends on issue #15

ohanssen commented 7 years ago

Basic tracking is ok. Uses JSON format from server. Server software is updated. Features are displayed on the map. You can click on features to get more info. A filter-selector should be added to the toolbar. Other things that should be done include widgets for searching and/or showing active points.

ohanssen commented 7 years ago

I guess this can be closed. Basic tracking, search, filter-menu works.