Page 1 of 1

OpenStreetMap with precipitation layer

Posted: Sat Dec 05, 2020 5:24 pm
by l1marik
Dear colleagues, I made small implementation of free maps with precipitation layer. Because it does not use any caching is slow.
You can:
  • Change map to your coordinates
  • Zoom in/out
  • Change map layer
  • Show/hide tile borders with XY coordinates
  • Show/hide precipitation layer(it is always only the newes one)
Question is: Does exist way to have paralel downloading more files(to accelerate it) or exists any other way?

Source here (checked only in Linux!): https://www.ctvrtky.info/wp-content/upl ... tation.zip

Image
Image
Image
Image

Thank you.
Lukas

Re: OpenStreetMap with precipitation layer

Posted: Sat Dec 05, 2020 6:06 pm
by Tenaja
That looks cool! Can't wait too try it.

Re: OpenStreetMap with precipitation layer

Posted: Sat Dec 05, 2020 9:19 pm
by idle
you can try OSM gadget perhaps it should work on windows linux and mac
viewtopic.php?f=27&t=66320

Re: OpenStreetMap with precipitation layer

Posted: Thu Jan 14, 2021 3:41 pm
by l1marik
idle wrote:you can try OSM gadget perhaps it should work on windows linux and mac
viewtopic.php?f=27&t=66320
Yes, I tried it, but for me is too complex with too many features, I would like to see simplier solution, for example:
1, I have list of files with complete URL
2, put this list to procedure where they will be downloaded in separate threads to memory(or saved to file on disc)

Nothing more nothing less.

Lukas

Re: OpenStreetMap with precipitation layer

Posted: Thu Jan 14, 2021 4:14 pm
by infratec
l1marik wrote: 1, I have list of files with complete URL
2, put this list to procedure where they will be downloaded in separate threads to memory(or saved to file on disc)
Then simply do this.

And start to 'work' if all threads are finished and the files are available.

Re: OpenStreetMap with precipitation layer

Posted: Wed Jan 20, 2021 12:28 pm
by djes
Nice work :)