Branch: refs/tags/osmorg-taginfo-live
Home: https://github.com/taginfo/taginfo
Commit: ab64520fb244e323edd8b931694597a53cf8b6fc
https://github.com/taginfo/taginfo/commit/ab64520fb244e323edd8b931694597a53cf8b6fc
Author: Jochen Topf
Date: 2019-10-18 (Fri, 18 Oct 2019)
Branch: refs/heads/master
Home: https://github.com/taginfo/taginfo
Commit: ab64520fb244e323edd8b931694597a53cf8b6fc
https://github.com/taginfo/taginfo/commit/ab64520fb244e323edd8b931694597a53cf8b6fc
Author: Jochen Topf
Date: 2019-10-18 (Fri, 18 Oct 2019)
Changed paths:
Joseph Eisenberg wrote:
> Is anyone aware of a way to import dual-carriageway roads as
> a single linestring?
I do something like this to boil route relations containing dual
carriageways down into polylines:
insert into routes_split(geom) (
select (st_dump(
st_linemerge(
Branch: refs/tags/osmorg-taginfo-live
Home: https://github.com/taginfo/taginfo
Commit: 505862d06190ee475b682152a41c3251dce8
https://github.com/taginfo/taginfo/commit/505862d06190ee475b682152a41c3251dce8
Author: Guillaume Rischard
Date: 2019-09-28 (Sat, 28 Sep 2019)
Branch: refs/heads/master
Home: https://github.com/taginfo/taginfo
Commit: 505862d06190ee475b682152a41c3251dce8
https://github.com/taginfo/taginfo/commit/505862d06190ee475b682152a41c3251dce8
Author: Guillaume Rischard
Date: 2019-09-28 (Sat, 28 Sep 2019)
Changed
You would also have to know how many ways there are, just looking for 2 is
not sufficient, because there could be 3, 4, 5, 6 or even more. Around here
I've a situation with 6 parallel carriageways:
https://www.openstreetmap.org/#map=19/41.86472/12.49702
some meters north of this spot, they are
Hi!
On Fri, Oct 18, 2019 at 11:29:04AM +0900, Joseph Eisenberg wrote:
> Is anyone aware of a way to import dual-carriageway roads as a single
> linestring?
>
> There's a request at Openstreetmap-carto to render dual-carriageway
> roads differently at mid-zoom levels:
>
Hi Joseph,
Am 18.10.19 um 04:29 schrieb Joseph Eisenberg:
> Has anyone implemented a rendering that handles dual-carriageway
> roads, or designed a way to import such ways into a (rendering)
> database as a single linestring midway between the two OSM ways?
We had a student at Geofabrik working
18 Oct 2019, 04:29 by joseph.eisenb...@gmail.com:
> Is anyone aware of a way to import dual-carriageway roads as a single
> linestring?
>
I tried searching for way/tool that would do this some time ago and failed.
> It doesn't appear that there are any tags in the database which hold
> this
9 matches
Mail list logo