[closed] Please help with a map
Posted: Mon Feb 10, 2020 3:46 pm
Good afternoon! Please tell me how to properly configure the map AQX.
The fact that the map has tiles only where there are objects. Where there are no objects - there is an icon that the map is not loaded. Although there is simply not on the server blank tiles. (Screenshot below)
Here is the map code:
<?xml version="1.0" encoding="utf-8" ?>
<aqx version="7">
<name>Яндекс Народная Карта</name>
<description>Яндекс Народная Карта</description>
<source id="UnyZf0i1" layer="true">
<name>Дороги</name>
<data-source>https://n.maps.yandex.ru</data-source>
<copyright>© Яндекс</copyright>
<region>WRLD</region>
<type>OTHE</type>
<preview-location>37.6,55.75,15</preview-location>
<level>
<ignore-errors>*</ignore-errors>
<projection-name>mercator</projection-name>
<projection-geoid>wgs 84</projection-geoid>
<zoom-values>6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21</zoom-values>
<update-delay>1M</update-delay>
<referer><![CDATA[https://n.maps.yandex.ru/#!/?z=9&ll=37. ... l=nk%23sat]]></referer>
<server><![CDATA[https://01.core-nmaps-renderer-nmaps.ma ... 142&token=]]></server>
<server><![CDATA[https://02.core-nmaps-renderer-nmaps.ma ... 142&token=]]></server>
<server><![CDATA[https://03.core-nmaps-renderer-nmaps.ma ... 142&token=]]></server>
<server><![CDATA[https://04.core-nmaps-renderer-nmaps.ma ... 142&token=]]></server>
</level>
</source>
</aqx>
If you do without a line "<ignore-errors> * </ ignore-errors>", then the entire map in a sad face.
Help please, tell me how to remove icons and sad smiles... Once then you can ignore the missing tiles? Thanks in advance!
The fact that the map has tiles only where there are objects. Where there are no objects - there is an icon that the map is not loaded. Although there is simply not on the server blank tiles. (Screenshot below)
Here is the map code:
<?xml version="1.0" encoding="utf-8" ?>
<aqx version="7">
<name>Яндекс Народная Карта</name>
<description>Яндекс Народная Карта</description>
<source id="UnyZf0i1" layer="true">
<name>Дороги</name>
<data-source>https://n.maps.yandex.ru</data-source>
<copyright>© Яндекс</copyright>
<region>WRLD</region>
<type>OTHE</type>
<preview-location>37.6,55.75,15</preview-location>
<level>
<ignore-errors>*</ignore-errors>
<projection-name>mercator</projection-name>
<projection-geoid>wgs 84</projection-geoid>
<zoom-values>6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21</zoom-values>
<update-delay>1M</update-delay>
<referer><![CDATA[https://n.maps.yandex.ru/#!/?z=9&ll=37. ... l=nk%23sat]]></referer>
<server><![CDATA[https://01.core-nmaps-renderer-nmaps.ma ... 142&token=]]></server>
<server><![CDATA[https://02.core-nmaps-renderer-nmaps.ma ... 142&token=]]></server>
<server><![CDATA[https://03.core-nmaps-renderer-nmaps.ma ... 142&token=]]></server>
<server><![CDATA[https://04.core-nmaps-renderer-nmaps.ma ... 142&token=]]></server>
</level>
</source>
</aqx>
If you do without a line "<ignore-errors> * </ ignore-errors>", then the entire map in a sad face.
Help please, tell me how to remove icons and sad smiles... Once then you can ignore the missing tiles? Thanks in advance!