pnorman / bolder

A new open client-side style for OpenStreetMap data
Other
16 stars 2 forks source link

First vector layer definitions #8

Closed pnorman closed 6 years ago

pnorman commented 7 years ago

Normally I'd go with a just start coding approach for defining layers, but for #2 and my presentation I need a well-defined set of layers to start with.

I'm inclined to the following as a starting place

water

Contents

Polygonal water bodies.

water_names

Contents

Points with water names Sources as with water layer, except sources without name data can be ignored.

Fields

transport

Contents

Transportation linear features All from OSM data, with features appearing at the following zooms

Rail features not included for now.

If the feature is oneway, then the direction of it is the direction of travel.

Fields

Ordering

By layer with highest layer first, ramp with ramps first, class with most significant first, then name

matthijsmelissen commented 7 years ago

Sounds good. Some comments:

pnorman commented 7 years ago

Do we really have no way to use osm water on low zoom?

Not really. There are some more experimental techniques, but nothing I want to deal with at the same time as everything else.

Fixed the other comments.