React-map-gl: Use HTTPS on interactive docs

Created on 4 May 2016  路  5Comments  路  Source: visgl/react-map-gl

There are mixed content errors in Interactive docs, because of HTTP AJAX calls on tiles providers.

Mixed Content: The page at 'https://uber.github.io/react-map-gl/#/' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://tile.stamen.com/toner/12/656/1582.png'. This request has been blocked; the content must be served over HTTPS.

bug

All 5 comments

Yes -- means the examples don't work. Really great docs & examples otherwise!

image

This is still the case. When you are on https://uber.github.io/react-map-gl/, not http://uber.github.io/react-map-gl/, the tiles from stamen.com do not load. At the moment README.md points to the https version on line 12, which results a lot of confusion to newcomers.

Looks like something is also wrong with the SSL cert for Stamen maps:
https://tile.stamen.com/toner/12/653/1582.png

stamen maps privacy error

How about just switching the demo map style to something more reliable?

The url i think can change to //tile.stamen.com/toner/z/x/y.png

+1 haven't been able to try the maps

Resolved

Was this page helpful?
0 / 5 - 0 ratings

Related issues

yangshun picture yangshun  路  4Comments

Majaspic picture Majaspic  路  4Comments

liang3404814 picture liang3404814  路  3Comments

sicksid picture sicksid  路  3Comments

huaying picture huaying  路  5Comments