You are here

Files in Openlayers 7.3

Primary tabs

File namesort descending Location Namespace Description
openlayers_field.info modules/openlayers_field/openlayers_field.info name = Openlayers Field description = Provides an Openlayers field to display a map in your entities. core = 7.x package = "Openlayers" dependencies[] = openlayers dependencies[] = geocoder registry_autoload[] = PSR-4
openlayers_field.install modules/openlayers_field/openlayers_field.install Openlayers field install file.
openlayers_field.module modules/openlayers_field/openlayers_field.module Openlayers field module.
openlayers_geofield.default_openlayers_components.inc modules/openlayers_geofield/includes/openlayers_geofield.default_openlayers_components.inc Default components.
openlayers_geofield.default_openlayers_controls.inc modules/openlayers_geofield/includes/openlayers_geofield.default_openlayers_controls.inc Default controls.
openlayers_geofield.default_openlayers_layers.inc modules/openlayers_geofield/includes/openlayers_geofield.default_openlayers_layers.inc Default layers.
openlayers_geofield.default_openlayers_maps.inc modules/openlayers_geofield/includes/openlayers_geofield.default_openlayers_maps.inc Default maps.
openlayers_geofield.default_openlayers_sources.inc modules/openlayers_geofield/includes/openlayers_geofield.default_openlayers_sources.inc Default sources.
openlayers_geofield.default_openlayers_styles.inc modules/openlayers_geofield/includes/openlayers_geofield.default_openlayers_styles.inc Provide default styles.
openlayers_geofield.info modules/openlayers_geofield/openlayers_geofield.info name = Openlayers Geofield description = Openlayers Geofield integration core = 7.x package = "Openlayers" dependencies[] = openlayers dependencies[] = geofield registry_autoload[] = PSR-4
openlayers_geofield.module modules/openlayers_geofield/openlayers_geofield.module Openlayers Geofield integration.
openlayers_library.info modules/openlayers_library/openlayers_library.info name = Openlayers library description = Provides various plugins that you can reuse. core = 7.x package = "Openlayers" dependencies[] = openlayers dependencies[] = elements registry_autoload[] = PSR-0 registry_autoload[] = PSR-4
openlayers_library.module modules/openlayers_library/openlayers_library.module
openlayers_quicktabs.info modules/openlayers_quicktabs/openlayers_quicktabs.info name = Openlayers Quicktabs description = Openlayers integration with Quicktabs module. core = 7.x package = "Openlayers" dependencies[] = openlayers dependencies[] = quicktabs
openlayers_quicktabs.module modules/openlayers_quicktabs/openlayers_quicktabs.module Openlayers Quicktabs Integration module.
openlayers_services.helpers.inc modules/openlayers_services/openlayers_services.helpers.inc Helper functions
openlayers_services.info modules/openlayers_services/openlayers_services.info name = Openlayers Services description = Allows you to embed any Openlayers map into an iframe. core = 7.x package = "Openlayers" dependencies[] = openlayers dependencies[] = services dependencies[] = services:rest_server dependencies[] =…
openlayers_services.module modules/openlayers_services/openlayers_services.module
openlayers_services.services.inc modules/openlayers_services/openlayers_services.services.inc Provide default endpoint.
openlayers_ui.admin.inc modules/openlayers_ui/includes/openlayers_ui.admin.inc This file holds the functions for the main openlayers Admin settings.
openlayers_ui.default_openlayers_layers.inc modules/openlayers_ui/includes/openlayers_ui.default_openlayers_layers.inc Default layers.
openlayers_ui.default_openlayers_maps.inc modules/openlayers_ui/includes/openlayers_ui.default_openlayers_maps.inc Provide default maps.
openlayers_ui.default_openlayers_sources.inc modules/openlayers_ui/includes/openlayers_ui.default_openlayers_sources.inc Default sources.
openlayers_ui.info modules/openlayers_ui/openlayers_ui.info name = "Openlayers UI" description = "Provides a user interface to manage Openlayers maps." core = "7.x" package = "Openlayers" dependencies[] = "openlayers" configure =…
openlayers_ui.module modules/openlayers_ui/openlayers_ui.module Administrative UI for openlayers.
openlayers_views.default_openlayers_sources.inc modules/openlayers_views/includes/openlayers_views.default_openlayers_sources.inc Default sources from views.
openlayers_views.info modules/openlayers_views/openlayers_views.info name = Openlayers Views description = Openlayers module for Views core = 7.x package = "Openlayers" dependencies[] = views dependencies[] = openlayers dependencies[] = geophp files[] =…
openlayers_views.module modules/openlayers_views/openlayers_views.module Openlayers views integration.
openlayers_views.views.inc modules/openlayers_views/views/openlayers_views.views.inc This file holds main views functions for the openlayers_views module.
openlayers_views_plugin_display_openlayers.inc modules/openlayers_views/views/openlayers_views_plugin_display_openlayers.inc Display plugin for Openlayers Data
openlayers_views_plugin_map_views.inc modules/openlayers_views/views/openlayers_views_plugin_map_views.inc Style handler that creates a map based on a view.
openlayers_views_plugin_style_source_vector.inc modules/openlayers_views/views/openlayers_views_plugin_style_source_vector.inc Style handler that provides vector features.
OSM.php src/Plugin/Source/OSM/OSM.php Drupal\openlayers\Plugin\Source\OSM Source: OSM.
OverviewMap.php src/Plugin/Control/OverviewMap/OverviewMap.php Drupal\openlayers\Plugin\Control\OverviewMap Control: OverviewMap.
Permalink.php modules/openlayers_library/src/Plugin/Component/Permalink/Permalink.php Drupal\openlayers_library\Plugin\Component\Permalink Component: Permalink.
PinchRotate.php src/Plugin/Interaction/PinchRotate/PinchRotate.php Drupal\openlayers\Plugin\Interaction\PinchRotate Interaction: PinchRotate.
PinchZoom.php src/Plugin/Interaction/PinchZoom/PinchZoom.php Drupal\openlayers\Plugin\Interaction\PinchZoom Interaction: PinchZoom.
Pointer.php src/Plugin/Interaction/Pointer/Pointer.php Drupal\openlayers\Plugin\Interaction\Pointer Interaction: Pointer.
popup.css src/Plugin/Component/Popup/css/popup.css .ol-popup { display: none; position: absolute; background-color: white; -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.2); -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2)); filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2)); padding: 15px; …
Popup.php src/Plugin/Component/Popup/Popup.php Drupal\openlayers\Plugin\Component\Popup Component: Popup.
progressbar.css modules/openlayers_library/src/Plugin/Component/ProgressBar/css/progressbar.css .openlayers-progressbar { position: absolute; bottom: 0; left: 0; height: 2px; background: rgba(0, 60, 136, 0.4); width: 0; transition: width 250ms; }
ProgressBar.php modules/openlayers_library/src/Plugin/Component/ProgressBar/ProgressBar.php Drupal\openlayers_library\Plugin\Component\ProgressBar Component: ProgressBar.
Projection.php src/Types/Projection.php Drupal\openlayers\Types Class Projection.
ProjectionInterface.php src/Types/ProjectionInterface.php Drupal\openlayers\Types Interface ProjectionInterface.
Random.php modules/openlayers_library/src/Plugin/Style/Random/Random.php Drupal\openlayers_library\Plugin\Style\Random Style: Random.
Random.php modules/openlayers_library/src/Plugin/Source/Random/Random.php Drupal\openlayers_library\Plugin\Source\Random Source: Random.
Refresh.php modules/openlayers_library/src/Plugin/Component/Refresh/Refresh.php Drupal\openlayers_library\Plugin\Component\Refresh Component: Refresh.
RegularShape.php src/Plugin/Style/RegularShape/RegularShape.php Drupal\openlayers\Plugin\Style\RegularShape Style: RegularShape.
reset.css modules/openlayers_services/css/reset.css body { margin: 0; padding: 0; }
rotate.css src/Plugin/Control/Rotate/css/rotate.css .openlayers-map .ol-rotate { right: 3em; }

Pages

Other projects