Wykres commitów

24 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 8fe9af2327
Minor trailing whitespace cleanup (#596)
Remove extra spaces in a number of files.
2019-03-29 17:15:42 -04:00
Dalibor Janák 39415a435e
Merge pull request #564 from Phyks/patch-1
Add bc as dependency for the quickstart script
2019-03-18 12:05:27 +01:00
pathmapper e486f2b5ce
Formatting QUICKSTART.md 2019-02-12 09:38:04 +01:00
Yuri Astrakhan 00466a9040
format quickstart commands 2019-02-06 18:24:02 -05:00
Lucas Verney 71a79093b0
Also add md5sum as dependency for the quickstart script 2019-01-09 15:18:21 +01:00
Lucas Verney 893f84dd09
Add bc as dependency for the quickstart script 2019-01-04 19:36:06 +01:00
typebrook b48940f62e sync "make help" output 2018-11-05 16:41:23 +01:00
Eric Theise fc2080bed1 Correcting typos, standardizing whitespace, readability. 2018-10-12 00:51:32 -07:00
Hidenori FUJIMURA a334d5a0c1 Fix tile URL served from postserve (#333)
Fix the tile URL as coded at https://github.com/openmaptiles/postserve/blob/master/server.py#L97 . 
The tiles are served under /tiles from a postserve instance. I checked this using the actual running instance.
2017-10-19 22:10:12 -04:00
Mathieu De Brito 6f5bffa7ef Fixed a misspelled word (#295) 2017-06-28 20:07:39 -04: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
ImreSamu 3e1bc0cb46 fix #233 ( remove us from the download list ) (#234) 2017-05-01 19:28:16 -04:00
stirringhalo 067b1140d5 Update min versions 2017-04-13 20:06:46 -04:00
Tony Laidig 3897c5b65a Example for bringing your own osm PBF data (#217) 2017-04-11 20:05:21 -04:00
ImreSamu 32c858199c refresh ./quickstart <<area>> list 2017-01-20 19:39:55 +01:00
ImreSamu af09175141 add `make start-tileserver` 2017-01-08 14:08:08 +01:00
ImreSamu 6c7b44f00f 🚀 small fixes 2016-12-09 17:07:02 +01:00
ImreSamu 5c724e50ce add `docker-compose pull` 2016-12-04 16:55:25 +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 a4e8b4ac54 add QUICKSTART_MIN_ZOOM and QUICKSTART_MAX_ZOOM environment variables 2016-11-27 23:32:03 +01:00
ImreSamu e79ff96280 check minimal versions, add QUICKSTART.md 2016-11-27 20:01:01 +01:00