openlayers-8.x-4.x-dev/openlayers.libraries.yml

openlayers.libraries.yml
openlayers-drupal:
    version: VERSION
    js:
      js/openlayers.pluginManager.js: {preprocess: false}
      js/openlayers.behaviors.js: {preprocess: false}
      js/openlayers.js: {preprocess: false}
    dependencies:
      - core/jquery
      - core/once

openlayers-widget:
  version: VERSION
  js:
#    js/ol-ext-subset.js: {preprocess: false}
    js/widget.js: {preprocess: false}
  dependencies:
    - openlayers/openlayers-drupal
  css:
    component:
      css/widget.css: {preprocess: false}
#      css/ol-ext-subset.css: {preprocess: false}

openlayers-debug:
    version: VERSION
    js:
      js/openlayers-debug.js: {preprocess: false}
      js/openlayers-console.js: {preprocess: false}
    dependencies:
      - openlayers/openlayers-drupal

admin:
  version: VERSION
  css:
    theme:
      css/openlayers.admin.css: {}

openlayers-cdn-7.2.2:
  js:
    https://cdn.jsdelivr.net/npm/ol@v7.2.2/dist/ol.js: { type: external, minified: true }
  css:
    component:
      https://cdn.jsdelivr.net/npm/ol@v7.2.2/ol.css: { type: external, minified: true }

openlayers-cdn-7.3.0:
  js:
    https://cdn.jsdelivr.net/npm/ol@v7.3.0/dist/ol.js: { type: external, minified: true }
  css:
    component:
      https://cdn.jsdelivr.net/npm/ol@v7.3.0/ol.css: { type: external, minified: true }
      
openlayers-cdn-8.2.0:
  js:
    https://cdn.jsdelivr.net/npm/ol@v8.2.0/dist/ol.js: { type: external, minified: true }
  css:
    component:
      https://cdn.jsdelivr.net/npm/ol@v8.2.0/ol.css: { type: external, minified: true }

############# Plugin librries ############################################

#   MAPS
openlayers-plugin-map-olmap:
  js:
    src/Plugin/Map/OLMap/js/olmap.js: {preprocess: false}

#   LAYERS
openlayers-plugin-layer-graticule:
  js:
    src/Plugin/Layer/Graticule/js/graticule.js: {preprocess: false}

openlayers-plugin-layer-group:
  js:
    src/Plugin/Layer/Group/js/group.js: {preprocess: false}

openlayers-plugin-layer-heatmap:
  js:
    src/Plugin/Layer/Heatmap/js/heatmap.js: {preprocess: false}

openlayers-plugin-layer-image:
  js:
    src/Plugin/Layer/Image/js/image.js: {preprocess: false}

openlayers-plugin-layer-inlinejs:
  js:
    src/Plugin/Layer/InlineJS/js/inlinejs.js: {preprocess: false}

openlayers-plugin-layer-tile:
  js:
    src/Plugin/Layer/Tile/js/tile.js: {preprocess: false}

openlayers-plugin-layer-vector:
  js:
    src/Plugin/Layer/Vector/js/vector.js: {preprocess: false}

#   SOURCES
openlayers-plugin-source-osm:
  js:
    src/Plugin/Source/OSM/js/osm.js: {preprocess: false}

openlayers-plugin-source-vector:
  js:
    src/Plugin/Source/Vector/js/vector.js: {preprocess: false}

#   CONTROLS
openlayers-plugin-control-attribution:
  js:
    src/Plugin/Control/Attribution/js/attribution.js: {preprocess: false}

openlayers-plugin-control-fullscreen:
  js:
    src/Plugin/Control/FullScreen/js/fullscreen.js: {preprocess: false}

openlayers-plugin-control-inlinejs:
  js:
    src/Plugin/Control/InlineJS/js/inlinejs.js: {preprocess: false}
    
openlayers-plugin-control-layerswitcher:
  js:
    src/Plugin/Control/LayerSwitcher/js/layerswitcher.js: {preprocess: false}

openlayers-plugin-control-mouseposition:
  js:
    src/Plugin/Control/MousePosition/js/mouseposition.js: {preprocess: false}

openlayers-plugin-control-overviewmap:
  js:
    src/Plugin/Control/OverviewMap/js/overviewmap.js: {preprocess: false}

openlayers-plugin-control-rotate:
  js:
    src/Plugin/Control/Rotate/js/rotate.js: {preprocess: false}

openlayers-plugin-control-scaleline:
  js:
    src/Plugin/Control/ScaleLine/js/scaleline.js: {preprocess: false}

openlayers-plugin-control-zoom:
  js:
    src/Plugin/Control/Zoom/js/zoom.js: {preprocess: false}

openlayers-plugin-control-zoomslider:
  js:
    src/Plugin/Control/ZoomSlider/js/zoomslider.js: {preprocess: false}

openlayers-plugin-control-zoomtoextent:
  js:
    src/Plugin/Control/ZoomToExtent/js/zoomtoextent.js: {preprocess: false}

#   INTERACTIONS
openlayers-plugin-interaction-doubleclickzoom:
  js:
    src/Plugin/Interaction/DoubleClickZoom/js/doubleclickzoom.js: {preprocess: false}

openlayers-plugin-interaction-draganddrop:
  js:
    src/Plugin/Interaction/DragAndDrop/js/draganddrop.js: {preprocess: false}

openlayers-plugin-interaction-dragbox:
  js:
    src/Plugin/Interaction/Dragbox/js/dragbox.js: {preprocess: false}

openlayers-plugin-interaction-dragpan:
  js:
    src/Plugin/Interaction/DragPan/js/dragpan.js: {preprocess: false}

openlayers-plugin-interaction-dragrotate:
  js:
    src/Plugin/Interaction/DragRotate/js/dragrotate.js: {preprocess: false}

openlayers-plugin-interaction-dragrotateandzoom:
  js:
    src/Plugin/Interaction/DragRotateAndZoom/js/dragrotateandzoom.js: {preprocess: false}

openlayers-plugin-interaction-dragzoom:
  js:
    src/Plugin/Interaction/DragZoom/js/dragzoom.js: {preprocess: false}

openlayers-plugin-interaction-draw:
  js:
    src/Plugin/Interaction/Draw/js/draw.js: {preprocess: false}

openlayers-plugin-interaction-inlinejs:
  js:
    src/Plugin/Interaction/InlineJS/js/inlinejs.js: {preprocess: false}

openlayers-plugin-interaction-keyboardpan:
  js:
    src/Plugin/Interaction/KeyboardPan/js/keyboardpan.js: {preprocess: false}

openlayers-plugin-interaction-keyboardzoom:
  js:
    src/Plugin/Interaction/KeyboardZoom/js/keyboardzoom.js: {preprocess: false}

openlayers-plugin-interaction-modify:
  js:
    src/Plugin/Interaction/Modify/js/modify.js: {preprocess: false}

openlayers-plugin-interaction-mousewheelzoom:
  js:
    src/Plugin/Interaction/MouseWheelZoom/js/mousewheelzoom.js: {preprocess: false}

openlayers-plugin-interaction-pinchrotate:
  js:
    src/Plugin/Interaction/PinchRotate/js/pinchrotate.js: {preprocess: false}

openlayers-plugin-interaction-pinchzoom:
  js:
    src/Plugin/Interaction/PinchZoom/js/pinchzoom.js: {preprocess: false}

openlayers-plugin-interaction-pointer:
  js:
    src/Plugin/Interaction/Pointer/js/pointer.js: {preprocess: false}

openlayers-plugin-interaction-select:
  js:
    src/Plugin/Interaction/Select/js/select.js: {preprocess: false}

openlayers-plugin-interaction-snap:
  js:
    src/Plugin/Interaction/Snap/js/snap.js: {preprocess: false}

openlayers-plugin-interaction-translate:
  js:
    src/Plugin/Interaction/Translate/js/translate.js: {preprocess: false}

#   COMPONENTS
openlayers-plugin-component-autopopup:
  js:
    src/Plugin/Component/Autopopup/js/autopopup.js: {preprocess: false}
    
openlayers-plugin-component-bootstrapjsalert:
  js:
    src/Plugin/Component/BootstrapjsAlert/js/bootstrapjsAlert.js: {preprocess: false}

openlayers-plugin-component-bootstrapjspopup:
  js:
    src/Plugin/Component/BootstrapjsPopup/js/bootstrapjsPopup.js: {preprocess: false}

#openlayers-plugin-component-debug:
#  js:
#    src/Plugin/Component/Debug/js/debug.js: {preprocess: false}

openlayers-plugin-component-graticule:
  js:
    src/Plugin/Component/Graticule/js/graticule.js: {preprocess: false}

openlayers-plugin-component-inlinejs:
  js:
    src/Plugin/Component/InlineJS/js/inlineJS.js: {preprocess: false}

openlayers-plugin-component-lazyprocessing:
  js:
    src/Plugin/Component/LazyProcessing/js/lazyProcessing.js: {preprocess: false}
    
openlayers-plugin-component-popup:
  js:
    src/Plugin/Component/Popup/js/popup.js: {preprocess: false}

openlayers-plugin-component-setvalues:
  js:
    src/Plugin/Component/SetValues/js/setValues.js: {preprocess: false}

openlayers-plugin-component-tooltip:
  js:
    src/Plugin/Component/Tooltip/js/tooltip.js: {preprocess: false}

openlayers-plugin-component-zoomtosource:
  js:
    src/Plugin/Component/ZoomToSource/js/zoomToSource.js: {preprocess: false}

#   STYLES
openlayers-plugin-style-circle:
  js:
    src/Plugin/Style/Circle/js/circle.js: {preprocess: false}

openlayers-plugin-style-cluster:
  js:
    src/Plugin/Style/Cluster/js/cluster.js: {preprocess: false}

openlayers-plugin-style-icon:
  js:
    src/Plugin/Style/Icon/js/icon.js: {preprocess: false}

openlayers-plugin-style-inlinejs:
  js:
    src/Plugin/Style/InlineJS/js/inlineJS.js: {preprocess: false}

openlayers-plugin-style-invisible:
  js:
    src/Plugin/Style/Invisible/js/invisible.js: {preprocess: false}

openlayers-plugin-style-regularshape:
  js:
    src/Plugin/Style/RegularShape/js/regularShape.js: {preprocess: false}

Главная | Обратная связь

drupal hosting | друпал хостинг | it patrol .inc