Modify ↓
#4696 closed defect (duplicate)
Turn Restriction not displayed - Glitch in spatial index in DataSet?
Reported by: | Gubaer | Owned by: | team |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: |
Description
How to reproduce:
- Load the attached .osm file. It includes three nodes
node 1
,node 2
, andnode via
, and two waysway 1
andway 2
. - Create a new relation as turn restriction
- Add the tag
type=restriction
- Add the tag
restriction=no_left_turn
- Select
way 1
and add it as member with rolefrom
- Select
way 2
and add it as member with roleto
- Select
node via
and add it as member with rolevia
- Add the tag
- Save the relation
The turn restriction is not displayed in the map view.
- Slightly move
node 2
The turn restriction is displayed.
Observation: DataSet::searchRelations(bbox)
only replies the new turn restriction after node 2
is slightly moved. Loooks like a glitch in the spatial index.
Attachments (2)
Change History (6)
by , 15 years ago
Attachment: | turn-restriction-not-painted.osm added |
---|
by , 15 years ago
Attachment: | screenshot.png added |
---|
comment:1 by , 15 years ago
Note:
See TracTickets
for help on using tickets.
Here's how the relation should look like to reproduce: