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

Topics - Visitor7

#1
MAPAS/MAPS / User OSM themes
December 05, 2013, 01:15:10 PM
http://www.sendspace.com/file/x3ir4l">mirror: osmarender-hd-v210.zip(12.2KB)

http://www.axifile.com/ru/B1D40C53B3">mirror2: osmarender-hd-v210.zip(12.2KB)

http://www.fayloobmennik.net/3401855">mirror3: osmarender-hd-v210.zip(12.2KB)
#2
MEJORAS/NEW FEATURES / Interface transparency
December 05, 2013, 11:51:20 AM
Option "Hide dashboard wake-up button". Make the button invisible.

Option "Transparent statusbar". Removes the lable "status" from statusbar and makes statusbar background is completely transparent.
#3
MEJORAS/NEW FEATURES / Ecw, Folder mode
November 18, 2013, 10:30:45 AM
Support ECW format. With its built-in metainf, or ecw + otrk, or ecw + map.



"Folder mode" for offline maps autoloading:

If (on zoom change(if zoom not exist on the current map) or leaving map boundaries) a suitable(by zoom and by coordinates) map exist in folder with current map, load it(the first available) without asking (without displaing a list available maps and loaded map name).
#4
MAPAS/MAPS / Referer
November 08, 2013, 08:26:39 AM
How to use "httpparam" tag in "onlinemapsources.xml"? Sometimes I need to specify the "referer" for correctly work online map. For example:


<onlinemapsource uid="581">
<name>Kosmosnimki Sat</name>
<url><![CDATA[http://maps.kosmosnimki.ru/TileSender.ashx?ModeKey=tile&MapName=Kosmosnimki&LayerName=C7B2E6510209444E80673F3C37519F7E&z={$z}&x={$x}&y={$y}&key=BDY%2F%2Brk8pOLTOFTvDC8MM54h%2BJCcGG5Ag4ggD01W%2FCr51iFE%2FWOBxtA%2FNSJflAbDKbr1oV1QtDMt2PxGE3P2MY%2FzVabjK3O%2F1c2tlRmsdYXnVvAs0%2BHPXruvQ6d%2F6Th8fR5n%2FNmtg8cnwflfHfXxBcFzDy0qet4SdpQs6Gd55g94YiFckoi%2FUroyw7YvtvdbFgiNY%2BONEZK4ligXKR1rcVooBnEpHhPqAjayL0pNPyXGzQUBYYePUOTfxS2Nnp4JyvAYuJQJtgMUaOlnsPINj77HNpMVTUmaqM4PT%2Bv00l8%3D]]></url>
<website><![CDATA[<a href="http://kosmosnimki.ru/">KosmoSnimki.ru</a>]]></website>
<minzoom>0</minzoom>
<maxzoom>20</maxzoom>
<projection>MERCATORELIPSOIDAL</projection>
<servers></servers>
<httpparam name="Referer">http://kosmosnimki.ru/</httpparam>
<cacheable>1</cacheable>
<downloadable>1</downloadable>
<maxtilesday>0</maxtilesday>
<maxthreads>0</maxthreads>
<xop>$x - (1 << $z) / 2 </xop>
<yop>(1 << $z) / 2 - $y - 1</yop>
<zop></zop>
<qop></qop>
<sop></sop>
</onlinemapsource>

But it's not working correctly.
#5
MAPAS/MAPS / Problems with WGS84.
November 07, 2013, 09:51:31 AM
Datum "WGS84" in OruxMaps works correctly only with maps in  "Google Sphere" coordinate system. With maps in "WGS84" coordinate system it is not working correctly. How can I bind the map in "WGS84" coordinate system(without picture transformation)?

If it is not possible now, add real "WGS84" datum(and real "WGS84" ellipsoid), please. For example, with name "TrueWGS84" or "tWGS84".