Locus Map - forum

Support => Troubles & Questions => Topic started by: glaeken on March 11, 2015, 17:10:55

Title: Tile limit 10000
Post by: glaeken on March 11, 2015, 17:10:55
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?
Title: Re: Tile limit 10000
Post by: gynta on March 11, 2015, 18:15:04
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 :)
Title: Re: Tile limit 10000
Post by: 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"
Title: Re: Tile limit 10000
Post by: glaeken on March 11, 2015, 23:12:25
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!
Title: Re: Tile limit 10000
Post by: Menion on March 12, 2015, 16:09:17
Perfect, you are welcome.
Title: Re: Tile limit 10000
Post by: josemfdonato on October 07, 2017, 23:28:26
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!
Title: Re: Tile limit 10000
Post by: Menion on October 07, 2017, 23:59:18
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.