This repository was archived by the owner on Jul 24, 2021. It is now read-only.
This repository was archived by the owner on Jul 24, 2021. It is now read-only.
Databrowser does not allow selection of some object in the map view. #2760
Closed
Description
Reporter: nroets[at]gmail.com
[Submitted to the original trac issue database at 9.30am, Monday, 1st March 2010]
For example, open the link below and click on the water. The quarry will be selected.
http://www.openstreetmap.org/?lat=-25.80622&lon=28.23841&zoom=17&layers=B000FTT
To solve the problem, the first item that matches on this list should be selected:
- Points (PoI)
- Ways, shortest* ways first.
- Areas, smallest* area first.
*: It is sufficient to approximate that size, by calculating to the size of of the smallest bbox that contains the area.
Metadata
Metadata
Assignees
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
openstreetmap-trac commentedon Jul 23, 2021
Author: TomH
[Added to the original trac issue at 9.44am, Monday, 1st March 2010]
I believe this is really an OpenLayers issue as we just use OpenLayer's OSM renderer to render OSM data and provide click handling.