-
Notifications
You must be signed in to change notification settings - Fork 91
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
Render themes: line symbol #124
Comments
And oneways too!
|
Not really. Line texture is aligned (rotated) along line. Line symbol should remain vertical, like node symbol. |
Actually in Mapsforge we have an extra attribute |
Then ok, will wait for implementation. |
cc @Longri |
I pushed the needed fixes for line symbols. |
Have tried this new feature for cliffs and failed. Looks like |
Isn't the natural=cliff rendering supposed to be with symbols having some distance among them? Also it depends on symbols quality. If the symbols have much empty space around in their canvas, then they cannot be much close, even if put small |
Yes. But the distance is too large. I use square icon with a tick: https://github.com/andreynovikov/maptrek/blob/master/app/src/main/assets/symbols/natural/cliff.svg There is no much space around. But the gap between symbols is about 1 centimeter on smartphone screen. |
Trying even with the oneway symbol which doesn't have empty canvas at its width and with That seems related to the underlying stipples mechanism and not with line symbols (using it). |
https://github.com/mapsforge/vtm/blob/master/vtm/src/org/oscim/theme/XmlThemeBuilder.java#L258
Useful for aerialway icons.
The text was updated successfully, but these errors were encountered: