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

Падение при выборе слоя из NGW #470

Closed 4eRTuk closed 8 years ago

4eRTuk commented 8 years ago
java.lang.IndexOutOfBoundsException: Invalid index 0, size is 0
    at java.util.ArrayList.throwIndexOutOfBoundsException(ArrayList.java:255)
    at java.util.ArrayList.get(ArrayList.java:308)
    at com.nextgis.maplib.datasource.ngw.LayerWithStyles.getTMSUrl(LayerWithStyles.java:173)
    at com.nextgis.maplibui.dialog.SelectNGWResourceDialog.createLayers(SelectNGWResourceDialog.java:278)
    at com.nextgis.maplibui.dialog.SelectNGWResourceDialog$2.onClick(SelectNGWResourceDialog.java:155)
    at android.support.v7.app.AlertController$ButtonHandler.handleMessage(AlertController.java:157)
    at android.os.Handler.dispatchMessage(Handler.java:102)
    at android.os.Looper.loop(Looper.java:145)
    at android.app.ActivityThread.main(ActivityThread.java:6862)
    at java.lang.reflect.Method.invoke(Native Method)
    at java.lang.reflect.Method.invoke(Method.java:372)
    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1404)
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1199)