how do i mark a square that’s open to cars and should also show up on maps as part of the road map?

this excluded cars ☞
place | square
highway | road

now i’m trying with ☞
area:highway | yes

  • guillem@aussie.zone
    link
    fedilink
    English
    arrow-up
    0
    ·
    27 days ago

    I think what most people do is to mark the linear path the cars usually take on the square. What I would do is to scroll down to the examples in the wiki, see which one is more similar to the case I’m trying to map, and search it on OSM, click Edit, and see others mapped it.

  • balsoft@lemmy.ml
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    26 days ago

    There are only a couple obscure routing engines that can route through areas, so you will have to use interconnected linear ways probably.

    What square are you mapping exactly?

    If the entire square is open to cars, you should do something like the following:

    On the square area itself set

    place=square
    area:highway=yes
    

    Also connect all the other roads entering/exiting the square to each other, so that they are routable; make sure they all have appropriate highway=* tags set, so that routers don’t get confused.

    Make sure that all pedestrian paths (sidewalks) are also connected together, using highway=crossing when appropriate.

  • JauneBaguette@framapiaf.org
    link
    fedilink
    arrow-up
    0
    ·
    26 days ago

    @merde I’d say the same way as routable pedestrian square. Draw the square outline for main tags, and add main flow lines as regular highways crossing it.