You are here

openlayers.services.yml in Openlayers 8.4

Same filename and directory in other branches
  1. 7.3 openlayers.services.yml

File

openlayers.services.yml
View source
  1. services:
  2. openlayers.service:
  3. class: Drupal\openlayers\OpenlayersService
  4. arguments: ['@current_user', '@openlayers.geophp', '@module_handler', '@link_generator']
  5. openlayers.geophp:
  6. class: Drupal\openlayers\GeoPHP\GeoPHPWrapper
  7. plugin.manager.openlayers.style:
  8. class: Drupal\openlayers\StylePluginManager
  9. parent: default_plugin_manager
  10. plugin.manager.openlayers.control:
  11. class: Drupal\openlayers\ControlPluginManager
  12. parent: default_plugin_manager
  13. plugin.manager.openlayers.interaction:
  14. class: Drupal\openlayers\InteractionPluginManager
  15. parent: default_plugin_manager