Wykres commitów

142 Commity (develop)

Autor SHA1 Wiadomość Data
Irwan Fathurrahman b9f7988970
Fix timezone compare error on osmenrich 2023-10-20 09:29:45 +07:00
Francesco Frassinelli d2040fc09b
Use YAML safe_load (#127) 2022-10-17 19:21:20 +02:00
Irwan Fathurrahman 9e1dd2da16
Fix enrich error on latest library version (#134) 2022-10-17 19:17:39 +02:00
Francesco Frassinelli 51e8a01d55
Fix imposm Dockerfile (#132) 2022-10-17 19:16:30 +02:00
Victoria Neema f3452495f9
Update the docker-osm from the OSGS osm-mirror service (#120)
* update the mapping.yml file

* update post-pbf-import.sql.example

* update qgis_style.sql

* update production import nd backup schemas

* add the materialized_views schema

* update osm-mirror project

* add elevation data and the materialized view layers for the default qgis-project

* update the readme

* update qgis_style.sql
2022-06-07 14:55:23 +01:00
Rizky Maulana Nugraha 79680727de
Fix and Test for GitHub Action (#117)
* use context attributes for docker build
* remove target attribute for docker build
2021-09-07 17:17:15 +07:00
Rizky Maulana Nugraha 514aad2921 use the correct dir docker-imposm 2021-09-07 16:59:36 +07:00
Rizky Maulana Nugraha 9d1656e78c refactor for GitHub Action 2021-09-07 16:59:36 +07:00
mazano 5fce7d0526
Fix Sslmode connections (#114)
* Fix SSL authentification when PostgreSQL requires ssl connections for clients
2021-08-24 08:54:35 +02:00
mazano 1c01ae7441
Use try except for db connection in osmenrich (#112)
* Use try-except clause for establishing DB connection in osm-enrich
2021-04-08 22:10:07 +02:00
mazano 32ef0ed320
Optimise osmenrich startup logic and imposm (#110) 2021-03-13 05:00:16 +02:00
Benjamin C 69d85ec12c
fix(importer.py): replace mknod by Path.touch (#107) 2021-02-17 16:42:44 +02:00
madsbertelsen 20c11e3ff5
Fix reference to clip.geojson (#108)
* Fix reference to clip.json

* Fix readme.md
2021-02-09 13:38:08 +02:00
Fenno Vermeij 90735fae17
Fix postgres port not being considered in imposm3 (#106)
This fixes https://github.com/kartoza/docker-osm/issues/47

The POSTGRES_PORT parameter is allowed in the imposm3 dockerfile, but not used in establishing the connection. This PR fixes that by adding the port where appropriate.
2020-10-21 14:05:32 +02:00
dobriseb beac674ad8
Add "rename" information (#103)
Add the "rename it `country.pbf`" information
2020-05-27 20:31:14 +02:00
mazano c325b1a78e
fix logc for adding lockfile after importer finishes (#100)
Co-authored-by: admire <admire@kartoza.com>
2020-04-06 15:06:40 +02:00
mazano 4d8d4247fb
Add lockfile to indicate importer has finished and run osmenrich afterwards (#97) 2020-02-02 15:24:04 +02:00
Irwan Fathurrahman 445686f696
fix import diff error when clip is turn on (#95) 2020-01-29 12:05:47 +00:00
Irwan Fathurrahman e8635da356 add osmenrich to put changesets data into database (#80)
* add osmenrich to put changesets data into database

* fix enrich cache save timing and ignore big file by env setting

* fix osmenrich rechecked from old cache date
2020-01-15 11:15:54 +02:00
Nathan 2fdf603a70 Fix continent download (#91)
There was a missing `{` in the mv after download.
2020-01-12 15:34:55 +02:00
mazano 702c100125
Add curl in download pbf (#90)
* Fix import error due to differences in geom type

* fix id missing in clip table and skipping importing shapefiles with geometry errors

* fix clip id error in the sql

* Change postgresql version from 9.6 to 11

* Added sql to validate geometry and other make commands to run them manually

* added pgwatch to docker-compose

* Modified importer.py to import clip file if it exists and changed logic for finding if tables are missing

* updated readme file

* fix logic on first run for importing data

* small changes to revert original logic

* remove clip functions since they are not needed because of the limitto function

* Added logic to check if the geojson should be used if it exist or not, added martin to server vector tiles from the DB

* update readme

* added recipe for downloading pbf,clip and mapping file from a given github repository

* removed pbf which was accidentally pushed

* fix volume name

* Added logc to check pbf download is finished

* use none standard ports

* fixed import error in imposm

* fix docker-compose and update descriptions

* added curl in downloader
2020-01-08 11:20:12 +02:00
mazano 6828c0b1e8
Download settings from a github repo (#89)
* Fix import error due to differences in geom type

* fix id missing in clip table and skipping importing shapefiles with geometry errors

* fix clip id error in the sql

* Change postgresql version from 9.6 to 11

* Added sql to validate geometry and other make commands to run them manually

* added pgwatch to docker-compose

* Modified importer.py to import clip file if it exists and changed logic for finding if tables are missing

* updated readme file

* fix logic on first run for importing data

* small changes to revert original logic

* remove clip functions since they are not needed because of the limitto function

* Added logic to check if the geojson should be used if it exist or not, added martin to server vector tiles from the DB

* update readme

* added recipe for downloading pbf,clip and mapping file from a given github repository

* removed pbf which was accidentally pushed

* fix volume name

* Added logc to check pbf download is finished

* use none standard ports

* fixed import error in imposm

* fix docker-compose and update descriptions
2020-01-03 13:44:39 +02:00
mazano dda086905b
Fix clipping issues by using limito and refactor some code (#87)
* Fix import error due to differences in geom type

* fix id missing in clip table and skipping importing shapefiles with geometry errors

* fix clip id error in the sql

* Change postgresql version from 9.6 to 11

* Added sql to validate geometry and other make commands to run them manually

* added pgwatch to docker-compose

* Modified importer.py to import clip file if it exists and changed logic for finding if tables are missing

* updated readme file

* fix logic on first run for importing data

* small changes to revert original logic

* remove clip functions since they are not needed because of the limitto function

* Added logic to check if the geojson should be used if it exist or not, added martin to server vector tiles from the DB

* update readme
2019-12-23 11:41:36 +02:00
Guillaume Jacquenot 08069de8f5 Fixed typo in pbf_downloader.py (#88) 2019-11-19 10:20:26 +02:00
Etienne Trimaille 49b329e55e fix #85 update readme about custom SQL file 2019-10-10 15:09:05 +02:00
Etienne Trimaille e29ce8c08b update the QGIS project to 3.4.12 2019-09-20 23:50:50 +02:00
Etienne Trimaille f13395933a fix typo and launching of docker-osm when we do not have clip shapefile by default 2019-09-20 23:50:50 +02:00
mazano 446d9fadf5
Add pgwatch to docker-compose (#83)
* Fix import error due to differences in geom type

* fix id missing in clip table and skipping importing shapefiles with geometry errors

* fix clip id error in the sql

* Change postgresql version from 9.6 to 11

* Added sql to validate geometry and other make commands to run them manually

* added pgwatch to docker-compose
2019-06-16 09:52:56 +02:00
mazano 7f66d35143
Added commands to cleanup geom errors in layers (#82)
* Fix import error due to differences in geom type

* fix id missing in clip table and skipping importing shapefiles with geometry errors

* fix clip id error in the sql

* Change postgresql version from 9.6 to 11

* Added sql to validate geometry and other make commands to run them manually
2019-06-05 11:34:11 +02:00
Tim Sutton 804e8f4079
Added architecture diagram 2019-04-29 11:31:28 +01:00
Tim Sutton c45ccf6195
Added architecture docs (#81) 2019-04-29 11:29:29 +01:00
Etienne Trimaille 559bbcb88e
add note in readme about OSM metadata 2019-02-25 22:25:22 -04:00
mazano 4cda435850 fix id missing in clip table and skipping importing shapefiles with g… (#76)
* fix clip id error in the sql
2018-10-13 21:18:14 -04:00
mazano f0702acd49
Fix import error due to differences in geom type (#74) 2018-10-05 14:43:58 +02:00
Etienne Trimaille 97d350d3eb
remove port from docker-compose 2018-09-01 14:43:05 -04:00
Etienne Trimaille 21da5833e9
update readme 2018-09-01 14:39:21 -04:00
Etienne Trimaille 0b1cdbafc8 fix clipping issue by using ogr2ogr instead of shp2pgsql 2018-09-01 14:14:18 -04:00
Etienne Trimaille 0f74c17265 quick setup in readme and container name in docker-compose file 2018-08-23 11:45:02 -04:00
Etienne Trimaille 757430361a add comment about IP range in postgis 2018-08-22 17:39:14 -04:00
Etienne Trimaille b1a780088e remove unless-stopped, add tag for images 2018-06-22 06:02:06 -04:00
Tim Sutton c46d55a821
fix duplicate rm in makefile (#60) 2018-06-20 10:55:51 +02:00
Tim Sutton 0f77404f34
Merge pull request #57 from timlinux/develop
Improvements to dockerfile
2018-06-20 00:17:34 +02:00
Tim Sutton d4d414e8b6 Address comments from @gustry in PR #57 2018-06-20 00:14:35 +02:00
Tim Sutton 2e4d157293
Merge pull request #56 from timlinux/develop
Update docker hub references to kartoza repo.
2018-06-19 17:06:47 +02:00
Tim Sutton cb30f182fb Improvements to dockerfile: use storage volumes rather than a storage container. Added make command to remove those volumes. Readme cleanups 2018-06-19 17:04:11 +02:00
Tim Sutton d325ca6bf8 Update docker hub references to kartoza repo. @gustry I have set up autobuilds now (not sure why I never did this before), so it should work nicely on the kartoza repo too 2018-06-19 14:16:34 +02:00
Etienne Trimaille 94d4b04c7b update apt and golang version 2018-06-18 21:36:18 -04:00
mazano b8ef57c49a Fix for python path issues due to wrong version installed in docker-o… (#53)
* Fix for python path issues due to wrong version installed in docker-osm-update

* Pythonize to version 3

* Fixes for PR based on comments from Gustry
2018-06-14 06:19:06 -04:00
Tom Oberhauser 182ff0132a Fixed Dockerfile after renaming of imposm3 2018-04-25 19:14:18 -04:00
Etienne Trimaille cd2253be84 use remote images from cloud.docker.com if needed 2018-04-04 11:25:58 +02:00