Skip to content

Instantly share code, notes, and snippets.

@pnorman
Last active August 29, 2015 14:27
Show Gist options
  • Save pnorman/8161e89fec4912fe9629 to your computer and use it in GitHub Desktop.
Save pnorman/8161e89fec4912fe9629 to your computer and use it in GitHub Desktop.
v2.33.0 openstreetmap carto release notes

OpenStreetMap Carto 2.33.0 has been released. This release focuses on cartographic style improvements, but the release notes also include 2.32.0.

The biggest changes are

  • A randomized symbology for forests for natural=wood and landuse=forest #1728 #1242

    A long time in the works, this improvement has finally landed. The two tags were merged - they are indistinguishable to the data consumer. A randomized symbology was first suggested by SK53 at SOTM-EU 2014, and this feature would not have happened without his extensive research, or imagico tools for creating an irregular but uniformly distributed and periodic dot pattern

  • Rendering minor roads and service rail later for mid-zoom clarity #1682 #1692 #1676 #1647

    As all residential, unclassified, and service roads in a city became mapped the rendered view became over-crowded, bloblike, and difficult to read.

  • Unification of footway/path and rendering surface of them

    The mess that is highway=path is well-documented, and it is necessary to do some kind of processing as a data consumer. A distinction is now made between paved and unpaved footways.

  • Rendering of Antartic ice sheets from shapefiles #1540

    Ice sheets in Antartica are a bit of a special case, and pre-generated shapefiles are now used

  • Mapnik 3 preperations #1579

    The style is not yet properly tested with Mapnik 3 and we don't claim to support it, but several bugs were fixed. Most of the work was done on the Mapnik side

  • No longer rendering proposed roads #1663 #1654

  • Power area colour adjusted #1680

  • Better place label order #1689

  • meadow/grassland and orchard/vineyard color unification #1655

  • Render educational area borders later #1662

  • New POI icons

A full list of changes can be found on Github

@matkoniecz
Copy link

A distinction is now made between paved and unpaved footways.

"A distinction is now made between paved and unpaved highway=footway and highway=path." would be a bit more clear as paths are also rendered depending on surface value.

Added rendering for highway=elevator may be mentioned, either as a separate point or by changing "New POI icons" to "New POI icons - moving icons to SVG, specific icons for some shops and added rendering for highway=elevator".

The mess that is highway=path is well-documented

Maybe also mention that two highly distinct rendering for one* feature is a poor idea? (*) within narrow margin of error, paths without horse=designated, bicycle=designated, access=no/private that are not footways exist but are really rare.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment