You are here

constant GETLOCATIONS_MARKERS_DOWNLOAD_URI in Get Locations 7

Same name and namespace in other branches
  1. 7.2 drush/getlocations.drush.inc \GETLOCATIONS_MARKERS_DOWNLOAD_URI

@file getlocations.drush.inc @author Bob Hutchinson http://drupal.org/user/52366 @copyright GNU GPL

drush integration for getlocations. 'drush getlocations-markers' will install the basic getlocations marker set 'drush getlocations-geojson' will install the GeoJSON javascript library 'drush getlocations-leaflet' will install the Leafletjs javascript library

1 use of GETLOCATIONS_MARKERS_DOWNLOAD_URI
drush_getlocations_markers in drush/getlocations.drush.inc
Command to download the basic Getlocations markers.

File

drush/getlocations.drush.inc, line 15
getlocations.drush.inc @author Bob Hutchinson http://drupal.org/user/52366 @copyright GNU GPL

Code

define('GETLOCATIONS_MARKERS_DOWNLOAD_URI', 'http://dl.dropboxusercontent.com/u/41489105/Drupal/getlocations/getlocations-markers.zip');