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

Touring view footpaths zoom #20869

Open
michaelblyons opened this issue Sep 18, 2024 · 7 comments
Open

Touring view footpaths zoom #20869

michaelblyons opened this issue Sep 18, 2024 · 7 comments
Labels
Observed Needs more clarification, feedback, or research

Comments

@michaelblyons
Copy link

Description

In vector maps with the style for Touring view, the footpaths disappear and reappear at different zooms.

Steps to reproduce

  • Make sure you're in vector maps.
  • set the style to Touring view.
  • Find a location with footways.
  • Zoom all the way in.
  • Zoom out until the footway disappears.
  • Zoom out one more time.
  • Observe the footways reappear.

Actual result

There's a random zoom where footways are missing.

Expected result

Continuous visible footways. Pick zoom where you want to hide footways, but don't have a random missing section.

Your Environment (required)

OsmAnd Version:4.8.6
@mariush444
Copy link
Contributor

Same with icons
supermarket example
31.33120 37.34670
zoom 15 and 17 - icon is visibled but at zoom 16 icon is not shown

probably overlaping problem but I coudn't find object that makes this

@sonora
Copy link
Member

sonora commented Sep 18, 2024

I cannot actually reproduce this for now. Perhaps you are viewing a rather'busy' section of the map and encounter a detail cutoff present by default for perfomance reasons. Can you please activate the setting Configure map > Detail > More details to see if this fixes the behavior?

@michaelblyons
Copy link
Author

"More details" fixes the problem. If there's no more to be done, feel free to close.

@sonora
Copy link
Member

sonora commented Sep 19, 2024

@xmd5a2 , @Chumva I wonder if there is a way to simply set the "More Details" flag's default to 'on', (at least) when the Touring view renderer is selected?

After all it is a high detail Map style anyway, and with more powerful devices these days having it default to 'off' may not be justified any more.

Please note that the Touring view renderer itself has only 1 dependency on the More Details flag anyway, but the underlying default.render has hundreds... That's why setting the flag to 'on' seems necessary, eliminating Touring view's direct dependency will not do the trick(?)

@mariush444
Copy link
Contributor

but not everyone uses power devices

@sonora
Copy link
Member

sonora commented Sep 20, 2024

By my old testing, performance hit by using "More Details" in the Touring view renderer was ~20%. If that's not worth it for having the extra details, "More Details" should simply be turned off. My idea is simply to turn it on by default for Touring view users, because a typical reason for selecting it in the first is to receive high detail.

@vshcherb vshcherb added the Observed Needs more clarification, feedback, or research label Sep 21, 2024
@sonora
Copy link
Member

sonora commented Sep 21, 2024

@xmd5a2 I initially thought this is a density issue, but it is not. It looks like a gap between Touring view and default.render. Possibly caused here? What's the point in suppressing zoom 14 here, can we eliminate this?

<apply_if baseAppMode="bicycle" moreDetailed="false">
	<apply_if minzoom="14" maxzoom="14" order="-1"/>
	<apply_if additional="bicycle=designated" minzoom="15" maxzoom="15" order="88"/>
</apply_if>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Observed Needs more clarification, feedback, or research
Projects
None yet
Development

No branches or pull requests

4 participants