Wykres commitów

220 Commity (0d826d6cc4e2f2168e88affa7a683e12baa35f3c)

Autor SHA1 Wiadomość Data
ImreSamu 0d826d6cc4 Operating system checks and QUICKSTART.md improvements 2016-11-30 03:34:19 +01:00
ImreSamu fb720bf943 Merge branch 'master' into quickstart_v2 2016-11-30 02:32:30 +01:00
Lukas Martinelli 1b36bdde05 Merge pull request #74 from openmaptiles/fix70_docker_compose_volume
docker-compose volume fix70
2016-11-29 16:43:42 +01:00
ImreSamu 2114346448 docker-compose volume fix 2016-11-29 16:29:30 +01:00
Lukas Martinelli a433e77818 Map building key into building table 2016-11-29 15:17:10 +00:00
Lukas Martinelli 70abe1685d Exclude building=no #69 2016-11-29 15:13:25 +00:00
ImreSamu a1ed4dd2fa fix docker-compose volume 2016-11-29 15:31:55 +01:00
ImreSamu d98d42826c Merge branch 'master' into quickstart_v2 2016-11-29 15:12:23 +01:00
Lukas Martinelli 8ffbb33249 Fix local pgdata dir #70 2016-11-29 13:06:31 +00:00
Lukas Martinelli 128d5a3adc Correct scaling of generalization for boundaries 2016-11-29 12:59:55 +00:00
Lukas Martinelli a98ede7ab2 Remove generated docs from repo 2016-11-29 11:07:29 +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 972107ea8b Merge branch 'master' into quickstart_v2 2016-11-28 15:58:45 +01:00
Lukas Martinelli aed323bb99 Merge pull request #58 from openmaptiles/poi_polygon_fix46
Poi polygon fix #46
2016-11-28 15:26:48 +01:00
Lukas Martinelli b86a27a11f Remove trailing space and commented out code 2016-11-28 14:24:50 +00:00
Lukas Martinelli 09d3f0c2c1 Nameless POIs are ranked last 2016-11-28 14:24:08 +00: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
ImreSamu 1d5bf2f1a0 set docker=1.10 docker-compose=1.7.1 2016-11-27 19:01:41 +01:00
ImreSamu 67eb139c09 add amenity=ice_cream same category as [ shop=ice_cream ] 2016-11-27 17:43:07 +01:00
ImreSamu e163c64c2a add nameless POI to the POI layer 2016-11-27 17:36:03 +01:00
ImreSamu 969af5c359 reorder imposm3 mapping definitions 2016-11-27 16:04:10 +01:00
ImreSamu e674eb13bb refactoring imposm3 poi mapping 2016-11-27 15:40:03 +01:00
ImreSamu b173b2acd2 add simple poi_polygon table ; fix #46 2016-11-27 14:04:50 +01:00
ImreSamu e5b9921593 sort mapping values 2016-11-27 14:02:30 +01:00
ImreSamu 2957fb6048 using geofabrik-download for quickstart 2016-11-27 11:31:43 +01:00
stirringhalo 373a28e7ad Add building heights (#56)
* Add better support for 3d buildings

Change key from "levels" to "building:levels" as the "levels" key is non-standard and sees much less use than "building:levels"

* Fix typo in sql definition and missing render_min_height

* Add render_height and min_height to building.yaml

* Simplify the render, switch numeric to int.

Assume min_height cannot be negative. There are a few examples in overpass, but can't show below ground anyways in mapbox (https://github.com/mapbox/mapbox-gl-js/issues/3456). Also don't attempt to fix min_height>height

* Remove colour as it is not currently used
2016-11-26 20:26:27 +01:00
ImreSamu 0690750fe1 add info for the user about the Mapnik logs 2016-11-16 10:20:08 +01:00
stirringhalo c769577c56 Merge pull request #35 from openmaptiles/fix-issue-34
Quiet down 'has type unknown'
2016-11-15 23:39:55 -05:00
stirringhalo 4f795b6287 Quiet down 'has type unknown' 2016-11-15 23:37:41 -05: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 851c5a40ff add quickstart_checklist.chk to .gitignore 2016-11-16 01:56:57 +01:00
ImreSamu e8a7305ea5 add: md5sum info for debugging 2016-11-16 01:54:27 +01:00
ImreSamu 2ba6e4940d fix typo 2016-11-16 01:47:15 +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
stirringhalo 5be1392728 Fix typo in Readme.md 2016-11-15 14:52:12 -05:00
stirringhalo bf6f57279d Mention version issues. 2016-11-15 14:47:16 -05:00
stirringhalo 35d9c704bf Mention versioning minumum requirements
Also provide flexibility in specifying which docker/docker-compose to use.
2016-11-15 14:41:07 -05:00
Lukas Martinelli 2e861b0112 Merge pull request #24 from openmaptiles/layer_highway_fix_z14_z15
fix zoom_level > 14 for layer_highway
2016-11-15 09:12:41 +01:00
Lukas Martinelli ed7c3369ab Merge pull request #25 from openmaptiles/fix_water_z2
fix water_z2
2016-11-15 09:12:22 +01:00
ImreSamu de8f15e462 fix water_z2 2016-11-15 01:48:14 +01:00
ImreSamu d570c0b82f fix zoom_level > 14 2016-11-15 01:12:54 +01:00
Lukas Martinelli ae1c4d0aba Merge pull request #17 from openmaptiles/datadoc
Documenting :  graphviz based  ETL graph
2016-11-11 15:45:03 -05:00