This object is in archive! 
Add TMS to Locus
Answered
Hello!
I trying add TMS (producing by gdal2tiles.py with default settings) to Locus.
I add this code to provider.xml but for some strange reason Locus don't show show my maps in maps list.
Can you any idea why it's don't work?
Thank you so much!
- <provider id="91000" type="1" visible="false" background="-1">
- <name>GLAD_Alerts</name>
- <mode>Forest_Loss</mode>
- <url><![CDATA[http://glad.geog.umd.edu/alarm/4C_2016_loss_mobile/{z}/{x}/{y}.png]]></url>
- <serverPart></serverPart>
- <zoomPart>{z}-8</zoomPart>
- <zoomMin>8</zoomMin>
- <zoomMax>14</zoomMax>
- <tileSize>256</tileSize>
- <countries>World</countries>
- <attribution></attribution>
- <extraHeader></extraHeader>
- <usage></usage>
- </provider>
- <provider id="91001" type="1" visible="false" background="-1">
- <name>GLAD_Alerts</name>
- <mode>Last_composite</mode>
- <url><![CDATA[http://glad.geog.umd.edu/alarm/4C_2016_last_mobile/{z}/{x}/{y}.png]]></url>
- <serverPart></serverPart>
- <zoomPart>{z}-8</zoomPart>
- <zoomMin>8</zoomMin>
- <zoomMax>14</zoomMax>
- <tileSize>256</tileSize>
- <countries>World</countries>
- <attribution></attribution>
- <extraHeader></extraHeader>
- <usage></usage>
- </provider>
Good day Alexander,
without trying, I see you have set "visible:false" in both providers arguments. This argument (visible) define if provider will be visible in list of online maps or not. Try to change it to "true" and let me know, if there still be any problem.
Good day Alexander,
without trying, I see you have set "visible:false" in both providers arguments. This argument (visible) define if provider will be visible in list of online maps or not. Try to change it to "true" and let me know, if there still be any problem.
Thank you! It work )
Thank you! It work )
Replies have been locked on this page!