From 5526532d973f06398455830cab20d472e3546d1e Mon Sep 17 00:00:00 2001 From: Jon Roeber Date: Thu, 18 Jan 2024 06:00:19 +0000 Subject: [PATCH] Update Dev Notes --- Dev-Notes.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Dev-Notes.md b/Dev-Notes.md index a579786..bfe6a84 100644 --- a/Dev-Notes.md +++ b/Dev-Notes.md @@ -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)