Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - sebbo

#46
any news on disabling download limit for private servers?
#47
hope you can find a solution somehow.
else you could send me an older version of locus without the limitation.
#48
alright. as my tileserver is working now there is another problem YOU need to fix.

the f*cking  download limit! :D

because its my own server, it doesnt need a limitation.
PLEASE remove the limitation somehow. maybe by adding the ip to a whitelist. or by adding private ip ranges to a whitelist
#49
looks like working now.
but also looks like is did something wrong on generating my tiles
#50
im not allowed to send pm :(

so here the details:
http://217.92.52.58/tiles/
providers.xml looks like this now and still not working
   <?xml version="1.0"?>
    <providers>
       <provider id="1500" type="0" visible="false" required="true" background="1500">
          <name>sebbo</name>
          <mode>background</mode>
          <area>World</area>
          <url><![CDATA[http://217.92.52.58/tiles/{c}.png]]></url>
          <cooPart><![CDATA[{z}/{x}/{y}]]></cooPart>
          <zoomPart>{z}-8</zoomPart>
          <zoomMin>8</zoomMin>
          <zoomMax>24</zoomMax>
          <tileSize>256</tileSize>
          <extraHeader>Referer#http://locus.asamm.cz/</extraHeader>
       </provider>
       <provider id="1501" type="0" visible="false" required="false" background="1501">
          <name>sebbo</name>
          <mode>contours</mode>
          <area>World</area>
          <url><![CDATA[http://217.92.52.58/tiles/{c}.png]]></url>
          <cooPart><![CDATA[{z}/{x}/{y}]]></cooPart>
          <zoomPart>{z}-8</zoomPart>
          <zoomMin>8</zoomMin>
          <zoomMax>24</zoomMax>
          <tileSize>256</tileSize>
          <extraHeader>Referer#http://locus.asamm.cz/</extraHeader>
       </provider>
       <provider id="1502" type="0" visible="true" required="false" background="1502">
          <name>sebbo</name>
          <mode>OpenPiste</mode>
          <area>World</area>
          <url><![CDATA[http://217.92.52.58/tiles/{c}.png]]></url>
          <cooPart><![CDATA[{z}/{x}/{y}]]></cooPart>
          <zoomPart>{z}-8</zoomPart>
          <zoomMin>8</zoomMin>
          <zoomMax>24</zoomMax>
          <tileSize>256</tileSize>
          <extraHeader>Referer#http://locus.asamm.cz/</extraHeader>
       </provider>
    </providers>
#51
i set up my own tile server with osm data and file strkture

http://xxx.xxx.xxx.xxx/tiles/1/1/0.png
my providers.xml looks like this:
   <?xml version="1.0"?>
    <providers>
       <provider id="1500" type="0" visible="false" required="true" background="-1">
          <name>sebbo</name>
          <mode>background</mode>
          <area>World</area>
          <url><![CDATA[http://xxxxxxxxx/tiles/{c}.png]]></url>
          <cooPart><![CDATA[{z}/{x}/{y}]]></cooPart>
          <zoomPart>{z}-8</zoomPart>
          <zoomMin>8</zoomMin>
          <zoomMax>24</zoomMax>
          <tileSize>256</tileSize>
          <extraHeader>Referer#http://locus.asamm.cz/</extraHeader>
       </provider>
       <provider id="1501" type="0" visible="false" required="false" background="1000">
          <name>sebbo</name>
          <mode>contours</mode>
          <area>World</area>
          <url><![CDATA[http://xxxxxxxxxx/tiles/{c}.png]]></url>
          <cooPart><![CDATA[{z}/{x}/{y}]]></cooPart>
          <zoomPart>{z}-8</zoomPart>
          <zoomMin>8</zoomMin>
          <zoomMax>24</zoomMax>
          <tileSize>256</tileSize>
          <extraHeader>Referer#http://locus.asamm.cz/</extraHeader>
       </provider>
       <provider id="1502" type="0" visible="true" required="false" background="1001">
          <name>sebbo</name>
          <mode>OpenPiste</mode>
          <area>World</area>
          <url><![CDATA[http://xxxxxxxxxxxxxxxx/tiles/{c}.png]]></url>
          <cooPart><![CDATA[{z}/{x}/{y}]]></cooPart>
          <zoomPart>{z}-8</zoomPart>
          <zoomMin>8</zoomMin>
          <zoomMax>24</zoomMax>
          <tileSize>256</tileSize>
          <extraHeader>Referer#http://locus.asamm.cz/</extraHeader>
       </provider>
    </providers>


but when opening locus and browsing the online maps, it doesnt appear!?

any ideas