Tile limit 10000

Started by glaeken, March 11, 2015, 17:10:55

0 Members and 1 Guest are viewing this topic.

glaeken

I have my own map/layers server, and I need to download way more than 10000 tiles.
Is there an option, to change this limit?

Or maybe some tool, to download it offline and pack into locus sql database format?
  •  

gynta

Quote from: glaeken on March 11, 2015, 17:10:55
Or maybe some tool, to download it offline and pack into locus sql database format?
Mobac? and own *.xml

...download offline sounds strange :)

Menion

try to add to response from your server (response on tile request) this:

key: locus_disable_download_limit
value: true

You should see notification that "Download limit removed"
- Official help (ideas, questions, problems): help.locusmap.eu
- Advanced topics, sharing of knowledges: you're here!
- LM 4 Beta download, LM 4 Release download
  •  

glaeken

#3
Thak You.
Already found file with limits, but the idea with the response is much better.

It shoud be in a http header?

Okay, works: download limit removed

Thanks!
  •  

Menion

Perfect, you are welcome.
- Official help (ideas, questions, problems): help.locusmap.eu
- Advanced topics, sharing of knowledges: you're here!
- LM 4 Beta download, LM 4 Release download
  •  

josemfdonato

Quote from: menion on March 11, 2015, 18:42:39
try to add to response from your server (response on tile request) this:

key: locus_disable_download_limit
value: true

You should see notification that "Download limit removed"

Can you explain how to do it? Thanks!
  •  

Menion

Hello,
we had placed some time ago few tips how to do it here: http://docs.locusmap.eu/doku.php?id=manual:advanced:customization:online_maps#own_open_map_tile_server , so check it. Hope it helps.
- Official help (ideas, questions, problems): help.locusmap.eu
- Advanced topics, sharing of knowledges: you're here!
- LM 4 Beta download, LM 4 Release download
  •