Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clicking on city but getting region #172

Open
sasastanojkov opened this issue Nov 12, 2024 · 3 comments
Open

Clicking on city but getting region #172

sasastanojkov opened this issue Nov 12, 2024 · 3 comments

Comments

@sasastanojkov
Copy link

Description

I am trying to shallowly inspect divisions layer. When trying to click on city Kragujevac in central Serbia. I get information about region instead of the city which is within that region. Since divisions are overlapping is there a way to get information about all divisions covering the location where I clicked or at least the smallest one?

What browser are you seeing the problem on? What version are you running?

Edge

The OS you're using

Windows 11

Steps to reproduce

Go to Kragujevac. Click on "Kragujevac" you will get information about region Central Serbia instead of information about city Kragujevac.

The browser URL at the time you encountered the bug

https://explore.overturemaps.org/#16.42/44.012921/20.919302

@Bonkles
Copy link
Collaborator

Bonkles commented Nov 13, 2024

Hi sasastanojkov - yes, sometimes features are occluded by other features- in general you should be able to use the layers tool to turn off the layers you don't need.

Like so:

image

However, in this specific case I think you raise a good issue- the Kragujevac label is just a label we place on the map for location/awareness, but it does not represent an Overture Entity. If you hide the overture divisions and base themes (as I have in the screenshot above) clicking on the Kragujevac label doesn't do anything.

I'm not sure what the fix here is, but we might be able to do a better job of calling out what's an overture feature that's clickable/inspectable vs. what's just a label intended to help find your way around the map.

@sasastanojkov
Copy link
Author

The problem here is not isolation by layer, it is having overlapping features within that layer. If I click on Kragujevac with DivisionArea type enabled, I am effectively clicking within the area of these 5 division areas (08568f62bfffffff01a51457e0ffd448, 08568f62bfffffff019c83960b44e2fd, 08568f62bfffffff01bf51eb8704904c, 085251237fffffff012047ab2595f4e9, 085640683fffffff014bde13651bf8ab) since there is no logical way of deducing what I want I would need to have either filter to remove all except one or checklist or some other mechanism of filtering or to get all of them. Clicking on Kragujevac might as well be me wanting to inspect country Serbia, but I am still getting region.

@Bonkles
Copy link
Collaborator

Bonkles commented Nov 22, 2024

I see! We do have issue #110 as an improvement to allow for 'disambiguation' of what is clicked on- right now it is very hard to tease features apart and view individual things if they're occluded by other features.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants