Results 63 comments of Jasper

I haven’t tried it but I think so. AIS-catcher is using the openlayers library. Perhaps a internet search on those two terms provide some hints? I haven’t experimented with it...

Happy to test. Perhaps it is an additional script that is needed. Where can I find PBF tiles to test?

This works: ``` // {"author":"YourName","version": 2, "description":"Add MapTiler hosted map"} addTileLayer("MapTiler", new ol.layer.VectorTile({ source: new ol.source.VectorTile({ format: new ol.format.MVT(), url: 'https://api.maptiler.com/tiles/v3-lite/{z}/{x}/{y}.pbf?key=8EANolnPbeOlwTl6Qga9', attributions: '© MapTiler © OpenStreetMap contributors', maxZoom: 19 })...

Got it to run with the styling but need to figure out how to implement in the program properly: ![Screenshot from 2024-07-05 23-45-25](https://github.com/jvde-github/AIS-catcher/assets/52420030/146fe5ad-22f4-41d1-a844-87dc06c09246)

Changing things all over the place :-) and including a new script but have not figured out how to do in the production version. The styling is impacting also existing...

Managed to get it running without error messages; I realized I should use the right CDN (unpkg) otherwise it becomes a rabbit hole to sort the modules. Now, the problem...

Can you show the output of cmake as well? Thanks!

My suspicion is that you need to install libssl-dev but, in any case, it should just build fine even then.

Ok, so indeed the case. You can build again by getting the latest source or install libssl-dev and run cmake again. Thanks for flagging. The aim is to always build...

I am thinking about that indeed. Would be a cool addition. Maybe leverage sqlite a bit more to create these type of features. Need to give it some more thought.