Skip to content

Commit 6d35531

Browse files
author
m3
committed
Initial commit
trying to get amenities and fill database with it commented out the part to go get postGIS geom data and fill the db with it
1 parent 7b0fe8a commit 6d35531

9 files changed

+2015
-2
lines changed

DB query/insert-amenities.sql

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
INSERT into parks.amenities (id,
2+
park_id,
3+
amenity_type_id,
4+
description,osm_info_type,
5+
osm_info_id)
6+
VALUES (1,12,9,'playground', 'way', 25668193);

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
# nrv-park-finder-scripts
2-
Backend scripts for the NRV Park Finder website
1+
# NRV-Park-Finder
2+
Find a public park and amenities in the New River Valley (VA)
3+
4+
Will use OpenStreetMap curated through a Google Sheet/PostGIS database

0 commit comments

Comments
 (0)