Use https for epsg.io
This commit is contained in:
@@ -63,7 +63,7 @@ function setProjection(code, name, proj4def, bbox) {
|
||||
|
||||
function search(query) {
|
||||
resultSpan.innerHTML = 'Searching ...';
|
||||
fetch('http://epsg.io/?format=json&q=' + query).then(function(response) {
|
||||
fetch('https://epsg.io/?format=json&q=' + query).then(function(response) {
|
||||
return response.json();
|
||||
}).then(function(json) {
|
||||
var results = json['results'];
|
||||
|
||||
Reference in New Issue
Block a user