Delete not needed ajax stuff and debug output
这个提交包含在:
父节点
ea6e7f20f6
当前提交
9846a19617
共有 2 个文件被更改,包括 16 次插入 和 25 次删除
|
|
@ -589,11 +589,6 @@ function showActivatorsMap(call, count, grids) {
|
||||||
|
|
||||||
let re = /,/g;
|
let re = /,/g;
|
||||||
grids = grids.replace(re, ', ');
|
grids = grids.replace(re, ', ');
|
||||||
$.ajax({
|
|
||||||
url: base_url+'index.php/qrbcalc/calculate',
|
|
||||||
type: 'post',
|
|
||||||
data: {'grids': "test"},
|
|
||||||
success: function (html) {
|
|
||||||
|
|
||||||
var result = "Callsign: "+call+"<br />";
|
var result = "Callsign: "+call+"<br />";
|
||||||
result += "Count: "+count+"<br/>";
|
result += "Count: "+count+"<br/>";
|
||||||
|
|
@ -619,9 +614,6 @@ function showActivatorsMap(call, count, grids) {
|
||||||
var osm = new L.TileLayer(osmUrl, {minZoom: 1, maxZoom: 9, attribution: osmAttrib});
|
var osm = new L.TileLayer(osmUrl, {minZoom: 1, maxZoom: 9, attribution: osmAttrib});
|
||||||
|
|
||||||
map.addLayer(osm);
|
map.addLayer(osm);
|
||||||
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// This displays the dialog with the form and it's where the resulttable is displayed
|
// This displays the dialog with the form and it's where the resulttable is displayed
|
||||||
|
|
|
||||||
|
|
@ -65,7 +65,6 @@ L.MaidenheadActivators = L.LayerGroup.extend({
|
||||||
if(grid_four.includes(this._getLocator(lon,lat,map))) {
|
if(grid_four.includes(this._getLocator(lon,lat,map))) {
|
||||||
this.addLayer(L.rectangle(bounds, {className: 'grid-rectangle grid-confirmed', color: 'rgba(144,238,144, 0.6)', weight: 1, fillOpacity: 1, fill:true, interactive: false}));
|
this.addLayer(L.rectangle(bounds, {className: 'grid-rectangle grid-confirmed', color: 'rgba(144,238,144, 0.6)', weight: 1, fillOpacity: 1, fill:true, interactive: false}));
|
||||||
}
|
}
|
||||||
console.log('Zoom: '+zoom);
|
|
||||||
|
|
||||||
if (zoom < 2 || zoom > 4) {
|
if (zoom < 2 || zoom > 4) {
|
||||||
this.addLayer(this._getLabel(lon+unit-(unit/lcor),lat+(unit/2)+(unit/lcor*c), map));
|
this.addLayer(this._getLabel(lon+unit-(unit/lcor),lat+(unit/2)+(unit/lcor*c), map));
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用