consolidate php
This commit is contained in:
@@ -888,7 +888,7 @@ var geoJSONcounties = L.geoJSON(false, {
|
||||
|
||||
|
||||
//var countiesjson = 'rlxtest.json'
|
||||
var countiesjson = 'https://wx.stoat.org/ver.php'
|
||||
var countiesjson = 'https://wx.stoat.org/main.php?service=ver'
|
||||
|
||||
|
||||
|
||||
@@ -1270,7 +1270,7 @@ var geoJSONwwa1 = L.geoJSON(false, {
|
||||
}).addTo(mymap);
|
||||
|
||||
|
||||
$.getJSON('https://wx.stoat.org/ver.php', function(data) {
|
||||
$.getJSON('https://wx.stoat.org/main.php?service=verp', function(data) {
|
||||
var geojsonFeature = data;
|
||||
geoJSONwwa1.addData(geojsonFeature);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user