You are here

Files in Get Locations 7

Primary tabs

File namesort descending Location Namespace Description
getlocations_search.css modules/getlocations_search/getlocations_search.css getlocations_search.css @author Bob Hutchinson http://drupal.org/user/52366 @copyright GNU GPL
getlocations_search.info modules/getlocations_search/getlocations_search.info name = Getlocations Search description = Provides a search page with a map. core = 7.x package = "Location" php = 5 dependencies[] = getlocations configure = admin/config/services/getlocations/search
getlocations_search.install modules/getlocations_search/getlocations_search.install getlocations_search.install @author Bob Hutchinson http://drupal.org/user/52366 @copyright GNU GPL
getlocations_search.module modules/getlocations_search/getlocations_search.module getlocations_search.module @author Bob Hutchinson http://drupal.org/user/52366 @copyright GNU GPL
getlocations_search_box.tpl.php modules/getlocations_search/getlocations_search_box.tpl.php getlocations_box.tpl.php @author Bob Hutchinson http://drupal.org/user/52366 @copyright GNU GPL
getlocations_smartip.css modules/getlocations_smartip/getlocations_smartip.css getlocations_smartip.css @author Bob Hutchinson http://drupal.org/user/52366 @copyright GNU GPL
getlocations_smartip.info modules/getlocations_smartip/getlocations_smartip.info name = Getlocations Smartip description = Integrates the smart_ip module. core = 7.x package = "Location" php = 5 dependencies[] = getlocations dependencies[] = smart_ip configure = admin/config/services/getlocations/smartip
getlocations_smartip.install modules/getlocations_smartip/getlocations_smartip.install getlocations_smartip.install @author Bob Hutchinson http://drupal.org/user/52366 @copyright GNU GPL
getlocations_smartip.module modules/getlocations_smartip/getlocations_smartip.module
getlocations_tools.info modules/getlocations_tools/getlocations_tools.info name = Getlocations Tools description = Provides import and export utilities. core = 7.x package = "Other" php = 5 dependencies[] = getlocations
getlocations_tools.module modules/getlocations_tools/getlocations_tools.module getlocations_tools.module @author Bob Hutchinson http://drupal.org/user/52366 @copyright GNU GPL
graticule.css modules/getlocations_leaflet/plugins/graticule/graticule.css .leaflet-control-graticule { background-image: url(graticule-icon.png); }
graticule.min.css modules/getlocations_leaflet/plugins/graticule/graticule.min.css .leaflet-control-graticule{background-image:url(graticule-icon.png)}
infobubble_options.txt js/infobubble_options.txt /** * copy infobubble_options.txt to infobubble_options.js to override infobubble settings * */ /** * Help * "shadowStyle" Options: 0 (no shadow), 1 (default shadow), 2 (sharp shadow) Default is 1 * "padding" …
infowindow_options.txt js/infowindow_options.txt /** * copy infowindow_options.txt to infowindow_options.js to override infowindow settings * see https://developers.google.com/maps/documentation/javascript/reference#In... * for details */ // defaults var infoWindowOptions = {}; //…
L.Control.MousePosition.css modules/getlocations_leaflet/plugins/mouseposition/L.Control.MousePosition.css .leaflet-container .leaflet-control-mouseposition { background-color: rgba(255, 255, 255, 0.7); box-shadow: 0 0 5px #bbb; padding: 0 5px; margin:0; color: #333; font: 11px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif; }
L.Control.MousePosition.min.css modules/getlocations_leaflet/plugins/mouseposition/L.Control.MousePosition.min.css .leaflet-container .leaflet-control-mouseposition{background-color:rgba(255,255,255,0.7);box-shadow:0 0 5px #bbb;padding:0 5px;margin:0;color:#333;font:11px/1.5 "Helvetica Neue",Arial,Helvetica,sans-serif}
L.Control.Pan.css modules/getlocations_leaflet/plugins/pancontrol/L.Control.Pan.css /* Make the default zoom control align with the pan control. This is ugly. The parent box (class="leaflet-top leaflet-left") should make all the child boxes be center-aligned instead. Not sure if that is possible…
L.Control.Pan.ie.css modules/getlocations_leaflet/plugins/pancontrol/L.Control.Pan.ie.css .leaflet-control-pan > div { filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3F000000',EndColorStr='#3F000000'); border: 3px solid #999; } .leaflet-control-pan a { background-color: #fff; width: 17px; …
L.Control.Pan.ie.min.css modules/getlocations_leaflet/plugins/pancontrol/L.Control.Pan.ie.min.css .leaflet-control-pan > div{filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#3F000000',EndColorStr='#3F000000');border:3px solid #999}.leaflet-control-pan…
L.Control.Pan.min.css modules/getlocations_leaflet/plugins/pancontrol/L.Control.Pan.min.css .has-leaflet-pan-control .leaflet-control-zoom{position:relative;left:24px}.has-leaflet-pan-control .leaflet-control-zoomslider{position:relative;left:22px}.leaflet-control-pan{width:76px;height:76px}.leaflet-control-pan >…
L.Control.Zoomslider.css modules/getlocations_leaflet/plugins/zoomslider/L.Control.Zoomslider.css /** Slider **/ .leaflet-control-zoomslider-wrap { padding-top: 5px; padding-bottom: 5px; background-color: #fff; border-bottom: 1px solid #ccc; } .leaflet-control-zoomslider-body { width: 2px; border: solid #fff; border-width: 0px 9px 0px…
L.Control.Zoomslider.ie.css modules/getlocations_leaflet/plugins/zoomslider/L.Control.Zoomslider.ie.css /* IE6-7 specific hacks */ .leaflet-control-zoomslider-wrap { *width: 26px; } /* Fix IE6-divs having a too large min height */ .leaflet-control-zoomslider-knob { *overflow: hidden; } /* Support for element:after { content: 'text' } …
L.Control.Zoomslider.ie.min.css modules/getlocations_leaflet/plugins/zoomslider/L.Control.Zoomslider.ie.min.css .leaflet-control-zoomslider-wrap{*width:26px}.leaflet-control-zoomslider-knob{*overflow:hidden}.leaflet-control-zoomslider-in{*zoom:expression( this.runtimeStyle['zoom'] = '1',this.innerHTML =…
L.Control.Zoomslider.min.css modules/getlocations_leaflet/plugins/zoomslider/L.Control.Zoomslider.min.css .leaflet-control-zoomslider-wrap{padding-top:5px;padding-bottom:5px;background-color:#fff;border-bottom:1px solid #ccc}.leaflet-control-zoomslider-body{width:2px;border:solid #fff;border-width:0px 9px 0px 9px;background-color:black;margin:0…
leaflet.awesome-markers.css modules/getlocations_leaflet/plugins/awesome-markers/leaflet.awesome-markers.css /* Author: L. Voogdt License: MIT Version: 1.0 */ /* Marker setup */ .awesome-marker { background: url('images/markers-soft.png') no-repeat 0 0; width: 35px; height: 46px; position:absolute; left:0; top:0; display: block; …
leaflet.awesome-markers.min.css modules/getlocations_leaflet/plugins/awesome-markers/leaflet.awesome-markers.min.css .awesome-marker{background:url('images/markers-soft.png') no-repeat 0 0;width:35px;height:46px;position:absolute;left:0;top:0;display:block;text-align:center}.awesome-marker-shadow{background:url('images/markers-shadow.png')…
leaflet.magnifyingglass.css modules/getlocations_leaflet/plugins/magnifyingglass/leaflet.magnifyingglass.css .leaflet-magnifying-glass { border-radius: 50%; border: 1px solid gray; box-shadow: 0 0 5px gray; position: absolute; overflow: hidden; -moz-box-sizing: border-box; box-sizing: border-box; } .leaflet-magnifying-glass >…
leaflet.magnifyingglass.min.css modules/getlocations_leaflet/plugins/magnifyingglass/leaflet.magnifyingglass.min.css .leaflet-magnifying-glass{border-radius:50%;border:1px solid gray;box-shadow:0 0 5px gray;position:absolute;overflow:hidden;-moz-box-sizing:border-box;box-sizing:border-box}.leaflet-magnifying-glass >…
leaflet.usermarker.css modules/getlocations_leaflet/plugins/usermarker/leaflet.usermarker.css @-moz-keyframes leaflet-usermarker-pulsate { from { -moz-transform: scale(0.5); opacity: 1.0; } 95% { -moz-transform: scale(1.3); opacity: 0; } to { -moz-transform: scale(0.7); …
leaflet.usermarker.min.css modules/getlocations_leaflet/plugins/usermarker/leaflet.usermarker.min.css @-moz-keyframes leaflet-usermarker-pulsate{from{-moz-transform:scale(0.5);opacity:1.0}95%{-moz-transform:scale(1.3);opacity:0}to{-moz-transform:scale(0.7);opacity:0}}@-webkit-keyframes…
MarkerCluster.css modules/getlocations_leaflet/plugins/markercluster/MarkerCluster.css .leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow { -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-in; -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s…
MarkerCluster.Default.css modules/getlocations_leaflet/plugins/markercluster/MarkerCluster.Default.css .marker-cluster-small { background-color: rgba(181, 226, 140, 0.6); } .marker-cluster-small div { background-color: rgba(110, 204, 57, 0.6); } .marker-cluster-medium { background-color: rgba(241, 211, 87, 0.6); } .marker-cluster-medium div…
MarkerCluster.Default.min.css modules/getlocations_leaflet/plugins/markercluster/MarkerCluster.Default.min.css .marker-cluster-small{background-color:rgba(181,226,140,0.6)}.marker-cluster-small div{background-color:rgba(110,204,57,0.6)}.marker-cluster-medium{background-color:rgba(241,211,87,0.6)}.marker-cluster-medium…
MarkerCluster.min.css modules/getlocations_leaflet/plugins/markercluster/MarkerCluster.min.css .leaflet-cluster-anim .leaflet-marker-icon,.leaflet-cluster-anim .leaflet-marker-shadow{-webkit-transition:-webkit-transform 0.2s ease-out,opacity 0.2s ease-in;-moz-transition:-moz-transform 0.2s ease-out,opacity 0.2s…
markerclusteroptions.inc.txt modules/getlocations_leaflet/plugins/markercluster/markerclusteroptions.inc.txt @author Bob Hutchinson http://drupal.org/user/52366 @copyright GNU GPL
README.txt modules/getlocations_leaflet/plugins/geocoder/README.txt Extending the geocoder functionality. The geocoder for each map can be accessed in the javascript global variable getlocations_leaflet_geocoder[key] where 'key' is the key of the current map, eg 'key_1' Here is an example of some…
README.txt README.txt for Drupal 7 Getlocations 1.x Getlocations will provide a Google maps API version 3 enabled map on which to display markers of locations found in location-enabled content-types. INSTALL Before installing getlocations please ensure that you have the…
README.txt modules/getlocations_search/README.txt Getlocations Search provides a search facility that will show nearby locations from Getlocation Fields enabled nodes, users, terms or comments. It also has support for Geofield and Geolocation It can however be used without any of the above modules…
README.txt modules/getlocations_leaflet/README.txt getlocations_leaflet module for Drupal 7.x If you have any questions or suggestions please contact me at http://drupal.org/user/52366 or use the Getlocations issue queue. Leaflet Library…
README.txt modules/getlocations_fields/README.txt Views for Getlocations Fields Name: Getlocations Description: Provides a block with a link to a map. This view should work out of the box. Name: Getlocations map Description: Provides a map of a locations_fields enabled node. Configure contextual…
README.txt modules/getlocations_smartip/README.txt getlocations_smartip module for Drupal 7.x Privides support for smart_ip module.
README.txt modules/getlocations_map/README.txt getlocations_map module for Drupal 7.x If you have any questions or suggestions please contact me at http://drupal.org/user/52366 or use the Getlocations issue queue. This module provides a field to display a Google map associated with a…
README.txt modules/getlocations_gps/README.txt getlocations_gps module for Drupal 7.x Enables browser based geolocation to any Google map. The location can optionally be reverse geocoded and the result can be shown in a Infobubble/Infowindow
README.txt modules/getlocations_location_taxonomize/README.txt Getlocations Location Taxonomize provides support for the Location Taxonomize module. Make sure you enable it under content types > your content type > Manage fields > Getlocations Fields > edit see http://drupal.org/node/1818864 for a…
README.txt modules/getlocations_blocks/README.txt The Getlocations_blocks module provides some blocks with a form to help search the Getlocations_fields table. It works in conjunction with the following views: Getlocations by city Getlocations by province Getlocations by postcode Getlocations by…
README.txt modules/getlocations_tools/README.txt Getlocations Tools provides utilities to help in migration and standardisation of Getlocations installs. You can export and import the configuration settings of Getlocations and submodules Getlocations Fields, Getlocations Search and Getlocations…
README.txt modules/getlocations_feeds/README.txt Getlocations Feeds provides support for the Feeds module and its Importer functions.
README.txt modules/getlocations_leaflet/plugins/README.txt
terminator.css modules/getlocations_leaflet/plugins/terminator/terminator.css .leaflet-control-terminator { background-image: url(terminator-icon.png); }

Pages

Other projects