Server IP : 15.235.198.142 / Your IP : 216.73.216.154 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ballsack 6.8.0-45-generic #45-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 30 12:02:04 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /usr/share/phpmyadmin/js/dist/ |
Upload File : |
"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;