OpenStreetMap

Joseph E's Diary

Recent diary entries

Dear all,

Today, v5.2.0 of the OpenStreetMap Carto stylesheet (the default stylesheet on the OSM website) has been released. Once changes are deployed on the openstreetmap.org it will take couple of days before all tiles show the new rendering.

Changes include:

  • Add rendering for man_made=goods_conveyor (#4102)
  • Tunnel style rendering of waterway=canal with tunnel=flooded (#4087)
  • Remove rendering of residential, unclassified, cycleway, path, track highway areas (#4096)
  • Remove rendering of protect_class = 7, 24, 97, 98, 99 boundary=protected_area features (#4113)
  • Move place=square to amenity-points layer with placenames text style from z17 (#4085)
  • Change wetland pattern initial zoom level back to z10 (#4094)
  • Render bare_rock pattern from z13, same as shingle and scree (#4072)
  • Restore admin-text rendering for admin_level 3 to 5 (#4126)
  • Move aerialways and amenity-line layers text labels to text-line layer (#4107)
  • Fix python3 installation for Docker (#4125)

Thanks to all the contributors for this release, including @owahltinez (Oscar Wahltinez), a new contributor.

For a full list of commits, see https://github.com/gravitystorm/openstreetmap-carto/compare/v5.1.0…v5.2.0

As always, we welcome any bug reports at https://github.com/gravitystorm/openstreetmap-carto/issues

Location: North Tabor, Portland, Multnomah County, Oregon, United States

OpenStreetMap Carto release v5.1.0

Posted by Joseph E on 10 April 2020 in English.

Dear all,

Today, v5.1.0 of the OpenStreetMap Carto stylesheet (the default stylesheet on the OSM website) has been released. Once changes are deployed on openstreetmap.org it will take couple of days before all tiles show the new rendering.

Changes include:

  • Remove way_area filtering for low zoom water (#4060)
  • Move small amenities to z18 (#4044)
  • Rework admin-boundaries to show admin_level=5/6/7 sooner but admin_level=10 later (#4100)
  • Add rendering for addr:flats (#4082) - by @richlv
  • Add rendering for man_made=pipeline ways (#4070)
  • Add line rendering plus name labels for ridges and aretes (#3767)
  • Add rendering for landuse=salt_pond (#4059)
  • Remove power=sub_station/station rendering, add power=plant fill color (#4088)
  • Remove icon for shop=ice_cream (#4093)
  • Remove information=tactile_model rendering (#4086)
  • Remove duplicate selection of natural = cave_entrance, peak, volcano, saddle (#4068)
  • Move natural=spring back to amenity-points layer (#4069)
  • Change quarry outline to 10% darkened quarry color (#4063)
  • Change bridge-text way_pixels minimum and maximum (#4066)
  • Update Dockerfile keyserver URL for osmadmins PPA (#4079) - by @volcan01010
  • Code clean-ups (#4080, #4081, #4083, #4099)

Thanks to all the contributors for this release, including new 2 contributors: @richlv and @volcan01010

For a full list of commits, see https://github.com/gravitystorm/openstreetmap-carto/compare/v5.0.0…v5.1.0

As always, we welcome any bug reports at https://github.com/gravitystorm/openstreetmap-carto/issues

– Joseph Eisenberg

OpenStreetMap Carto release v4.25.0

Posted by Joseph E on 1 February 2020 in English.

Dear all,

Today, v4.25.0 of the OpenStreetMap Carto stylesheet (the default stylesheet on the Openstreetmap website) has been released. Once changes are deployed on openstreetmap.org it will take couple of days before all tiles show the new rendering.

Changes include:

Minor code clean-ups:

  • Remove way_pixels selection from bridge layer (#3950)
  • Remove name from SQL select when unused (#3947)
  • Combine line-barriers and area-barriers layers into one

Thanks to all the contributors for this release, including @Sjord (Sjoerd Langkemper), a new contributor.

For a full list of commits, see https://github.com/gravitystorm/openstreetmap-carto/compare/$v4.24.1…v4.25.0

As always, we welcome any bug reports at https://github.com/gravitystorm/openstreetmap-carto/issues and new contributions

OpenStreetMap-Carto release v4.24.0

Posted by Joseph E on 25 October 2019 in English.

Dear all,

Today, v4.24.0 of the OpenStreetMap Carto stylesheet (the default stylesheet on the OSM website) has been released. Once changes are deployed on the openstreetmap.org it will take couple of days before all tiles show the new rendering.

Changes include:

  • Create darker river-color for river & canal areas and waterway lines (#3930)

The color of river, canal, ditch and drain waterway lines and river and canal areas is changed to #8fcadd (Lch78,21,227)

  • Fix rendering of water body labels (#3919)

Restores rendering of water body labels on points (node features) Fixes rendering of natural=bay to use italic font at all z levels Cleans up duplicate natural=strait code in water.mss

  • Precedence of junctions over POIs (#3915)

Junction=yes, =motorway and man_made=bridge labels now render before amenity-points This prevents icons from blocking the display of these text labels

  • Remove rendering of waterway=wadi (#3931)

The tag waterway=wadi is deprecated, suggested replacement: waterway=river/stream + intermittent=yes OR natural=valley

  • Move parking to amenity-points layers, change way_pixels limit and initial zoom level (#3923)

Moved parking features back to amenity-points layers Changed parking text intial zoom to z14, as planned in PR #3612 Change way_pixels limit for parking icon (750) and text (3000)

  • Don’t use classes anymore (#3912)
  • Convert state & country layers to ST_PointOnSurface (#3920)
  • Convert addresses to use ST_PointOnSurface (#3898)
  • Apply bbox to part of “addresses” query (#3942)

The 4 changes above are needed to allow use of vector tiles ST_PointOnSurface is used to generate a point for labeling Classes are removed, replaced with the layer id

  • Documentation updates (#3911) & (#3910), Code clean-up (#3899) & (#3922)

Document inner line rendering, update docker documentation Clean-up text-placement / marker-placement, remove natural=marsh

Thanks to all the contributors for this release, including Adrian Piotrowicz (@nexces), a new contributor.

For a full list of commits, see https://github.com/gravitystorm/openstreetmap-carto/compare/v4.23.0…v4.24.0

As always, we welcome any bug reports at https://github.com/gravitystorm/openstreetmap-carto/issues

We would love to have new contributors who might be interested in solving some of the many open issues.

Location: Siepkosi, Jayawijaya, Highland Papua, Western New Guinea, Indonesia

OpenStreetMap Carto Release v4.23.0

Posted by Joseph E on 20 September 2019 in English.

OpenStreetMap Carto (the default stylesheet on the Openstreetmap.org website) has released version v4.23.0 today.

Changes

  • Combine low priority layers using ST_PointOnSurface (#3874) Fixes a bug which rendered parking icons twice

  • Restore rendering of landcover text labels on points (#3878) For the past several months nodes with tags like leisure=sports_centre lacked a text label

  • Adjust aerodrome initial & final zoom levels (#3879) Aerodrome name labels now start rendering at a later zoom level, and continue rendering to higher zoom levels unless the area is too large

  • Adjust width of hedge & citywall up to z20, adjust hedge color (#3847) Minor changes to make barrier line widths more consistent

  • Increase office= initial zoom to z18 and move some values to z19 (#3896) No longer renders “office=*” at z17, undocumented values are shown at z19

  • Create new layer for ref of highway=residential/unclassified/track (#3709) Changes ref to standard halo-radius, oblique font, and same size as name at >z17. This renders the “ref” number at lower priority than the names of these minor roads

  • Add fill colors for wetland=mangrove/saltmarsh/reedbed (#3807) Also adds salt dots pattern for wetland=saltmarsh

Once changes are deployed on openstreetmap.org it will take couple of days before all tiles show the new rendering.

For a full list of commits, see https://github.com/gravitystorm/openstreetmap-carto/compare/v4.22.0…v4.23.0

We welcome any bug reports at https://github.com/gravitystorm/openstreetmap-carto/issues

We welcome new contributors who might be interested in solving one of the many open issues. See a list of [relatively easy first issues](https://github.com/gravitystorm/openstreetmap-carto/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22_.

It’s not necessary to have coding or cartography experience (though this will make it easier): I started contributing about a year ago without any prior coding experience.

Contributors with experience in CartoCSS and cartography may be interested in the list of more challenging issues that need help

Location: Lantipo, Sinakma, Wamena, Jayawijaya, Highland Papua, Western New Guinea, 99511, Indonesia