default.inc |
includes/geofield_backend/default.inc |
|
|
geofield.apachesolr.inc |
geofield.apachesolr.inc |
|
|
geofield.devel_generate.inc |
geofield.devel_generate.inc |
|
Create random data to populate geofields. |
geofield.elements.inc |
geofield.elements.inc |
|
Provides FormAPI element callbacks for geofield_latlon and geofield_proximity. |
geofield.feeds.inc |
geofield.feeds.inc |
|
Provides integration with Feeds module (http://drupal.org/project/feeds) |
geofield.formatters.inc |
geofield.formatters.inc |
|
Drupal field formatter hooks and helper functions. |
geofield.info |
geofield.info |
|
name = Geofield
description = Stores geographic and location data (points, lines, and polygons).
core = 7.x
dependencies[] = geophp (>=1.7)
dependencies[] = ctools
package = Fields
files[] = geofield.module
files[] = geofield.install
files[] =… |
geofield.install |
geofield.install |
|
Install, update and uninstall functions for the geofield module. |
geofield.microdata.inc |
geofield.microdata.inc |
|
|
geofield.migrate.inc |
geofield.migrate.inc |
|
Support for migration into Geofield fields. |
geofield.module |
geofield.module |
|
|
geofield.openlayers.inc |
geofield.openlayers.inc |
|
Provides hooks for integration with OpenLayers (http://drupal.org/project/openlayers) |
geofield.rules.inc |
geofield.rules.inc |
|
|
geofield.schemaorg.inc |
geofield.schemaorg.inc |
|
|
geofield.test |
tests/geofield.test |
|
Tests for geofield.module. |
geofield.views.inc |
views/geofield.views.inc |
|
Hooks for Views integration. |
geofield.widgets.inc |
geofield.widgets.inc |
|
Provides field widget hooks for geofield module. |
geofield.widgets.openlayers.inc |
geofield.widgets.openlayers.inc |
|
Provides widget hooks on behalf of Openlayers. |
geofieldProximityBase.inc |
views/proximity_plugins/geofieldProximityBase.inc |
|
Contains geofieldProximityPluginInterface and geofieldProximityBase. |
geofieldProximityContextualFilter.inc |
views/proximity_plugins/geofieldProximityContextualFilter.inc |
|
Contains geofieldProximityContextualFilter. |
geofieldProximityCurrentUser.inc |
views/proximity_plugins/geofieldProximityCurrentUser.inc |
|
Contains geofieldProximityCurrentUser. |
geofieldProximityEntityURL.inc |
views/proximity_plugins/geofieldProximityEntityURL.inc |
|
Contains geofieldProximityEntityURL. |
geofieldProximityExposedFilter.inc |
views/proximity_plugins/geofieldProximityExposedFilter.inc |
|
Contains geofieldProximityExposedFilter. |
geofieldProximityGeocoder.inc |
views/proximity_plugins/geofieldProximityGeocoder.inc |
|
Contains geofieldProximityGeocoder. |
geofieldProximityManual.inc |
views/proximity_plugins/geofieldProximityManual.inc |
|
Contains geofieldProximityManual. |
geofieldProximityOtherGeofield.inc |
views/proximity_plugins/geofieldProximityOtherGeofield.inc |
|
Contains geofieldProximityOtherGeofield. |
geofield_handler_argument_proximity.inc |
views/handlers/geofield_handler_argument_proximity.inc |
|
Geofield contextual filter argument handler for Views. |
geofield_handler_field.inc |
views/handlers/geofield_handler_field.inc |
|
Distance field implementation. |
geofield_handler_filter.inc |
views/handlers/geofield_handler_filter.inc |
|
Distance filter implementation. |
geofield_handler_sort.inc |
views/handlers/geofield_handler_sort.inc |
|
Distance sort implementation. |
geofield_map.admin.inc |
modules/geofield_map/geofield_map.admin.inc |
|
Code for managing the Geofield Map settings page. |
geofield_map.css |
modules/geofield_map/css/geofield_map.css |
|
/**
* Issue #1966296: Info tooltip styling is broken for GeofieldMap
*/
.geofieldMap img {
max-width: none;
} |
geofield_map.info |
modules/geofield_map/geofield_map.info |
|
name = Geofield Map
description = Provides a basic mapping interface for Geofields.
core = 7.x
dependencies[] = geofield
configure = admin/config/content/geofield_map
files[] = includes/geofield_map.views.inc
files[] =… |
geofield_map.install |
modules/geofield_map/geofield_map.install |
|
hook_uninstall and hook_requirements implementations for Geofield Map. |
geofield_map.module |
modules/geofield_map/geofield_map.module |
|
|
geofield_map.views.inc |
modules/geofield_map/includes/geofield_map.views.inc |
|
Default views hooks. |
geofield_map_plugin_style_map.inc |
modules/geofield_map/includes/geofield_map_plugin_style_map.inc |
|
This file holds style plugin for Geofield Maps |
geofield_openlayers.test |
tests/geofield_openlayers.test |
|
Integration tests for geofield.module with openlayers.module |
geofield_openlayers_test.info |
tests/geofield_openlayers_test.info |
|
name = "Geofield/Openlayers Integration tests"
description = "Integration tests for Geofield and Openlayers"
core = 7.x
hidden = TRUE
package = Testing
dependencies[] = geofield
dependencies[] = openlayers
files[] =… |
geofield_openlayers_test.module |
tests/geofield_openlayers_test.module |
|
|
geofield_test.info |
tests/geofield_test.info |
|
name = "Geofield test"
description = "Support module for the Geofield tests."
core = 7.x
hidden = TRUE
package = Testing
dependencies[] = geocoder
dependencies[] = geofield |
geofield_test.module |
tests/geofield_test.module |
|
|
GeoGenerator.php |
includes/GeoGenerator.php |
|
Helper class for generating random WKT/Geospatial data. |
LICENSE.txt |
LICENSE.txt |
|
Copyright (c) 2011, Tristan O'Neil and contributors
All Rights Reserved.
This program is dual-licensed under both the GPL version 2 and Modified BSD
License. Either license may be used at your option.
… |
openlayers_behavior_geofield.css |
includes/behaviors/css/openlayers_behavior_geofield.css |
|
CSS for OpenLayers Draw Features Behavior |
openlayers_behavior_geofield.inc |
includes/behaviors/openlayers_behavior_geofield.inc |
|
Implementation of OpenLayers behavior. |
proximity-element.css |
css/proximity-element.css |
|
.exposed-proximity-radius .form-type-select,
.exposed-proximity-radius .form-type-textfield {
float: left;
}
.exposed-proximity-radius .form-type-select {
padding-top: 3px;
}
/****** Form Element Styling ******/
.geofield-proximity-field-wrapper… |
README.txt |
README.txt |
|
__ _ _ _
/ _(_) | | | |
__ _ ___ ___ | |_ _ ___| | __| |
/ _` |/ _ \/ _ \| _| |/ _ \ |/ _` |
| (_| | __/ (_) | | | | __/ | (_| |
\__, |\___|\___/|_| |_|\___|_|\__,_|
__/ |
|___/
CONTENTS OF THIS… |