Changed query to join. Changed url again

This commit is contained in:
Andreas Kristiansen
2025-12-27 11:06:51 +01:00
parent f5230d848c
commit e7543345ac
2 changed files with 2 additions and 4 deletions

View File

@@ -284,7 +284,7 @@ function initMap() {
if (dxcc && supportedDxccs.includes(parseInt(dxcc))) {
// Single country GeoJSON
$.ajax({
url: site_url + "/map/get_country_geojson/",
url: base_url + "index.php/map/get_country_geojson/",
type: 'post',
data: { dxcc: dxcc },
success: function(geojson) {