aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoruser <user@node5.net>2024-05-20 19:52:32 +0200
committeruser <user@node5.net>2024-05-20 19:52:32 +0200
commit41f6535c3b30f885b74bb1ac9c78b53385f93049 (patch)
tree43bb7aece0c0393630a1c896c01da6510de2598b /README.md
parent16a37d3467659a4457d6d1f82336d11528ec0578 (diff)
expand README, links to used projects
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 16 insertions, 3 deletions
diff --git a/README.md b/README.md
index adb5942..85d85e2 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,16 @@
-Data source: https://download.geofabrik.de/europe/denmark.html
-Data extractor: https://osm2pgsql.org/examples/poi-db/
-Postgresql int data types extension https://github.com/petere/pguint
+# POI map
+
+## Features:
+
+- [Voronoi polygons](https://en.wikipedia.org/wiki/Voronoi_diagram): Showing which *Point Of Interest* is nearest a given area as the crow flies
+- Heatmap
+
+## Links
+- [Live version - map.node5.net](https://map.node5.net/)
+- Data source (OpenStreetMap data): https://download.geofabrik.de/europe/denmark.html
+- Data extractor: https://osm2pgsql.org/examples/poi-db/
+- [leafletjs.com](https://leafletjs.com/)
+- [Leaflet.heat - github.com](https://github.com/Leaflet/Leaflet.heat)
+- [postgresql.org](https://www.postgresql.org/)
+ - [postgis.net/](https://postgis.net/)
+ - [ST_VoronoiPolygons - postgis.net](https://postgis.net/docs/ST_VoronoiPolygons.html)