Esri / bootstrap-map-js

A light-weight JS/CSS extension for building awesome mapping apps with Bootstrap and ArcGIS.
http://esri.github.io/bootstrap-map-js/demo/index.html
Apache License 2.0
365 stars 392 forks source link

JQuery getting started steps not working #158

Closed doneill closed 7 years ago

doneill commented 7 years ago

When in the JQuery Getting started section, step 2 & 3 do not work.

Steps to reproduce:

step-1

Works as expected with Dojo

cc @alaframboise

mchepurnoy commented 7 years ago

It's because of mixed content error. Works fine over http. image

doneill commented 7 years ago

@mchepurnoy Good catch, works for me under HTTP.

doneill commented 7 years ago

Verified it works with HTTPS as well with fix from #159