consolidate php

This commit is contained in:
2025-12-09 00:20:32 +00:00
parent a7b6c529a9
commit eba6536050
44 changed files with 3458 additions and 4911 deletions

View File

@@ -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);