Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
andygup opened this issue Aug 26, 2016 · 0 comments
Closed

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

andygup opened this issue Aug 26, 2016 · 0 comments

Comments

@andygup
Copy link
Member

andygup commented Aug 26, 2016

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.

  1. 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.

  1. 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:

  • Host your app as HTTP and make your calls to the tiled map service using HTTP
  • Or, host your app as HTTPS and make your calls to the tiled map service using HTTPS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant