treee111 / wahooMapsCreator

Create maps for Wahoo device based on latest OSM maps
247 stars 25 forks source link

Contour lines was not display #211

Closed mushroom11s closed 1 year ago

mushroom11s commented 1 year ago

System version: 15944 Device:Roam V2 device_themes: /[device_themes](https://github.com/treee111/wahooMapsCreator/tree/develop/device_themes/vtm_theme_poi/ Img: 38c55e54f26b3fc20371078a595e5c4d

Contour lines was not display.Is it because the themes of Roam are not compatible V2๏ผŸ

treee111 commented 1 year ago

Hi @mushroom11s! the device theme in my repo is universal but tailored for BOLTv1. There might be not enough configured to display contour lines on a ROAMv2.

You might read here and try the theme from @masc4ii, this is tailored for BOLTv2 and contour lines :-) Just to make sure: did you generate maps including contour lines? This is a prerequesite.

mushroom11s commented 1 year ago

Hi @mushroom11s! the device theme in my repo is universal but tailored for BOLTv1. There might be not enough configured to display contour lines on a ROAMv2.

You might read here and try the theme from @masc4ii, this is tailored for BOLTv2 and contour lines :-) Just to make sure: did you generate maps including contour lines? This is a prerequesite.

Yes. I have included Contour line on the map. The generation time is too long!!! ๐Ÿ˜ญ๐Ÿ˜ญ I am generating a map for China, and this basic data is too large (approximately 450G). I spent 2 days generating it.

treee111 commented 1 year ago

:-D Wow! Yes contour lines take some additional times. What you could do actually is to only generate certain XY-coordinates. That's what I sometimes do (before holiday etc.) to have new maps for a specific region.

Sorry I forgot to link to the theme I mentioned, here it is: https://github.com/treee111/wahooDeviceThemes/tree/link-themes/VTM/masc4ii

mushroom11s commented 1 year ago

Thank๏ผMay be can provide the provincial level generation. I'm sorry, I don't have much knowledge of GIS and can't provide some help in implementing this feature. I can only wait for you to do it well.๐Ÿ™๐Ÿป๐Ÿ˜

treee111 commented 1 year ago

Have you been able to display contour lines with the theme I mentioned?

Think of implementing a provincial possibility, that might not be doable on a geofabrik way for China:

mushroom11s commented 1 year ago

Have you been able to display contour lines with the theme I mentioned?

Think of implementing a provincial possibility, that might not be doable on a geofabrik way for China:

๐Ÿ™๐Ÿป๐Ÿ˜ธ Yes,is worked. But contour line value is not displayed on line.I don't know how to configure it. image

If I want use the command line to generate some areas like img.What "- xy" value do I need to enter?

image
treee111 commented 1 year ago

perfect that contour lines are displayed! I don't think the height meters are included in the map and thus it's not possible to display them. Would clutter the display also too much maybe

-xy is documented here. Just follow the link given there and zoom into your area with zoom level = 8 z=0 You can also supply more that one xy-coordinate to the tool (i.e. your area!)

should be that, right? grafik

mushroom11s commented 1 year ago

Just follow the link given there and zoom into your area with zoom level = 8 z=0 You can also supply more that one xy-coordinate to the tool (i.e. your area!)

Thanks very much! This answer is very helpful. Thank you for your patient response. I immediately understood when I saw this picture,I used to think that xy was just a point, not an area๐Ÿ˜…

treee111 commented 1 year ago

I immediately understood when I saw this picture,I used to think that xy was just a point, not an area๐Ÿ˜…

you are welcome! Maybe I should add a little more information about xy in the docs ๐Ÿ‘