farmOS/modules/farm/farm_map
Michael Stenta e9e48590b5 Mapbox module: add Mapbox API key to farm map settings form and add the Mapbox Satellite layer to maps. 2020-02-10 14:27:49 -05:00
..
css Set the height of farmOS maps to 400px. 2020-02-10 14:27:49 -05:00
farm_map_geofield Add Geocoder integration. 2020-02-10 14:27:49 -05:00
farm_map_google Refactor Google Maps integration to use a farmOS-map behavior. 2020-02-10 14:27:49 -05:00
farm_map_kml Allow other modules to help extract geometries from entities via hook_farm_map_entity_geometries(). 2018-05-30 15:30:19 -04:00
farm_map_mapbox Mapbox module: add Mapbox API key to farm map settings form and add the Mapbox Satellite layer to maps. 2020-02-10 14:27:49 -05:00
js Add the measure behavior to WKT layers. 2020-02-10 14:27:49 -05:00
src/Plugin/Control/OLGeocoder Update custom OLGeocoder control plugin to use BaseInterface instead of ObjectInterface. 2018-10-31 08:53:55 -04:00
farm_map.api.php Add new hooks for defining farmOS map behaviors in Drupal, and a farm_map_add_behavior() function for adding them. 2020-02-10 14:27:49 -05:00
farm_map.default_openlayers_components.inc Use ol4 branch of mstenta/openlayers to fix ZoomToSource Components. See https://www.drupal.org/node/2911611. 2017-09-25 17:19:29 -04:00
farm_map.default_openlayers_controls.inc Issue #2999087: Map address lookup 2018-09-12 20:58:53 -04:00
farm_map.default_openlayers_interactions.inc Move to modules/farm/farm_map in preparation for #2876992. 2017-05-26 09:58:14 -04:00
farm_map.default_openlayers_layers.inc Remove default base layer setting (defer to farmOS-map layer memory). 2020-02-10 14:27:49 -05:00
farm_map.default_openlayers_maps.inc Add address geocoder widget to other maps: geofield formatter, areas, assets. 2018-10-10 13:49:56 -04:00
farm_map.default_openlayers_sources.inc Issue #2884947: Add a shortcut configuration form for Google Maps API key 2017-09-04 13:38:18 -04:00
farm_map.default_openlayers_styles.inc Fix custom InlineJS styles. See https://www.drupal.org/node/2911566. 2017-09-25 17:19:15 -04:00
farm_map.farm_map.inc If #edit is TRUE on a map element, enable the edit behavior. 2020-02-10 14:27:49 -05:00
farm_map.features.field_base.inc Move to modules/farm/farm_map in preparation for #2876992. 2017-05-26 09:58:14 -04:00
farm_map.features.inc Move to modules/farm/farm_map in preparation for #2876992. 2017-05-26 09:58:14 -04:00
farm_map.geo.inc Make farm_map_set_bcscale() capable of maintaining scale even when it is used in nested functions without resetting prematurely. 2020-01-30 13:48:44 -05:00
farm_map.info Pass system of measurement into farmOS-map. 2020-02-10 14:27:49 -05:00
farm_map.install Mapbox module: add Mapbox API key to farm map settings form and add the Mapbox Satellite layer to maps. 2020-02-10 14:27:49 -05:00
farm_map.module Refactor Google Maps integration to use a farmOS-map behavior. 2020-02-10 14:27:49 -05:00