Skip to content

Remove natural_forest and natural_wood from pois layer #1103

Closed
@nvkelso

Description

@nvkelso

These should only be label placements in the landuse layer but are now appearing in the pois layer.

  # natural forests - note already clamped to z12
  - filter: {natural: forest}
    min_zoom: { min: [ { max: [ 12, { lit: zoom + 2 }, { lit: *tier2_min_zoom } ] }, 14 ] }
    output: { kind: natural_forest, tier: 2 }

  # natural woods - note already clampted to 12
  - filter: {natural: wood}
    min_zoom: { min: [ { max: [ 12, { lit: zoom + 2 }, { lit: *tier2_min_zoom } ] }, 14 ] }
    output: { kind: natural_wood, tier: 2 }

Example:

{
type: "Point",
properties: {
kind: "natural_wood",
area: 2426,
source: "openstreetmap.org",
min_zoom: 14,
tier: 2,
id: -1756198,
osm_relation: true
},
coordinates: [
388,
933
]
},

screen shot 2016-10-04 at 22 08 40

Curious that we're even showing those without any names!

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions