HEX
Server: nginx/1.22.1
System: Linux VM-16-9-centos 3.10.0-1160.99.1.el7.x86_64 #1 SMP Wed Sep 13 14:19:20 UTC 2023 x86_64
User: www (1001)
PHP: 7.3.31
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,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_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: //www/server/phpmyadmin/phpmyadmin_adbe6840229e67e3/js/dist/ol.js
"use strict";

Object.defineProperty(exports, "__esModule", {
  value: true
});
exports.default = void 0;
var _control = require("ol/control.js");
var _coordinate = require("ol/coordinate.js");
var _extent = require("ol/extent.js");
var _geom = require("ol/geom.js");
var _layer = require("ol/layer.js");
var _proj = require("ol/proj.js");
var _source = require("ol/source.js");
var _style = require("ol/style.js");
var _ol = require("ol");
const ol = {
  control: {
    Attribution: _control.Attribution,
    MousePosition: _control.MousePosition,
    Zoom: _control.Zoom
  },
  coordinate: {
    createStringXY: _coordinate.createStringXY
  },
  extent: {
    boundingExtent: _extent.boundingExtent
  },
  geom: {
    LineString: _geom.LineString,
    LinearRing: _geom.LinearRing,
    MultiLineString: _geom.MultiLineString,
    MultiPoint: _geom.MultiPoint,
    MultiPolygon: _geom.MultiPolygon,
    Point: _geom.Point,
    Polygon: _geom.Polygon
  },
  layer: {
    Tile: _layer.Tile,
    Vector: _layer.Vector
  },
  proj: {
    fromLonLat: _proj.fromLonLat,
    get: _proj.get,
    transformExtent: _proj.transformExtent
  },
  source: {
    OSM: _source.OSM,
    Vector: _source.Vector
  },
  style: {
    Circle: _style.Circle,
    Fill: _style.Fill,
    Stroke: _style.Stroke,
    Style: _style.Style,
    Text: _style.Text
  },
  Feature: _ol.Feature,
  Map: _ol.Map,
  View: _ol.View
};
var _default = ol;
exports.default = _default;