HEX
Server: LiteSpeed
System: Linux houston.panomity.com 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64
User: nudepix (1011)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /home/panomity.de/panomity.com/wp-content/plugins/osm/osm-config.php
<?php
// replace >True< with >False< if you want to disable it
define ("OSM_enable_Ajax", True);

// change them for shortcode generatgor & geotagger
// to your location
define ("OSM_default_lat",  apply_filters('get_osm_default_lat', get_option("osm_default_lat",43.758629))); 
define ("OSM_default_lon",  apply_filters('get_osm_default_lon', get_option("osm_default_lon",6.924225)));
define ("OSM_default_zoom", apply_filters('get_osm_default_zoom', get_option("osm_default_zoom",11)));


// SERVER_EMBEDDED   ... loaded by the plugin for each map (default)
// SERVER_WP_ENQUEUE ... registered and loaded by WordPress
define ("Osm_LoadLibraryMode", SERVER_EMBEDDED); 
// OpenStreetMap scripts and tiles
//define ("Osm_OSM_LibraryLocation", 'http://www.openstreetmap.org/openlayers/OpenStreetMap.js');
define ("Osm_OSM_LibraryLocation", OSM_PLUGIN_URL.'js/OSM/openlayers/OpenStreetMap.js');

  define ("Osm_Mapnik_Tiles_a", 'https://a.tile.openstreetmap.org');
  define ("Osm_Mapnik_Tiles_b", 'https://b.tile.openstreetmap.org');
  define ("Osm_Mapnik_Tiles_c", 'https://c.tile.openstreetmap.org');

  define ("Osm_OCM_Tiles_a", 'https://a.tile.opencyclemap.org/cycle');
  define ("Osm_OCM_Tiles_b", 'https://b.tile.opencyclemap.org/cycle');
  define ("Osm_OCM_Tiles_c", 'https://c.tile.opencyclemap.org/cycle');

// BaseMap (Austria)
  define ("Osm_BaseMap_Tiles", 'https://maps.wien.gv.at/basemap/geolandbasemap/');
 
//  thunderforest maps
define ("Osm_thunderforest_Landscape_Tiles", 'https://{a-c}.tile.thunderforest.com/landscape/{z}/{x}/{y}.png');
define ("Osm_thunderforest_Outdoor_Tiles", 'https://{a-c}.tile.thunderforest.com/outdoors/{z}/{x}/{y}.png');
define ("Osm_thunderforest_Spinal_Tiles", 'https://{a-c}.tile.thunderforest.com/spinal-map/{z}/{x}/{y}.png');
define ("Osm_thunderforest_Pioneer_Tiles", 'https://{a-c}.tile.thunderforest.com/pioneer/{z}/{x}/{y}.png');
define ("Osm_thunderforest_Cycle_Tiles", 'https://{a-c}.tile.thunderforest.com/cycle/{z}/{x}/{y}.png');
  
// OpenSeaMap
//define ("Osm_OpenSeaMap_Tiles", 'https://tiles.openseamap.org/seamark/{z}/{x}/{y}.png');  
define ("Osm_OpenSeaMap_Tiles", 'https://t1.openseamap.org/seamark/{z}/{x}/{y}.png');

// OpenTopoMap
define ("Osm_OpenTopoMap_Tiles", 'https://{a-c}.tile.opentopomap.org/{z}/{x}/{y}.png'); 

  


// Stamen
  define ("Osm_Stamen_Tiles_a", 'https://a.tile.stamen.com/');
  define ("Osm_Stamen_Tiles_b", 'https://b.tile.stamen.com/');
  define ("Osm_Stamen_Tiles_c", 'https://c.tile.stamen.com/');
// OpenLayers scripts
define ("Osm_OL_LibraryPath", OSM_PLUGIN_URL.'js/OL/2.13.1/');
define ("Osm_OL_LibraryLocation", OSM_PLUGIN_URL."js/OL/2.13.1/OpenLayers.js?ver=2.13.1");

define ("Osm_OL_3_LibraryLocation", OSM_PLUGIN_URL."js/OL/7.1.0/ol.js?ver=7.1.0");
define ("Osm_OL_3_CSS", OSM_PLUGIN_URL."js/OL/7.1.0/ol.css?ver=7.1.0");
define ("Osm_map_CSS", OSM_PLUGIN_URL."css/osm_map.css?ver=1.0.0");
define ("Osm_OL_3_Ext_LibraryLocation", OSM_PLUGIN_URL."js/osm-v3-plugin-lib.js?ver=1.0.0");
define ("Osm_OL_3_MetaboxEvents_LibraryLocation", OSM_PLUGIN_URL."js/osm-metabox-events.js?ver=1.0.0");
define ("Osm_OL_3_Metabox_LibraryLocation", OSM_PLUGIN_URL."js/osm-metabox.js?ver=1.0.0");

define ("Osm_OL_3_Ext_CSS", OSM_PLUGIN_URL."css/osm_map_v3.css?ver=1.0.0");

// OpenSeaMap scripts
define ("Osm_harbours_LibraryLocation", OSM_PLUGIN_URL.'js/OSeaM/harbours.js');
define ("Osm_map_utils_LibraryLocation", OSM_PLUGIN_URL.'js/OSeaM/map_utils.js');
define ("Osm_utilities_LibraryLocation", OSM_PLUGIN_URL.'js/OSeaM/utilities.js');
// OpenWeather scripts
define ("Osm_openweather_LibraryLocation", 'https://openweathermap.org/js/OWM.OpenLayers.1.3.8.js');

//Startup multiple maps on one 
define ("Osm_map_startup_LibraryLocation", OSM_PLUGIN_URL.'js/osm-startup-lib.js');


?>