amyleew / osrm-frontend

Frontend interface for project OSRM directions
http://amyleew.github.io/osrm-frontend/
1 stars 0 forks source link

Deployed version doesn't work #25

Closed freenerd closed 8 years ago

freenerd commented 9 years ago

Going to https://amyleew.github.io/osrm-frontend/ won't work for me, even after doing window.localStorage.setItem('mapbox_access_token', 'YOUR TOKEN') i get scrambled tiles.

screen shot 2015-07-27 at 11 47 23

/cc @amyleew

amyleew commented 9 years ago

@freenerd - Works properly over http://amyleew.github.io/osrm-frontend/ not https. Can you try that url?

Same as http://map.project-osrm.org/ and http://project-osrm.org/osrm-frontend-v2/. Does this need to be https??

freenerd commented 8 years ago

@amyleew it would be great if both would work with https (this prevents some attacks on our users). For this to work, all external resources need to be loaded via https as well. Could you change the leaflet files from http to https?

They are here:

Also, why is there map.html and index.html? They look redundant.

amyleew commented 8 years ago

@freenerd Updated https change, should be working fine. Also deleted map.html