use https for carto
This commit is contained in:
parent
aa645f30d9
commit
62bfa8df3d
3 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
%div#sources_CSS_api_carto
|
||||
%link{:href => "http://leaflet.github.io/Leaflet.draw/leaflet.draw.css", :rel => "stylesheet", :type => "text/css"}
|
||||
%link{:href => "http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css", :rel => "stylesheet", :type => "text/css"}
|
||||
%link{:href => "https://leaflet.github.io/Leaflet.draw/leaflet.draw.css", :rel => "stylesheet", :type => "text/css"}
|
||||
%link{:href => "https://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css", :rel => "stylesheet", :type => "text/css"}
|
||||
%link{:href => "/assets/api_carto/lib/leaflet.photon.css", :rel => "stylesheet", :type => "text/css"}
|
||||
%link{:href => "http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css", :rel => "stylesheet"}
|
||||
%link{:href => "https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css", :rel => "stylesheet"}
|
||||
%link{:href => "https://cdn.rawgit.com/CliffCloud/Leaflet.EasyButton/dd04bbf160aa33c44aa63e8a744b3632c162c340/src/easy-button.css", :rel => "stylesheet"}
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
="var dossier_id =#{@dossier.id}"
|
||||
|
||||
%div#sources_JS_api_carto
|
||||
%script{:src => "http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.js"}
|
||||
%script{:src => "http://leaflet.github.io/Leaflet.draw/leaflet.draw.js"}
|
||||
%script{:src => "https://cdn.leafletjs.com/leaflet-0.7.3/leaflet.js"}
|
||||
%script{:src => "https://leaflet.github.io/Leaflet.draw/leaflet.draw.js"}
|
||||
%script{:src => "https://cdnjs.cloudflare.com/ajax/libs/spin.js/2.0.1/spin.min.js"}
|
||||
%script{:src => "/assets/api_carto/lib/leaflet.spin.js"}
|
||||
%script{:src => "/assets/api_carto/lib//leaflet.photon.js"}
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
="var ref_dossier=#{@dossier.ref_dossier}"
|
||||
|
||||
%div#sources_JS_api_carto_backend
|
||||
%script{:src => "http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.js"}
|
||||
%script{:src => "http://leaflet.github.io/Leaflet.draw/leaflet.draw.js"}
|
||||
%script{:src => "https://cdn.leafletjs.com/leaflet-0.7.3/leaflet.js"}
|
||||
%script{:src => "https://leaflet.github.io/Leaflet.draw/leaflet.draw.js"}
|
||||
%script{:src => "https://cdnjs.cloudflare.com/ajax/libs/spin.js/2.0.1/spin.min.js"}
|
||||
%script{:src => "/assets/api_carto/lib/leaflet.spin.js"}
|
||||
%script{:src => "/assets/api_carto/lib//leaflet.photon.js"}
|
||||
|
|
Loading…
Reference in a new issue