Wykres commitów

1271 Commity (80f7c18e096883aa88d0a6cbdff0b78a7c1e3fbf)

Autor SHA1 Wiadomość Data
Lukas Martinelli 818393072c Fix create index command #289 2016-04-25 19:44:30 +02:00
Lukas Martinelli b942faaf7b Merge pull request #288 from osm2vectortiles/hotfix/taginfo-imposm3-type-mappings
Taginfo imposm3 type mappings
2016-04-25 19:32:26 +02:00
Manuel Roth 5acb3f8e28 Merge pull request #289 from osm2vectortiles/feature/zoom-level-index
Run index creation script on import-sql
2016-04-25 19:30:48 +02:00
Manuel Roth 66238e7b11 Remove order argument from group by, this result in as many groups as there are rows 2016-04-25 19:16:32 +02:00
Manuel Roth c83ec91400 Remove clustered tables in import-osm process 2016-04-25 19:01:25 +02:00
Manuel Roth 3318975dda Use ST_CollectionExtract to aggregate GeometryCollection 2016-04-25 18:59:36 +02:00
Lukas Martinelli f712cccaa9 Add newest taginfo.json 2016-04-25 18:59:12 +02:00
Lukas Martinelli 662c49b61e Remove duplicate key value pairs 2016-04-25 18:58:30 +02:00
Lukas Martinelli bfa6b53889 Deal with type mappings in generate_taginfo 2016-04-25 18:52:41 +02:00
Lukas Martinelli 5aefc58d22 Run index creation script on import-sql 2016-04-25 17:21:48 +02:00
Lukas Martinelli 266c0e0981 Negative relation ids need to be transformed into postivie Mapbox id space 2016-04-25 17:02:55 +02:00
Lukas Martinelli a2c83a4ef2 Use correct zoom level in pyramid jobs 2016-04-25 15:56:00 +02:00
Lukas Martinelli dc29c47d67 Reproject single id space back into normal id space 2016-04-25 15:36:01 +02:00
Manuel Roth 98037b321b Merge pull request #286 from osm2vectortiles/hotfix/fix-streetlimited-classification
Correct classification of street_limited
2016-04-25 15:23:05 +02:00
Manuel Roth 9e15a2544b Correct classification of street_limited to only include roads of class street 2016-04-25 14:48:06 +02:00
Manuel Roth 436c1b0282 Merge pull request #285 from osm2vectortiles/hofix/missing-maki-icons
Missing maki icons
2016-04-25 14:33:26 +02:00
Manuel Roth f5fb0801da Add public_buildings to town_hall and fix other makis 2016-04-25 14:21:00 +02:00
Lukas Martinelli 0e12a27a83 Use single id space 2016-04-25 14:19:21 +02:00
Lukas Martinelli c564e34c48 Merge pull request #284 from osm2vectortiles/feature/place-point-update
Update place_point table to create points
2016-04-25 13:59:02 +02:00
lukasmartinelli 8a5ddd985b Update place_point table to create points 2016-04-25 13:43:16 +02:00
Manuel Roth d204ea0722 Update maki labels use default value marker 2016-04-25 13:23:00 +02:00
Manuel Roth 11397b1c42 Merge pull request #283 from osm2vectortiles/hotfix/map-fountains-as-pois
Map fountains as pois
2016-04-25 12:39:08 +02:00
Manuel Roth d8d99e856a Remove swimming_pools 2016-04-25 12:24:04 +02:00
Manuel Roth 23d2c03de1 Remove swimming_pool from make swimming 2016-04-25 12:20:39 +02:00
Manuel Roth a86a37026c Move keys basin, reservoir from water_polygons to poi tables 2016-04-25 12:05:52 +02:00
Manuel Roth 16f4e35121 Merge pull request #282 from osm2vectortiles/feature/fix-footpaths
Add highway=pedestrian back again
2016-04-25 11:43:19 +02:00
Manuel Roth 2be10f54d1 Add highway=pedestrian back again 2016-04-25 11:22:06 +02:00
lukasmartinelli 23055b4646 No st_collect on buildings as there is little benefit 2016-04-24 21:52:33 +02:00
lukasmartinelli 9e0600fd9d Ensure group by is after where geom clause 2016-04-24 17:28:22 +02:00
lukasmartinelli ac624ade82 Group roads by type 2016-04-24 10:46:44 +02:00
lukasmartinelli 610b3ecee0 Merge branch 'master' into feature/cluster-road 2016-04-24 10:40:07 +02:00
lukasmartinelli 92b922de20 Remove road metadata for z5 to z7 2016-04-24 10:32:42 +02:00
lukasmartinelli 7c5889d674 Use ST_Collect to aggregate landuse 2016-04-23 22:48:29 +02:00
lukasmartinelli b4b5003d73 Include ST_YMin ordering for buildings 2016-04-23 22:20:49 +02:00
lukasmartinelli bee99e1583 Query roads as multipolygon 2016-04-23 21:50:19 +02:00
lukasmartinelli 83d629a73a Query buildings as multipolygon 2016-04-23 21:50:05 +02:00
lukasmartinelli f00b6e8de3 Fix missing natural earth tables 2016-04-23 21:22:11 +02:00
Manuel Roth c7e013922e Merge pull request #274 from osm2vectortiles/feature/simpler-compose-workflow
Simpler compose workflow
2016-04-23 20:14:29 +02:00
Lukas Martinelli b220c07392 Merge pull request #273 from osm2vectortiles/feature/improve-geometry-type
Improve  osm_id_geometry function
2016-04-23 20:12:32 +02:00
Lukas Martinelli cb930fa475 Merge pull request #272 from osm2vectortiles/feature/refactor-layer-views
Remove unneeded columns timestamp and geometry of layer views
2016-04-23 20:02:41 +02:00
Manuel Roth a0b489f197 Fix type => Multi not Muli :smile 2016-04-23 19:49:57 +02:00
Manuel Roth c336cf8d81 Use osm_id_point when geometry is point or multipoint and add default case 2016-04-23 19:46:57 +02:00
Manuel Roth 90e07dfc04 Replace GeometryType function with standard conform ST_GeometryType and include Multi-geometry version into osm_id_geometry function 2016-04-23 19:41:08 +02:00
lukasmartinelli 6a0a8fe916 Simplify travis build 2016-04-23 19:32:45 +02:00
Manuel Roth f496f1732c Remove unneeded columns timestamp and geometry of layer views 2016-04-23 19:30:14 +02:00
lukasmartinelli ec597f0d37 Only pull most expensive images first 2016-04-23 19:22:59 +02:00
lukasmartinelli 88c6716eca Pull before build to trade bandwidth for CPU 2016-04-23 18:12:34 +02:00
lukasmartinelli 518c089184 Deal with non existent travis cache 2016-04-23 18:04:38 +02:00
lukasmartinelli 25f84643ff Try cache docker images in between 2016-04-23 17:50:58 +02:00
lukasmartinelli dc3f7dd923 Include update-scaleranks into import-osm 2016-04-23 17:39:44 +02:00