Esri / offline-editor-js

ArcGIS JavaScript library for handling offline editing and tiling.
http://esri.github.io/offline-editor-js/demo/
Apache License 2.0
159 stars 142 forks source link

Tiles in database but not showing up on map while offline #479

Closed andygup closed 8 years ago

andygup commented 8 years ago

There can be several reasons for this.

1) If the tiles stored in the databases have a different spatial reference from the basemap you won't be able to view tiles.

Solution - make sure the tiles in the database were created using the same spatial reference as the basemap.

2) If the tiles stored in the database have different LODs from the basemap you won't be able to view tiles.

Solution - make sure the tiles in the database were creating using a basemap with the desired LODs.

3) If you mix an HTTP app with HTTPS tiles, or have an HTTPS app with HTTP tiles then you may not be able to view the tiles.

Solution - Don't mix HTTP and HTTPS content. You have two options: