OpenStreetMap with precipitation layer

Just starting out? Need help? Post your questions and find answers here.
l1marik
User
User
Posts: 49
Joined: Tue Jun 30, 2020 6:22 am

OpenStreetMap with precipitation layer

Post 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
User avatar
Tenaja
Addict
Addict
Posts: 1949
Joined: Tue Nov 09, 2010 10:15 pm

Re: OpenStreetMap with precipitation layer

Post by Tenaja »

That looks cool! Can't wait too try it.
User avatar
idle
Always Here
Always Here
Posts: 5097
Joined: Fri Sep 21, 2007 5:52 am
Location: New Zealand

Re: OpenStreetMap with precipitation layer

Post by idle »

you can try OSM gadget perhaps it should work on windows linux and mac
viewtopic.php?f=27&t=66320
l1marik
User
User
Posts: 49
Joined: Tue Jun 30, 2020 6:22 am

Re: OpenStreetMap with precipitation layer

Post 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
infratec
Always Here
Always Here
Posts: 6883
Joined: Sun Sep 07, 2008 12:45 pm
Location: Germany

Re: OpenStreetMap with precipitation layer

Post 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.
User avatar
djes
Addict
Addict
Posts: 1806
Joined: Sat Feb 19, 2005 2:46 pm
Location: Pas-de-Calais, France

Re: OpenStreetMap with precipitation layer

Post by djes »

Nice work :)
Post Reply