Wykres commitów

52 Commity (490acf9beb22ec06d118326a2311f9d265e181f1)

Autor SHA1 Wiadomość Data
Yuri Astrakhan 490acf9beb
Use tools v4 with on-the-fly boundary generation (#750)
* Switch OMT to use the new tools v4.0.0
* borders are dynamically generated from the PBF file instead of downloading a prepared CSV file
* all tools are executed as current user instead of root, thus files are easier to modify/delete if needed
* all data is stored in the local file system instead of docker volumes (Docker currently has a limitation of non-root operation for internal volumes). This also makes it easier to examine and test it.
* New `init-dirs` make target creates all the needed dirs - `build, data, cache`
* `make clean` deletes the whole `build` dir instead of individual files.
* `clean-docker` for backward compatibility deletes `cache` dirs (it used to be a volume)
* all `psql` calls are now done with `ON_ERROR_STOP=1`
* got rid of `pgclimb-*` targets -- same results can be done with `psql` (`pgclimb-list-views` & `pgclimb-list-tables` renamed to `list-views` and `list-tables`)
2020-03-06 13:15:54 -05:00
Yuri Astrakhan 036a96fb40 use awk instead of gawk 2020-02-24 12:08:27 -05:00
Yuri Astrakhan 9f4d48cf25
Remove unused import-sql image (#738)
import-sql image is not used anywhere in OMT, deleting.
2020-01-24 14:40:03 -05:00
Yuri Astrakhan 3449cecb22
Migrate to new Wikidata importer (#735)
* Use _resolve_wikidata in layer mapping.yaml

Mark all tables that should not be populated with the Wikidata
international labels with a special OMT-specific flag.

This should be ok to merge even before the new tools version
is used because imposm seems to ignore anything it doesn't understand.

The next tools version will remove it when generating imposm mapping file.

* Migrate to new Wikidata importer

Uses latest tools to populate the wd_names table
during the quickstart.  This can be merged already,
or we can wait for the next tools version.
2020-01-22 16:16:38 -05:00
Eva Jelinkova 831bb6fe4d
Merge pull request #736 from MartinMikita/fix-docker-compose-tool-version
Fixed docker-compose commands.
2019-12-19 11:59:07 +01:00
MartinMikita 434c0500f3 Removed TOOLS_VERSION, rewritten commands to use only docker-compose with TOOLS_VERSION inside .env. 2019-12-16 15:37:19 +01:00
Yuri Astrakhan d46af923dd Detect sql warnings and abort quickstart
If quickstart generates an SQL `WARNING` while running
the import-sql script, abort.
2019-12-14 03:11:38 -05:00
Yuri Astrakhan 132747d9b5
Use unified tools version 3.1.0 for all images (#707)
* Use unified tools version for all images
* do not start postserve as part of quickstart, but added a help message how to start it
* wait for SQL start with pgwait
2019-12-12 12:40:31 -05:00
Yuri Astrakhan 8876e3a4d8
Clean up quickstart and makefile (#726)
Other than the change from `exit 404` to `exit 1`,
all other changes are noops - just cleaning things up
so that various linting tools don't complain.
2019-12-11 09:26:25 -05:00
Eva J f09a2edd12 import-water 1.0, update osmdata URL 2019-05-20 11:58:34 +02:00
Hsieh Chin Fan (Pham) 3591cb2f8d Improve Makefile - simplify make, without local omt-tools (PR #562) 2019-03-22 09:34:00 +01:00
Svante Richter b711b76389
Fixes minor typos/grammar typos 2018-07-29 17:22:53 +02:00
jirik 741be6d921 Import additional names from Wikidata 2017-11-16 09:03:41 +01:00
Taro Matsuzawa 8a1f07e555 check GNU Coreutils stat option and if fail use BSD stat, fix ls option position 2017-07-03 15:21:05 +09:00
jirik 8ff5d10e8b Use openmaptiles-tools:0.5 and docker-compose to run it 2017-06-06 19:46:50 +02:00
stirringhalo 239f0c6643 Fix travis (#245)
Move to the installed default docker version.
2017-05-11 19:34:25 -04:00
stirringhalo 255a4250b9 Add support for PBF tiles generated directly from postgres (#240)
* Add postserve

* Set postserve version
2017-05-10 18:35:01 -04:00
Jiri Kozel a4a7ca95c6 Add creadit to the end of quickstart.sh (#238) 2017-05-03 08:09:35 +02:00
stirringhalo 34c4f12301 Switch back to master for openmaptiles-tools (#235) 2017-05-02 21:32:14 -04:00
stirringhalo 90690d2a39 Switch to ZRes (#214) 2017-04-25 18:03:29 -04:00
stirringhalo 75dd026e17 Set Docker Version in Travis to 1.11.0 (#221)
* Set version to 1.11.0

* Change min docker version in quickstart
2017-04-13 20:07:41 -04:00
Taro Matsuzawa b0cec1fa2c use common date command option between GNU date and BSD date 2017-02-04 01:40:38 +09:00
Taro Matsuzawa 1790f907bc use common date command option between GNU date and BSD date 2017-02-04 00:46:49 +09:00
ImreSamu 61af8e9517 add `make psql-analyze` and `make psql-vacuum-analyze` 2017-01-20 23:30:02 +01:00
ImreSamu 125d9575a9 fix docker-compose version check ( > 1.10 ) 2017-01-20 16:25:15 +01:00
Lukas Martinelli da474c703d Merge pull request #135 from openmaptiles/osmborder
Switch to OSM Borders by Paul Norman
2017-01-18 14:20:57 +01:00
Lukas Martinelli f0786f6dea Add border import to quickstart 2017-01-17 07:18:03 +01:00
ImreSamu 5fa388d52a add metadata to ./data/tiles.mbtiles 2017-01-08 13:22:19 +01:00
Lukas Martinelli 6a4d549285 Improve quickstart wording 2017-01-06 13:41:13 +01:00
Lukas Martinelli 1037ee731d Cannot assume lsb_release exists 2017-01-06 13:41:13 +01:00
Lukas Martinelli a375bb3432 Improve wording in quickstart 2017-01-06 13:41:13 +01:00
ImreSamu 2ce6b22d3f remove `docker info` .. 2016-12-14 19:15:35 +01:00
ImreSamu f2f85be189 🚀 rstefactor quickstart.sh logging 2016-12-09 16:59:47 +01:00
ImreSamu 631f7b7856 fixes , improvements 2016-11-30 05:39:06 +01:00
ImreSamu 0d826d6cc4 Operating system checks and QUICKSTART.md improvements 2016-11-30 03:34:19 +01:00
ImreSamu d98d42826c Merge branch 'master' into quickstart_v2 2016-11-29 15:12:23 +01:00
ImreSamu 5c38d0283e small fixes 2016-11-29 00:53:52 +01:00
ImreSamu 9b8adcb25b pgclimb and other examples 2016-11-29 00:27:44 +01:00
ImreSamu 355f4baf57 more improvments 2016-11-28 23:15:47 +01:00
ImreSamu ceb66e638c add more documentation, small fixes 2016-11-28 16:44:30 +01:00
ImreSamu e79ff96280 check minimal versions, add QUICKSTART.md 2016-11-27 20:01:01 +01:00
ImreSamu 2957fb6048 using geofabrik-download for quickstart 2016-11-27 11:31:43 +01:00
ImreSamu 0690750fe1 add info for the user about the Mapnik logs 2016-11-16 10:20:08 +01:00
ImreSamu 4f16d8a27d add Memory, CPU info 2016-11-16 04:45:03 +01:00
ImreSamu 79a16709b7 add more formatting + minimalize kernel info 2016-11-16 02:29:44 +01:00
ImreSamu af423d4d22 fix md5sum chklist error 2016-11-16 02:16:18 +01:00
ImreSamu e8a7305ea5 add: md5sum info for debugging 2016-11-16 01:54:27 +01:00
ImreSamu fb09bf7703 add kernel and bash information to the logs 2016-11-16 01:45:44 +01:00
stirringhalo 47569fd09b Fix minor typos 2016-11-15 17:54:53 -05:00
ImreSamu 4028b6b49c improved ./quickstart.sh ( more comments, debug infos, more safe ) 2016-11-15 23:02:28 +01:00