nextgis / android_gisapp

:dart: GIS application for Android
http://nextgis.com/nextgis-mobile
GNU General Public License v3.0
134 stars 107 forks source link

Падение при отрисовке TMS #394

Closed BishopGIS closed 7 years ago

BishopGIS commented 8 years ago
java.lang.IndexOutOfBoundsException: Invalid index 3, size is 3
    at java.util.ArrayList.throwIndexOutOfBoundsException(ArrayList.java:251)
    at java.util.ArrayList.get(ArrayList.java:304)
    at com.nextgis.maplib.map.RemoteTMSLayer.getURLSubdomain(RemoteTMSLayer.java:308)
    at com.nextgis.maplib.map.RemoteTMSLayer.downloadTile(RemoteTMSLayer.java:124)
    at com.nextgis.maplib.map.RemoteTMSLayer$1.run(RemoteTMSLayer.java:172)
    at java.lang.Thread.run(Thread.java:856)

Похоже из-за многопоточности.

4eRTuk commented 8 years ago

Duplicate #487

BishopGIS commented 7 years ago

Fix in https://github.com/nextgis/nextgis_datastore/ will be available in NGM3