Saya menggunakan peta OpenLayers dengan menggunakan JavaScript yang di-host:
<script src="http://openlayers.org/api/2.13.1/OpenLayers.js"></script>
Tetapi klien saya telah menginstal SSL dan ketika saya mencoba menjalankan halaman peta saya itu menunjukkan:
(2)[blocked] The page at https://domain.com/rwd/ ran insecure content
from http://openlayers.org/api/2.13.1/OpenLayers.js.
Jadi saya mencoba https satu dan ternyata openlayers tidak memilikinya
https://openlayers.org/api/2.13.1/OpenLayers.js
Kemudian saya mengunduh Openstreet js dan di-host di server klien, tetapi kemudian semua gaya dan gambar terkait hilang. Meskipun tidak menunjukkan peta, pada dasarnya banyak peringatan muncul di konsol dan saya khawatir ini akan ditolak di play store atau lebih. Saya sedang mengembangkan aplikasi hybrid yang berjalan di server juga.
Peringatan sekarang :
The page at https://domain.com/rwd/#/customer-plot/234 displayed insecure content from http://b.tile.openstreetmap.org/14/8743/5624.png.
The page at https://domain.com/rwd/#/customer-plot/234 displayed insecure content from http://b.tile.openstreetmap.org/14/8742/5624.png.
The page at https://domain.com/rwd/#/customer-plot/234 displayed insecure content from http://c.tile.openstreetmap.org/14/8743/5623.png.
The page at https://domain.com/rwd/#/customer-plot/234 displayed insecure content from http://b.tile.openstreetmap.org/14/8743/5625.png.
The page at https://domain.com/rwd/#/customer-plot/234 displayed insecure content from http://c.tile.openstreetmap.org/14/8744/5624.png.
The page at https://domain.com/rwd/#/customer-plot/234 displayed insecure content from http://a.tile.openstreetmap.org/14/8742/5623.png.
The page at https://domain.com/rwd/#/customer-plot/234 displayed insecure content from http://c.tile.openstreetmap.org/14/8742/5625.png.
The page at https://domain.com/rwd/#/customer-plot/234 displayed insecure content from http://a.tile.openstreetmap.org/14/8744/5623.png.
The page at https://domain.com/rwd/#/customer-plot/234 displayed insecure content from http://a.tile.openstreetmap.org/14/8744/5625.png.
The page at https://domain.com/rwd/#/customer-plot/234 displayed insecure content from http://a.tile.openstreetmap.org/14/8743/5622.png.
The page at https://domain.com/rwd/#/customer-plot/234 displayed insecure content from http://c.tile.openstreetmap.org/14/8742/5622.png.
The page at https://domain.com/rwd/#/customer-plot/234 displayed insecure content from http://c.tile.openstreetmap.org/14/8745/5624.png.
The page at https://domain.com/rwd/#/customer-plot/234 displayed insecure content from http://b.tile.openstreetmap.org/14/8744/5622.png.
The page at https://domain.com/rwd/#/customer-plot/234 displayed insecure content from http://b.tile.openstreetmap.org/14/8745/5623.png.
The page at https://domain.com/rwd/#/customer-plot/234 displayed insecure content from http://c.tile.openstreetmap.org/14/8745/5625.png.
The page at https://domain.com/rwd/#/customer-plot/234 displayed insecure content from http://c.tile.openstreetmap.org/14/8745/5622.png.
GET https://domain.com/rwd/js/lib/theme/default/style.css 404 (Not Found)
/*This the corresponding stylesheet that is loaded via Openstreet.js*/
Saya mencoba dengan cdn dengan SSL dan masalah yang masih sama:
https://cdnjs.cloudflare.com/ajax/libs/openlayers/2.11/OpenLayers.js
Saya mengunduh seluruh repo GitHub untuk Openstreet berpikir ini akan menyelesaikan masalah gambar dan CSS.
https://github.com/openlayers/openlayers
Sementara hal di atas menyelesaikan masalah CSS , peta ditunjukkan dengan memuat gambar dari situs eksternal lain tile.openstreet.com
. Sepertinya saya harus menggali openstreet js juga .. :( ..
Penting : Saya menggunakan backbone.js.
Catatan : Saya telah melalui OpenLayers 2.12 dan http otentikasi dasar dan itu tidak membantu saya. Saya tidak punya kendali atas konfigurasi server. Saya hanya memiliki akses ke folder di mana saya perlu mengatur situs web dan semua yang lain berfungsi dengan baik, tetapi SSL ini merepotkan.
Mengubah alamat situs web asli untuk menghindari tautannya Google.