This object is in archive! 

Remove the daily limit for my own Open Tile Server?

Fred Eric shared this question 6 years ago
Answered

I have installed my own Open Tile Server hoping that it would allow me to download offline maps without daily limits. However, I am still hitting the 10.000 tiles/day restriction to protect my server against myself...

Would there be a way to remove daily limits for servers on private networks (e.g. 192.168.x.x)?

Replies (3)

photo
1

Good day Fred,

this information seems to be missing in our manual here.


To remove limit of map downloading on own server, it is necessary to add into response header

  1. locus_disable_download_limit=true

Let me know if it helped and works correctly for you.

Menion

photo
1

Thanks a lot, it helped!

For those who would not know how to do it:

1. Enable mod_headers: sudo a2enmod headers

2. Edit the Apache configuration file (/etc/apache2/apache2.conf) and add at the end: Header set locus_disable_download_limit "true"

photo
1

Thanks Fred,

glad it works, We will add your tips to our manual with hope, it will be useful for anyone.

Replies have been locked on this page!