8000 Releases · openmaptiles/openmaptiles · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: openmaptiles/openmaptiles

V3.15

29 Apr 14:45
1ff5145
Compare
Choose a tag to compare

Release 3.15

Big thanks to all contributors!

Major changes

Schema related

New features

Selections

Docs

SQL related

Performance

Fixes

More precision

Read more

V3.14

07 Oct 07:25
4cb65b0
Compare
Choose a tag to compare

Release 3.14

Big thanks to all contributors!

Major changes

Schema related

New features

Selections

Docs

SQL related

More precision

Tools

New Contributors

Full Changelog: v3.13.1...v3.14

V3.13.1

06 May 06:41
7d52c9a
Compare
Choose a tag to compare

Release 3.13.1

Schema related

New features

Updates fixes and enhancements

  • Bugfix: fix update_osm_route_member() function by @lazaa32 in #1384
  • Use diff generalization on osm_important_waterway_linestring_gen_z* by @frodrigo in #1359
  • Use diff update on osm_transportation_merge_linestring by @frodrigo in #1357
  • Update aerodrome_label class in DIFF_MODE=true by @zstadler in #1371
  • Fix updates on transportation_name layer by @lazaa32 in #1344

Clean up

Enhancements

Docs

Tools

New Contributors

Full Changelog: v3.13...v3.13.1

v3.13

05 Jan 09:07
2e04f83
Compare
Choose a tag to compare

RELEASE 3.13

Big thanks to all contributors, especially @ZeLonewolf, @zstadler, @Falke-Design, @nyurik, @eva-j or @frodrigo to name a few.

There are 107 merged pull requests!


Schema related

Adding new features

Selections

Cleanups


SQL related

More precision

Fixes

Performance

  • Implement non-blocking updates in the park layer by @ZeLonewolf in #1308
  • Review index on osm_waterway_linestring on osm_important_waterway_lin… by @frodrigo in #1130
  • Update osm_poi_point only on change by @frodrigo in #1129

Cleanups


Cleanup

Read more

v3.12.2

16 Mar 10:24
fadc4a3
Compare
Choose a tag to compare

Release 3.12.2

Bugfixes

osm_route_member bugfix (#1088)

Enhancements

Remove useless indices on osm_transportation_merge_linestring_genX (#1079)
Mount /export dir in docker-compose.yaml (#1071)
Explicit mention for using iso_a2 attribute. (#1073)

Schema additions

Add place=quarter to city subdivisions (#1065)

v3.12.1

14 Jan 17:14
c4c3089
Compare
Choose a tag to compare

Release 3.12.1

Bugfixes

Add missing garages class in landuse layer (#1059)
Fix typos and spelling in quickastart.sh (#1060)
Fix bug in schema - layer landcover causing updates to fail (#1061)
Set center to 0,0,1 (#1063)

v3.12

16 Dec 13:07
485eb68
Compare
Choose a tag to compare

RELEASE 3.12

Big thanks to all contributors, especially @nyurik, @frodrigo, @eva-j, @zstadler, @lazaa32, @smellman, or @jsanz to name a few.

There are 190 merged pull requests!

Schema related

Adding new features

Add boundary=protected_area parks (#773)
adding more data in zoom 7 and 8 (#617)
Add amenity=drinking_water (#765)
Mapping leisure=swimming_pool as water (#878)
Add landuse=basin as water (#876)
Use osm_id as feature id for building layer (#827)
Add "shop=car_parts" (#874)
adding hi(hindi),ta(tamil) and te(telugu) language (#973)
adding disputed_name to NE sources (#976)
Add landuse=salt_pond as water (#1000)
Korean and Japanese Latin (#1026)
Add gates to airports (#1029)
add state name to national borders (#1039)

Selections

Add area-base filtering for park names in lower zoom levels (#911)
Build aggregation on zoom level 13 (#936)
Add state labels at low zoom levels (#969)
Show more state borders at low zoom levels (#979)
aerialway class for the transportation layer (#1011)
Brunnel changes in transportation and transportation_name layers (#1027)
adding brunnel into z<9 (#1038)
union ocean regular squares into complex polygon (#1021)
reworked landcover layer (#1035)

Cleanups

aerodrome_label: Remove unused function parameter (#919)
#766 remove housenumbers inside polygon and same number (#983)
Revert "#766 remove housenumbers inside polygon and same number (#983)" (#1033)
Housenumbers - diff update, multipolygons (#990)
Revert "Housenumbers - diff update, multipolygons (#990)" (#1032)

Mapping related

Manage field mapping in SQL declaratively (#693)
Declared field mapping 2 (#734)
Add requires to 2 layer definitions (#797)
Reorder POI data update and trigger creation to avoid refresh of materialized view on initial import (#780)
Update route member tagging support of Trans-Canada Highway (#864)
Use one pass docs image generation (#751)

SQL related

Cleanups

Remove unneeded "else null" in conditions (#732)
Noop: tag sql MAT VIEWS with a special comment (#733)
remove useless sql selection (#752)
NOOP water - Move updating sql into separate file (#920)
Remove unused generalization from waterway (#1043)

Performance

Remove table building_multipolygon as multipolygon are already in table osm_building_polygon (#756)
Parallel capability to layer functions (#728)
Narrow osm_building_relation_building_idx with condition building = '' (#771)
Merge ways and relations fetch from table osm_building_polygon (#757)
Replace materialized view of water by tables with diff update (#853)
Remove parallel safe on layer_building for now (#882)
Make update_osm_peak_point use incremental update #814 (#896)
More fail safe incremental update on water_lakeline and water_point (#949)
Fix More fail safe incremental update on water_lakeline and water_point (#949) (#950)
Do insensitive case compare using lower() and not ILIKE (#961)
Make more simple incremental update (#944)
Make update_city_point use incremental update #814 (#951)
Incremental update marine point (#952)
Replace materialized view osm_transportation_name_network by a table with diff update (#987)
Move where condition from osm_transportation_name_linestring to materialized view osm_transportation_name_network (#991)
Move where condition from osm_transportation_name_linestring to materialized view osm_transportation_name_network (fix) (#993)
Diff update osm transportation name network linestring (#996)
Better update of osm_important_waterway_linestring, use frist and last version of osm object (#997)
Remove large unused index osm_highway_linestring_highway_idx (#1002)
Fix landcover generalization. (#1042)
Building aggregation fix (#1044)

More precision

Filter osm_building_polygon on polygon (#758)
Remove support of relation type=street, few valuable data, most false positive (#754)
Micro SQL improvement of building layer (#755)
Remove support of relation type=associatedStreet, few valuable data, most false positive (#841)
Simplify update_gbr_route_members() (#870)
Use CleanNumeric in buildings layer (#858)
Fix & optimize incorrect function declarations (#918)
Clean update_route_member.sql (#981)
Stitch transportation_name by all language tags (#989)
Add timers to trigger function (#1006)
adding ST_IsValid to housnumber geometry (#1015)
add ST_IsValid where ST_PointOnSurface (#1025)
Refactor schema, one _gen_z view per zoom. (#1045)
Bugfix update_aerodrome_label_point() (#1051)
Bugfix in osm_landcover_gen_z10. (#1054)

Enhancements

Generate multiple parallelizable SQL files (#839)
Rename generic layer.sql to actual_layer_name .sql (#1034)

Makefile related

Enhancements

Update Makefile (#812)
Makefile target cleanup, minor improvements (#821)
parametrized pbf file (#856)
Update Makefile (#825)
in a CI test, print less junk (#831)
Warning-check for make import-sql (#846)
Properly init dirs, docs (#879)
Allow custom ports for postserve/tileserver (#887)
Add BORDERS_CLEANUP param to .env (#886)
Rework download area support (#908)
New generate-dc-config target, rm QUICKSTART_MIN/MAX_ZOOM (#915)
Expose MAX_PARALLEL_PSQL to users (#927)
Add $OMT_HOST support to make start-postserve (#956)
Use line buffering by awk in make import-sql (#962)
Make tileset def openmaptiles.yaml a variable (https://github.com/openmaptiles/openmapt...

Read more

v3.11

20 Dec 13:19
f366717
Compare
Choose a tag to compare

Major changes:

  • boundary layer
  • transportation layer
  • landcover layer
    • natural="dune" added to 'sand' class, "fell, heath, scrub tundra and golf_course" to 'grass' class #662, #663, #718 (@frodrigo)
  • water layer
  • landuse layer
  • merging import-* repositories into openmaptiles-tools - big thanks to @nyurik!
  • updating data of import-water and import-osmborder
  • openmaptiles-tools v3.1.0 with all import-* docker images - big thanks to @nyurik!

Implemented enhancements:

  • poi layer
    • avoid long repeated text in mapping file - variables used #689 (@nyurik)
  • landcover layer
    • using mapping_key and mapping_value - easier subclass definition and decreasing size of the database #646 (@francois2metz)
  • mountain_peak layer
  • transportation layer
    • adding bicycle, foot, horse and mtb_scale attribute #604 (@zstadler)
  • water layer
    • changing ocean data source in z6-7 #730 (@eva-j); changing NE source of lakes in zoom 4 #747 (@eva-j)
  • Kurdish (ku) and Amharic (am) languague #640, #649 (@Ghybu, @amenk)
  • removing webmerc_area field from mapping.yaml #708 (@golubev, @eva-j)

Fixed bugs:

  • poi layer
    • removed duplicate class match on "chocolate and confectionery" - they were in 'shop' and also 'ice_cream' class #655 (@frodrigo)
  • transportation layer
  • Fix make 'forced-clean-sql' failure with Docker Toolbox for Windows #581 (@zstadler)
  • TravisCI - detect sql warnings and abort quickstart #743 (@nyurik); raise error on fail #745 (@nyurik)
  • documentation and diagram updates

Merged pull requests:

  • Detect sql warnings and abort quickstart #743
  • TravisCI should raise error on fail #745
  • Fixed docker-compose commands. #736
  • Change NE source of lakes in zoom 4 #747
  • Clean README with make commands to easy reading. #748
  • Add data types for boundary_z0 #749
  • Add leisure=golf_course, map it to grass #718
  • Map fell, heath, scrub and tundra like grassland, as 'grass' #663
  • Support natural=dune aside of beach and sand #662
  • Remove duplicate POI class match on chocolate and confectionery #655
  • Add roads under construction #677
  • Add garages #720
  • etl graph update, add graph test to travis #741
  • Disputed borders - adding relations with claimed_by #727
  • Updated attribution and description links to HTTPS #450
  • Changing ocean data source in z6-7 #730
  • Use unified tools version for all images #707
  • Filter building on polygons #721
  • Clean up quickstart and makefile #726
  • Landuse - removing ne_10m data source #717
  • Adding disputed borders of NE sources #704
  • Removing webmerc_area field from mapping.yaml #708
  • Adding waterway=dam to landuse layer #713
  • Update README.md #715
  • python3 qa preparations #711
  • Simplify travis-ci configuration #712
  • Fix missing description for the new brunnel field #709
  • Fix make 'forced-clean-sql' failure with Docker Toolbox for Windows #581
  • Waterway documentation #702
  • Add a subclass column from the mapping_value to clean the landcover layer #646
  • Add brunnel info for water #679
  • update mapping diagram for the transportation_name #700
  • Limit mountain_peak's 'ele' tag to 10000 #658
  • Fix typo: hourse -> horse #699
  • Fix err in transportation update_gbr_route_members #675
  • Add bicycle, foot, horse, and mtb_scale to the transportation layer #604
  • Upgrade import-sql from 0.8 to 1.0 #664
  • Update import-water version #697
  • Add OSM Liberty style to readme #694
  • Added missing key_field to the aerodrome_label & mountain_peak def #686
  • Add Amharic, Official Language of Ethiopia #649
  • Add Kurdish language (ku) to the "openmaptiles.yaml" #640
  • Refreshed all diagrams, fixed automation & 2 broken graphs #692
  • Avoid long repeated text in poi mapping file (from zstadler) #689
  • Add .vscode folder to gitignore #681
  • Fix typo in pull_request_template #682
  • Ignore IDEA files #676

v3.10

13 Jun 13:50
dca8113
Compare
Choose a tag to compare

Major changes:

  • Missing islands (#522, #574)
  • Add natural=volcano into mountain_peak layer
  • Add colour to buildings (#555)
  • adding dormitories
  • adding parking pois
  • Add bicycle/motorcycle parkings as POIs

Implemented enhancements:

Fixed bugs:

  • Missing islands (#522, #574) (Eva J)
  • Remove second occurance of camp_site subclass (zstadler)
  • Add missing landcover subclass values (zstadler)
  • Boundary - changes in z4 and z5 #613
  • Add missing subclass values to landcover documentation #612

Merged pull requests:

  • Add bahasa Indonesia #631
  • Update contributing spec #627
  • import-water 1.0, update osmdata URL #626
  • Remove second occurance of camp_site subclass #624
  • Adding dormitories #622
  • Adding aerialway=gondola #620
  • Adding leisure=track to landuse layer #619
  • Boundary - changes in z4 and z5 #613
  • Add missing subclass values to landcover documentation #612
  • suburb and neighbourhood added for landuse-residential #606
  • Missing islands #605
  • CONTRIBUTING file / guidelines #598
  • Minor trailing whitespace cleanup #596
  • Add intermittent field to water* layers #585
  • Formatting QUICKSTART.md #582
  • Add ski resorts to poi and landuse layers #578
  • Update version openmaptiles-tools
  • Add surface field for highways #570
  • Add parking, bicycle_parking and motorcycle_parking as POIs #567
  • Add bc as dependency for the quickstart script #564
  • [Resolved] Improve Makefile #562
  • Update older import-osm docker image #559
  • Add colour to buildings #555
  • Add 'natural=volcano' into mountain_peak layer #553
  • Fix typo in update_osm_park_polygon_row function #552
  • Update boundary.yaml (description) #550
  • Add Euskara, Occitan and Corsican languages #543

v3.9

30 Nov 15:10
Compare
Choose a tag to compare

v3.9 (2018-11-30)

Full Changelog

Special thanks to nlehuby and typebrook for valuable contributions!

Major changes:

Implemented enhancements:

Fixed bugs:

  • Vietnamese names are mis-rendered #475
  • Issue with Eiffel tower in 3D #128
  • Water polygons over small islands in Finland #534
  • Transparent islands in Denmark #519
  • Missing islands in Norway near Oslo #447

Closed issues:

  • Better indoor #384
  • Localized tags not available for transportation_name #388
  • Waterway:dock is showing up as land #526
  • Beach in western Washington, US, appearing as water #520
  • Combine custom vectors layers with OpenMapTiles #518
  • Piers are missing #514
  • No national park names #513
  • Custom style directory not working #508
  • how to resolve openmaptiles-server cross-domain #507
  • Totally remove mapbox-studio-classic #505
  • load map resource failed #503
  • Removal of Front Page Redirect? #502
  • Add new dataset/country into existing database #498
  • Missing Tiles #496
  • Collecting money without providing service is SCAM. Does your service work? #493
  • Updates take so long with no logs #492
  • How to add additional osm datasets to openmaptiles ? #485
  • Getting 404 Tile not found #483
  • water_name geometry is point #482
  • How to remove/edit incorrect country/state names #481
  • Issue when runnning docker-compose pull ( #479
  • label's position not in good location #477
  • ./quickstart.sh: line 105: bc: command not found #472
  • How to display the tiles.mbtiles file? #471
  • when run on osx - command md5sum is not found #463
  • database #461
  • Docs: Add a new layer #151

Merged pull requests:

0