3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00
Commit graph

25 commits

Author SHA1 Message Date
Michael Stenta
18ec6180f9 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
Michael Stenta
7361a17490 Allow other modules to perform logic when a map is rendered via hook_farm_map_view(). 2020-02-10 14:27:49 -05:00
Michael Stenta
fbda7e5d97 Render new farmOS-map element in farm_map_build(). 2020-02-10 14:27:49 -05:00
Michael Stenta
6bc7e9f22e Add new farm_map element type with theme function that renders a farmOS-map. 2020-02-10 14:27:49 -05:00
Michael Stenta
2bce9efc87 Implement hook_libraries_info() in farm_map.module to integrate farmOS-map library. 2020-02-10 14:27:49 -05:00
Michael Stenta
2bd13f2e0e Rename farm_map_geofield_geometry_combine() to farm_map_combine_geoms(). 2019-12-31 11:40:38 -05:00
Michael Stenta
11c02e2ab8 Move farm_map geometry functions to an include file. 2019-12-31 11:40:38 -05:00
Michael Stenta
443535e710 Load GeoPHP in farm_map_polygon_area(). 2019-12-31 11:40:38 -05:00
Michael Stenta
8ecff7de26 Add the Google Maps API key to /farm.json. 2019-08-12 21:19:25 -04:00
Michael Stenta
72334e1991 Refactor other modules to use high-level access rules instead of explicit roles. 2018-12-27 10:42:37 -05:00
Michael Stenta
3e03174c61 Create an internal machine name for farm access roles. 2018-12-27 10:42:37 -05:00
Michael Stenta
91cb17bb7f Allow other modules to help extract geometries from entities via hook_farm_map_entity_geometries(). 2018-05-30 15:30:19 -04:00
Michael Stenta
2ff620e49e Make a dedicated function for combining geometries. 2018-05-30 13:59:51 -04:00
Michael Stenta
823a886ea9 Change all links to farmOS.org to https. 2018-05-05 22:56:47 -04:00
Michael Stenta
0c80fc3787 Fix geometry issue when moving an asset to multiple areas. 2018-04-23 17:00:55 -04:00
drupalgin
0e5a226627 Issue #2950316 by drupalgin: Fixed coding standards 2018-04-07 12:40:16 -04:00
Michael Stenta
4e20f1c843 Add the ability to wrap the map in a collapsible fieldset. 2018-02-26 21:27:22 -05:00
Michael Stenta
1006a3054b Add a farm_map_build() function, for building farm maps. 2018-02-26 21:27:22 -05:00
Michael Stenta
e14a748d53 Issue #2929661: Fatal error reducing multiple GeometryCollections 2017-12-09 16:16:46 -05:00
Michael Stenta
e760284e6c Minor comment fix. 2017-09-25 17:20:43 -04:00
Michael Stenta
04ced2c76b Ensure that the "base layers" group is always at the bottom of farm map layers. 2017-09-25 09:32:44 -04:00
Michael Stenta
e73996df18 Small grammatical fix. 2017-09-04 13:50:15 -04:00
Michael Stenta
c207e3ee2f Issue #2884947: Add a shortcut configuration form for Google Maps API key 2017-09-04 13:38:18 -04:00
Michael Stenta
076b190e37 Issue #2772955: Add configuration for default map base layer 2017-09-04 13:06:12 -04:00
Michael Stenta
cd773d4efb Move to modules/farm/farm_map in preparation for #2876992. 2017-05-26 09:58:14 -04:00
Renamed from farm_map.module (Browse further)