street as area

Now we have in Poland an special layer with area:highway:
http://osmapa.pl/w/area/?lat=50.85907&lon=16.3221&zoom=18&ol=AB
with updates every full hour. It is a kind of positive energy explosion: A lot of mappers do now area:highway mapping.

If you have an server, we could provide you the renderer.

Btw: I have updated the english version of this proposal.
Maybe you could check the ukrainian version?

With best regards to all my friends from Ukraine!
:wink:

Dear Friends,
some of new things are implemented. Area footway, area cycleway. The brain beihind this development, user Marimil, is working on steps rendering (see: http://wiki.openstreetmap.org/wiki/User:Marek_kleciak/Stairs_modelling#Outline_and_Inline)).
Blocker are recently western countries. We can push it with more of such mapping, speak, make facts.
For today we have, during of 1 day growth of 11x of daily mapping of area:street=*.

With warmest regards to Ukraine! (Love deep your country and the people!)
Marek

We can probably enhance such rendering and include in next days the territory of Ukraine as well.

It’s very good news! Thanks!

Start with a:h mapping an be a litle patient. It comes. :wink:
If your area has bad Bing resolution try to collect lanes=* and turn:lanes=* information.
It is helpful as well.

Area: highway for Ukraine.

Congratulations!

http://osmapa.pl/w/areaua/?lat=48.6&lon=30.9&zoom=6&ol=BP

Looks very interesting! :slight_smile:

Great!

Big thanks to Marek and averyone who helped!

к сожалению рендер рендерит далеко не всё, что отрисовано
я даже немного испугался что поудаляли половину, а нет всё почти на месте
по донецкой области с дорог класса Н- до дорог класа О- всем добавлены площадные обьекты, но рендер наших иностранноговорящих друзей к сожалению их не отображает.

/*
This query looks for nodes, ways and relations 
with the given key.
Choose your region and hit the Run button above!
*/
[out:json][timeout:25];
// gather results
(
  // query part for: “"area:highway"=*”
  node["area:highway"]({{bbox}});
  way["area:highway"]({{bbox}});
  relation["area:highway"]({{bbox}});
);
// print results
out body;
>;
out skel qt;

PS1/ кому интересно могу выложить денить .mapcss для отображения площадных дорожных обьектов к JOSMу с зебрами и бардюрками ))
хотя вот

meta {
	title: "Площадь дорог";
	description: "Подсветка площадей дорог, бордюров и прочих барьеров…";
	author: "http://www.osm.org/user/Kato Kontenta";
	watch-modified: true;
}


way[barrier=kerb] {
	color: white;
	width: 3;
	dashes: 6;
}

way[barrier=fence] {
	color: yellow;
	width: 3;
	casing-width: 2;
	casing-color: yellow;
	casing-dashes: 7, 20;
}

way[barrier=guard_rail] {
	color: lightgrey;
	width: 4;
	casing-width: 2;
	casing-color: yellow;
}

way[barrier=retaining_wall] {
	color: yellow;
	width: 3;
	casing-width: 3;
	casing-color: brown;
}

/* Стены */
way[barrier=wall] {
	color: brown;
	width: 4;
}


/* Пешеходные зоны */
way[footway=crossing] {
	color: white;
	opacity: 0.3;
	width: 20;
	dashes: 5;
}

area[area:highway=footway],
area[area:highway=pedestrian] {
	fill-color: #00ff00;
	fill-opacity: 0.5;
}


area[area:highway=yes] {
	fill-color: #ff0000;
	fill-opacity: 0.5;
}
area[area:highway=junction] {
	fill-color: #ff00ff;
	fill-opacity: 0.5;
}
area[area:highway=trunk] {
	fill-color: #8aff00;
	fill-opacity: 0.5;
}
area[area:highway=primary] {
	fill-color: #FB805F;
	fill-opacity: 0.5;
}
area[area:highway=secondary] {
	fill-color: orange;
	fill-opacity: 0.5;
}
area[area:highway=tertiary] {
	fill-color: yellow;
	fill-opacity: 0.5;
}
area[area:highway=unclassified] {
	fill-color: #faff7a;
	fill-opacity: 0.5;
}
area[area:highway=residential],
area[area:highway=service] {
	fill-color: white;
	fill-opacity: 0.5;
}

Dear ukrainian Friends, I have changed today something importanat in the specification.
A lot of users from Poland and Germany said me area:higway=crossing + crossing=street cathegory sounds bad.
We should use instead: area:highway=street cathegory + junction= yes/roundobout/y_junction.

So I did it.

Please adapt your wiki page.
Uname: are you interested in further development of this renderer? We need help for more details.

Поворчу немного:
лучше бы кто-то озаботился визуализацией грунтовок и прочих дорог с некачественным покрытием на osm.org
А то у нас highway=unclassified, surface=unpaved и highway=unclassified, surface=asphalt выглядят одинаково на карте, что очень плохо. Кроме того, из-за отсутствия такой визуализации многие мапперы обозначают любую грунтовку как highway=track, даже если это обычная жилая улица, а не дорога, по которой трактор в поле ездит.

Не на http://openstreetmap.org, но всё же:
http://mijndev.openstreetmap.nl/~allroads/mtm/ - вверху выбрать Surface.

А ещё на слое Humanitarian отображаются highway=service с плохим покрытием: http://www.openstreetmap.org/#map=17/48.74754/37.62008&layers=H . Почему именно они - непонятно.

Но лучше это обсуждать в другой теме.

Спасибо, Но это не совсем то, что хотелось бы.
Во-первых, это не главная страница ОСМ, следовательно, её не видит большинство участников, и даже не знают о ней. Это плохо. Во-вторых, визуализация surface и smoothness там некрасивая. Просто закрашивается коричневым поверх линии дороги. Из-за этого плохо видно названия. Я бы предпочёл, чтобы улицы с плохим покрытием показывались прерывистыми линиями или “посыпались песочком” (чёрными точками, рассыпанными по линии. Чем хуже покрытие - тем чаще посыпано).

dimonster,
на всякий случай: OSMAnd хорошо отображает surface=* и smoothness=*. Или нужен только веб?

А как он отображает? У меня не видно ничего такого.

Нужно включить их отображение: в меню Настройки карты (кнопка находится вверху слева на экране карты) найти “Подробности”, в этом диалоговом окне включить галочками “Отображать тип покрытия” и “Отображать качество дорог”.

Проблема не в Османде. Проблема в рендере на главной странице. Потому что это “лицо” проекта. То, что теги типа покрытия и “гладкости” поддерживаются где-то там, в каких-то программах и где-то там в неизвестных рендерах, поднятых Васей Пупкиным на домашнем компе, это хорошо, но не совсем то, что хотелось бы.

Якщо я правильно зрозумів, то на головній сторінці підтримки street as area взагалі поки немає.

И наверняка не скоро будет. Для этого схема тегирования должнп хотя бы выползти из пропозала и получить широкое распространение. Кроме того намного увеличится нагрузка на сервера, а ведь это не одна-две страны, а весь мир в режиме реального времени.

This is only small server from the polish OSM Community. We can not make the whole world. We wish to show our friendship and render also Ukraine.

On the other hand more and more mappers from Germany are interested in such mapping. I think they will make some similar for Germany sooner or later.

We should make facts and map it. This is only possible way to get this rendering on the main page.