Stream: general

Topic: paved/unpaved renderings


view this post on Zulip Rihards Olups (Jan 13 2023 at 00:18):

Nu ko, gatavojamies. Izskatās, ka rīt (sestdien) osm.org parādīsies citādāks renderings paved/unpaved :)
Iespējams, būs kas līdzīgs šim.
https://github.com/gravitystorm/openstreetmap-carto/pull/3399
unpaved

OpenStreetMap is a map of the world, created by people like you and free to use under an open license.
Fixes #110 Closes #4137 (alternative version) That’s essentially the same code as #3357 with the following differences: No special unpaved rendering for highway=platform and railway=platform. (The...

view this post on Zulip HellMap (Jan 13 2023 at 11:18):

Tikai diemžēl starp paved un no surface tag nav atšķirības.

view this post on Zulip Rihards Olups (Jan 13 2023 at 11:43):

Jā, es būtu licis otrādāk :)

view this post on Zulip Rihards Olups (Jan 14 2023 at 19:17):

PIEZEMĒJĀS.
Neteiktu, ka ir baigi pamanāmi, bet ir.
Priekš 10 gadus veca feature request arī tas ir daudz :)
unpaved

view this post on Zulip HellMap (Jan 14 2023 at 19:18):

:tada:

view this post on Zulip Rihards Olups (Jan 14 2023 at 19:22):

living_street atšķirība neliela.
unpaved living_street

view this post on Zulip HellMap (Jan 14 2023 at 19:27):

Bet bez paved citāda tik un tā kaut kā divaini. Arī lietotājam it kā nav ok, ja nevar ticēt, ka paved visur.

view this post on Zulip Rihards Olups (Jan 14 2023 at 19:44):

Jā, par to vēl nedaudz diskusijas.
Var sakomentēt https://github.com/gravitystorm/openstreetmap-carto/issues/4724 :)

With our new rendering of roads with unpaved surface (#3399) we make the assumption of an implicit default of the standard road classes of a paved surface when no surface is tagged. This is because...

view this post on Zulip Rihards Olups (Jan 14 2023 at 19:45):

Par konkrētām vērtībām - samerdžotais variants ir šāds:

CASE WHEN surface IN ('unpaved', 'compacted', 'dirt', 'earth', 'fine_gravel', 'grass', 'grass_paver', 'gravel', 'ground',
'mud', 'pebblestone', 'salt', 'sand', 'woodchips', 'clay', 'ice', 'snow') THEN 'unpaved'
WHEN surface IN ('paved', 'asphalt', 'cobblestone', 'cobblestone:flattened', 'sett', 'concrete', 'concrete:lanes',
'concrete:plates', 'paving_stones', 'metal', 'wood', 'unhewn_cobblestone') THEN 'paved'
ELSE NULL


Last updated: May 18 2024 at 06:42 UTC