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

175 commits

Author SHA1 Message Date
Michael Stenta 1d0aaeb767 Change "Location" field to "Geometry" and add a description. 2015-09-08 12:14:42 -04:00
Michael Stenta f864c2cc90 Issue #2564365: Autosubmit Views exposed filters+sort 2015-09-07 11:20:07 -04:00
Michael Stenta 201c0d3b92 Revert "Remove hierarchy setting from vocabulary definition."
This reverts commit 0b78d55407.
2015-08-24 15:09:58 -04:00
Michael Stenta 69b5c65f4d Update Areas menu entry to fit in new farm menu. 2015-08-09 12:51:45 -04:00
Michael Stenta e4b5a48932 Change /farm/plan to /farm/dashboard. 2015-08-09 12:51:17 -04:00
Michael Stenta 36f690584d Restore the areas map in /farm/areas. 2015-08-08 12:10:43 -04:00
Michael Stenta 0b78d55407 Remove hierarchy setting from vocabulary definition. 2015-08-07 12:30:56 -04:00
Michael Stenta 7dcd1cae8e Don't include areas without a type in GeoJSON. 2015-08-04 11:55:02 -04:00
Michael Stenta 4356c542b9 Add "Hierarchy (change)" link back to /farm/areas (accidentally removed during Openlayers 3 push). 2015-08-04 11:54:43 -04:00
Michael Stenta 98f7d4af90 Remove 3.x version dependency from info file because it breaks update.php. 2015-08-03 12:51:56 -04:00
Michael Stenta f59013f048 Merge branch 'openlayers3' into 7.x-1.x 2015-07-31 15:44:15 -04:00
Michael Stenta 10cc8d9866 Add pinch zoom interaction for mobile devices. 2015-07-31 15:17:45 -04:00
Michael Stenta 81e6e439a3 Add specific 3.x Openlayers version dependency. 2015-07-31 13:17:21 -04:00
Michael Stenta 7a8ebac6ca Put base layers below area layers. 2015-07-31 13:03:10 -04:00
Michael Stenta f6de269dfa Make layer titles nicer. See https://www.drupal.org/node/2543644 2015-07-31 12:58:29 -04:00
Michael Stenta b5741e6d85 Issue #2543186: Disable fullscreen control until #2542892 is fixed. 2015-07-31 12:21:48 -04:00
Michael Stenta 8f12d65b38 Rename areas layer group. 2015-07-31 12:21:40 -04:00
Michael Stenta 35dd8cac98 Add areas layer to geofield maps. 2015-07-30 23:00:44 -04:00
Michael Stenta ac1895508e Update View export. 2015-07-30 23:00:27 -04:00
Michael Stenta 15c81e4e7a Add a grey stylee to the farm areas layer. 2015-07-30 23:00:12 -04:00
Michael Stenta b07acbae8b Enable auto-pan on the area details popup. 2015-07-30 20:51:25 -04:00
Michael Stenta 22c734d76a Rearrange area type layers so that they overlay sensibly. 2015-07-30 20:51:08 -04:00
Michael Stenta ba10509365 Add progress bar component to farm areas map. 2015-07-30 17:37:45 -04:00
Michael Stenta c0f742b4c9 Add geolocate control to farm areas map. 2015-07-30 17:37:37 -04:00
Michael Stenta 186df7cb07 Reformat area links into an unformatted list. 2015-07-29 17:09:45 -04:00
Michael Stenta d8413e04b0 Use the new layer group provided by Farm Map instead of directly including the Google Hybrid layer. 2015-07-29 17:09:24 -04:00
Michael Stenta 1039824277 Change map height to 500px. 2015-07-29 17:09:00 -04:00
Michael Stenta c1f7e4009b Small adjustments to Popup component settings. 2015-07-29 17:08:49 -04:00
Michael Stenta 259adb9c16 Move all sources from alter hook to default compontent export hook (for consistency with layers). 2015-07-28 18:47:56 -04:00
Michael Stenta bf0c14babf Stop tracking layers with Features because they are always overridden. Move to default component export hook. 2015-07-28 18:47:34 -04:00
Michael Stenta 3177c5b59a Process ZoomToSource whenever new sources are added (ie: via GeoJSON async callback). 2015-07-28 18:16:34 -04:00
Michael Stenta c4ad01203a Dynamically populate the area layers and sources on area Popup and ZoomToSource components. 2015-07-28 18:15:53 -04:00
Michael Stenta eb1e1bee6a Assign styles to each area type layer. 2015-07-28 18:14:07 -04:00
Michael Stenta 2ea12399f8 Replace areas layer in popup options with property layer. 2015-07-28 13:39:24 -04:00
Michael Stenta 4cb73bd292 Remove areas layer from farm_areas map and add group layer. 2015-07-28 13:39:06 -04:00
Michael Stenta 0b33d1ffc4 Add layer switcher to farm_areas map. 2015-07-28 12:27:15 -04:00
Michael Stenta 04ab5de973 Standardize Openlayers machine names and labels. 2015-07-28 12:27:01 -04:00
Michael Stenta 65482cfd5d Update Openlayers component export code. 2015-07-28 11:37:07 -04:00
Michael Stenta b257811f38 Add all farm area layers to the farm area group layer. 2015-07-28 11:36:08 -04:00
Michael Stenta be31109111 Add a layer group for containing farm area layers. 2015-07-28 11:35:50 -04:00
Michael Stenta 2fb9001e69 Provide an Openlayers source for each area type, using the GeoJSON View with argument. 2015-07-28 11:35:30 -04:00
Michael Stenta 0f7561ff8b Add Google Hybrid layer to farm_areas map. 2015-07-23 01:20:04 -04:00
Michael Stenta d81e3d09b0 Set the max zoom to 20 to avoid over-zooming in Google maps. 2015-07-23 01:19:46 -04:00
Michael Stenta 374eda8da5 Replace openlayers_object_load() with direct class call - function no longer exists. 2015-07-22 23:20:46 -04:00
Michael Stenta 42dcf6f349 Display the farm_areas map at the top of the farm dashboard via hook_page_build(). 2015-07-22 23:20:46 -04:00
Michael Stenta 2a23e1b432 Update geofield. 2015-07-22 23:20:46 -04:00
Michael Stenta 34dabbfb89 Add a map for displaying all farm areas. 2015-07-22 23:20:37 -04:00
Michael Stenta ae78932d5e Add a component for area details popup. 2015-07-22 23:13:18 -04:00
Michael Stenta bbf9564519 Add a component for zooming to areas source. 2015-07-22 23:13:18 -04:00
Michael Stenta aeb6221d28 Add a layer that uses the GeoJSON output from the View. 2015-07-22 23:13:17 -04:00