SignalK / simplegauges

Simple gauges for use with SignalK server
MIT License
4 stars 8 forks source link

Deprecation notice #11

Open tkurki opened 2 years ago

tkurki commented 2 years ago

Afaik this webapp sees very little use and is so limited in features that I plan to deprecate it, both in Github and in npm.

There seems to be also a bug related to building #10 .

mhaberler commented 2 years ago

what would you suggest as a replacement for the following task:

thanks, Michael

sbender9 commented 2 years ago

Did you try Kip?

mhaberler commented 2 years ago

yes, using it - how do people embed map display in Kip if any?

for me it's about a flight display to be embedded in Kip

right now I use a Kip http embed using https://github.com/wiedehopf/tar1090 but that's not a suitable starting point for me

I specifically want to use vector tiles, which is why I started using https://github.com/maplibre/maplibre-gl-leaflet

I assume something could be made for Kip out of https://github.com/maplibre/ngx-maplibre-gl but frankly my JS frameworks and coding fu is not up to the task and I somewhat fear the Angular learning curve

pretty sure I can do a leaflet app to run in a Kip embed frame though

mhaberler commented 2 years ago

hm, tried how-to-use-maplibre-gl-js and played with adding this map as a component to Kip - seems to be doable afterall:

image

is this the approach you would recommend @sbender9 @tkurki ?