Update Dev Notes

Jon Roeber 2024-01-18 06:00:19 +00:00
parent ff685ed77c
commit 5526532d97

@ -59,6 +59,13 @@ psql -h chirpstack.roeber.dev -U qgis -d chirpstack_integration
Having an issue with getting the point to show up in QGIS. The geometry isn't showing correctly, something about a CRS not defined? Need to look into it more. Probably also need to get more of a variety of fake data points instead of just one point. For some reason the feature count is 0 when looking at the dataset. Am I missing an ID field? Probably something to do with the view's fields.
Got a point to show on the map, where I expected it! Adding an `id` column got the feature to show up.
Next steps:
- Show more information about the feature on the map
- Get the real GPS sensor working or generate random data in an area
## 20240116
https://github.com/CrunchyData/pg_featureserv - a lightweight alternative to Geoserver for serving WFS3 (found from https://gis.stackexchange.com/a/379506)