Wykres commitów

1302 Commity (90099273e66a3e2dc061a3155fd6a1dfc9a2fad5)

Autor SHA1 Wiadomość Data
Lukas Martinelli 47670e4aeb Merge pull request #335 from hannesj/add-track
Add leisure=track
2016-05-27 11:55:55 +02:00
Hannes Junnila 9cda90f773 Add leisure=track 2016-05-26 11:03:13 +02:00
Lukas Martinelli da56ec8b1f Add Docs again with two simple links 2016-05-24 21:01:17 +02:00
Manuel Roth 777786ae4a Merge pull request #328 from osm2vectortiles/hotfix/fix-extract-metadata
Improve extract metadata with parallel and write metadata
2016-05-24 14:51:04 +02:00
Manuel Roth ca3b78c36a Update source project readme 2016-05-24 10:35:12 +02:00
lukasmartinelli 0026536a68 Fix bug where metadata is not written 2016-05-23 11:15:40 +02:00
lukasmartinelli f9b0e30f4b Copy over patch source and write directly 2016-05-23 11:14:41 +02:00
lukasmartinelli 894d855a2e Use sqlite3 directly instead of wrapper mbutil 2016-05-23 11:10:44 +02:00
lukasmartinelli 9df21ec3df Remove mbtiles from extract name 2016-05-21 15:27:54 +02:00
lukasmartinelli b5c7899b0e Capitalize city and country names 2016-05-21 15:21:34 +02:00
Lukas Martinelli 98a30ceab2 Changed Würzburg to Wurzburg as extract name 2016-05-21 12:22:10 +02:00
Lukas Martinelli e8f961beb3 Ensure ASCII names of city extracts 2016-05-21 12:21:18 +02:00
Manuel Roth 379f7c112d Merge pull request #325 from hannesj/patch-1
Improve mapping for railways
2016-05-20 09:14:42 +02:00
Hannes Junnila 97e4b9c230 Use type from OSM for railways
Now, subways, light_rail and railways are all mashed together. In Mapbox Streets, they have their original type.
2016-05-19 11:38:17 +03:00
Hannes Junnila 5d0b4bdf0a Match more specific tags first 2016-05-19 11:05:20 +03:00
Hannes Junnila f362886738 Do not use class `rail-metro` for tram stops 2016-05-19 10:57:39 +03:00
lukasmartinelli b6d6868482 Use split polygons for landuse 2016-05-18 16:35:26 +02:00
lukasmartinelli b25629062e Try to make polygon splitting faster 2016-05-18 15:49:14 +02:00
Manuel Roth ac9f26903a Remove links to tutorials of readme 2016-05-18 15:23:43 +02:00
lukasmartinelli 85c23b39f6 Split polygons larger than 1 billion meters 2016-05-17 19:27:30 +02:00
Manuel Roth 51fea247db Update bbox and name of st.helena 2016-05-17 16:54:48 +02:00
Manuel Roth e8ad614c6f Fix bbox of new zealand, spain, tuvalu 2016-05-17 16:41:54 +02:00
Manuel Roth 195be72857 Update bounding box of netherland, france and usa to not include colonial territories and far away parts like alaska 2016-05-17 15:44:59 +02:00
Manuel Roth 408d3af45f Merge pull request #320 from osm2vectortiles/feature/split-sort
Calculate quad key externally
2016-05-17 00:06:10 +02:00
Lukas Martinelli 74904bfc80 Merge pull request #321 from nebulon42/gitignore
add import and export dirs to .gitignore
2016-05-16 14:08:59 +02:00
nebulon42 f567b8158a
add import and export dirs to .gitignore 2016-05-16 14:05:45 +02:00
lukasmartinelli 856207c839 Fix line endings in CSV and stdout typo 2016-05-14 21:30:53 +02:00
lukasmartinelli 50f48d5b7d Calculate quad key externally 2016-05-14 20:58:46 +02:00
Lukas Martinelli fded10acdc Update README.md 2016-05-13 11:36:44 +02:00
Lukas Martinelli 4cc1cf9299 Fix wrong README command for generate-jobs 2016-05-13 11:19:05 +02:00
Manuel Roth 1304f87b1b Merge pull request #317 from osm2vectortiles/hotfix/named-tilelive-param
Use named tilelive param for local export #313
2016-05-10 11:23:48 +02:00
Manuel Roth 3ec4a4f34e Merge pull request #315 from osm2vectortiles/hotfix/requeue-failures
Stability and Performance Improvements
2016-05-09 09:55:24 +02:00
lukasmartinelli 7c440c81a5 Have low prefetch count when merging 2016-05-08 17:44:12 +02:00
lukasmartinelli 9ef4e18786 Stop channel on subprocess exception 2016-05-08 17:42:58 +02:00
lukasmartinelli 98d19b8227 Fail faster by having subprocess timeout 2016-05-07 15:04:36 +02:00
lukasmartinelli 46a442ed15 Fix try except block 2016-05-06 15:29:03 +02:00
lukasmartinelli 30f3e9518a Let process panic if timeout happens after ACK 2016-05-06 15:07:30 +02:00
lukasmartinelli 6587a1cfcc Declare failed jobs queue 2016-05-06 14:49:19 +02:00
lukasmartinelli 4010e0c192 Let jobs timeout and publish to failed queue 2016-05-06 14:48:04 +02:00
lukasmartinelli 1d09caad2f Clip polygons on all zoom levels 2016-05-06 14:39:21 +02:00
lukasmartinelli a0a40430b0 Clip large polygons on high zoom levels 2016-05-06 11:46:32 +02:00
lukasmartinelli 59ecf843fc Deal with non existent delete tables 2016-05-06 10:58:17 +02:00
lukasmartinelli 06243fbc10 Avoid invalid polygons in generated tables 2016-05-06 10:57:56 +02:00
Lukas Martinelli 8302462ba2 Increase tilelive copy timeout for worker 2016-05-05 09:07:19 +02:00
Lukas Martinelli 667a8f1c06 Fix bad bounds format bug 2016-05-04 18:03:35 +02:00
ImreSamu fbb0561d11 Merge pull request #305 from ImreSamu/refactoring/osm_id__to__id
Refactoring imposm3 varname "osm_id" to "id" #304
2016-05-03 17:47:06 +02:00
ImreSamu 51f026f09d fix travis: ERROR: column "osm_id" does not exist 2016-05-03 16:34:49 +02:00
Lukas Martinelli 01612da95f Use named tilelive param for local export #313 2016-05-03 16:22:05 +02:00
ImreSamu 0116b7e6a4 Merge branch 'master' into refactoring/osm_id__to__id 2016-05-03 15:49:59 +02:00
ImreSamu 1fb9a30bfc convert SQL as upper-case
https://github.com/osm2vectortiles/osm2vectortiles/pull/305#issuecomment-216273135
2016-05-03 15:37:10 +02:00