Commit Graph

102 Commits

Author SHA1 Message Date
dancingCycle 448d566058 feat(db): add style file osm-rvb.style 2023-06-12 11:50:33 +02:00
dancingCycle cd9cf17063 feat(db): add style file osm-rvb.style 2023-06-12 11:38:42 +02:00
dancingCycle ab2b1ec09c feat(db): cascade while dropping counties and municipalities 2023-06-12 11:16:38 +02:00
dancingCycle cfd247b903 feat(db): add style file osm-rvb.style 2023-06-12 11:13:27 +02:00
dancingCycle ac31d694d1 feat(db): adjust county Landkreis Gifhorn to Gifhorn 2023-06-12 11:07:41 +02:00
dancingCycle 89471052b7 feat(db): add style file osm-rvb.style 2023-06-12 10:33:32 +02:00
dancingCycle 330c5cce3b feat(db): add style file osm-rvb.style 2023-06-12 10:32:33 +02:00
dancingCycle 27e68b25e9 feat(db): schema parameter for update-db.sh 2023-06-12 09:13:49 +02:00
dancingCycle 126c6fa3e8 feat(db): add default style file 2023-06-12 08:03:36 +02:00
dancingCycle 64907a9565 feat(api-ulfius): add routes train-station/* 2023-06-09 09:14:33 +02:00
dancingCycle 1e982b0c77 fix(db): match bus_stop table with view 2023-06-08 14:43:55 +02:00
dancingCycle 15d6d1d51c fix(db): add comma to comply with sql syntax 2023-06-08 14:40:44 +02:00
dancingCycle e05228a934 fix(db): remove typo to comply with sql syntax 2023-06-08 14:38:53 +02:00
dancingCycle 078d1ecc28 feat(db): add tables to views as select on view is to slow 2023-06-08 14:37:09 +02:00
dancingCycle c93562013b feat(db): split sh scripts into bus_stop and railway 2023-06-08 14:30:41 +02:00
dancingCycle 1a61084392 fix(db): remove comma to comply with sql syntax 2023-06-08 14:07:55 +02:00
dancingCycle e9ef3d27b3 fix(db): DB_SCHEMA shall be set to $3 param of railway.sh script 2023-06-08 14:04:38 +02:00
dancingCycle f0cebd8134 feat(db): adjust railway to expose schema as param 2023-06-08 13:56:00 +02:00
dancingCycle 4d473f8198 feat(db): add railway 2023-06-08 12:08:47 +02:00
dancingCycle 00fe9874a7 feat(db): disable CSV export 2023-06-08 11:48:39 +02:00
dancingCycle 945becf803 feat(db): refactor file hierarchy 2023-06-08 11:47:08 +02:00
dancingCycle 10cb864f2e feat(db): disable CSV export 2023-06-08 11:45:43 +02:00
dancingCycle ef16f7e87e feat(db): refactor file hierarchy 2023-06-08 11:44:52 +02:00
dancingCycle 8bebf199b9 feat(ui): initial commit 2023-06-08 09:26:59 +02:00
dancingCycle e8616d852d feat(api-express): initial commit 2023-06-06 07:31:57 +02:00
dancingCycle 51350eb879 feat(api-ulfius): initial commit 2023-06-05 21:06:19 +02:00
dancingCycle 4d4ed3a089 feat: tag network is not part of osm import 2023-05-31 21:46:09 +02:00
dancingCycle 9b49ee08e5 refactor 2023-05-31 21:33:24 +02:00
dancingCycle f8457c6682 fix: get rid of shell script variable 2023-05-31 20:49:18 +02:00
dancingCycle 19b4c37b95 fix: get rid of shell script variable 2023-05-31 20:46:11 +02:00
dancingCycle f36c9ca9a8 feat: get rid of BEGIN and COMMIT sql statement 2023-05-31 20:44:07 +02:00
dancingCycle 2341b01518 feat: get rid of BEGIN and COMMIT sql statement 2023-05-31 20:40:28 +02:00
dancingCycle 62cf1b7483 fix: adjust shell script format 2023-05-31 20:33:47 +02:00
dancingCycle d251441b90 fix: close/terminate SQL statements 2023-05-31 20:29:13 +02:00
dancingCycle bedb5ffaaf feat: add SCHEMA variable as script parameter 2023-05-31 20:17:41 +02:00
dancingCycle de4378dc94 feat: add SCHEMA variable 2023-05-31 15:35:29 +02:00
dancingCycle 153e33dc69 feat: add sql script sql/scripts/vw_vrb_bus_stops.sql to shell script update-db.sh 2023-05-31 13:36:21 +02:00
dancingCycle ba26ab8bc8 feat: add sql script sql/scripts/vw_vrb_bus_stops.sql 2023-05-31 12:52:38 +02:00
dancingCycle ca9fec80d8 fix: adjust path to folder containing sql script files 2023-05-31 12:17:48 +02:00
dancingCycle 887d21146b feat: only consider admin_level 8 for municipalities 2023-05-31 12:14:57 +02:00
dancingCycle 8764358d20 feat: only consider admin_level 4 for counties 2023-05-31 12:12:18 +02:00
dancingCycle f172ac1b9c chore: refactor LICENSE 2023-05-31 12:05:28 +02:00
dancingCycle 8f9cbfc5a1 adjust update-db.sh 2023-05-03 14:44:32 +02:00
dancingCycle 93d7ff3547 feat: adjust sql/scripts/vw_poi.sql to the 8 RVB counties 2023-05-03 11:43:00 +02:00
dancingCycle 006818f621 feat: add view vw_export_poi.sql 2023-05-02 20:58:22 +02:00
dancingCycle fe2b936e4c feat: make view vw_municipalities/vw_gemeinden dynamic instead of static 2023-05-02 20:07:02 +02:00
dancingCycle 7b88255213 feat: make view vw_counties/vw_landkreise dynamic instead of static 2023-05-02 15:38:08 +02:00
dancingCycle cafedf8963 feat: remote table column rel.osm_user, rel.osm_timestamp 2023-05-02 15:37:03 +02:00
dancingCycle 14907ddb84 fix: scripts 2023-05-02 14:58:25 +02:00
dancingCycle d302ebe2df fix: scripts 2023-05-02 14:23:35 +02:00