Maps for Drupal
Component type
Categories
Maintenance status
Development status
Downloads
Component created
Component changed
This project aims to merge gmap, location projects from D7 into D8+ lifetime
This project aims to merge gmap, location projects from D7 into D8+ lifetime
I needed a simple way to detect a user's timezone in order to display dates in their local timezone without depending on their user profile to save the correct timezone. An existing module, Timezone Detect, implements a Javascript library known simply as "jsTimezoneDetect," which did the job.
This is an API for geo developers using PostGIS. PostGIS provides numerous functions to handle, validate, convert and operate with geospatial geometries. This module provides the most widely used calls to this PostGIS functions which you can use from your module.
An examples module is provided as part of the package which calls the API functions through a simple UI. Thus you can learn how to use the API.
Address Field is available as a Webform component through Addressfield Tokens module.
Collect addresses with an ability to display them on the Google map.
A Drupal 7 module to add a Leaflet widget for the Geolocation Field module.
This is a data provider for IP to Locale which gets its data from smart_ip module.
Broken. Open Street Routing Map API had changed!
Supports Google Directions API and Open Street Routing Map.
Requests user <-> node direction from Google or ORSM and stores the informations as polyline in the DB. The request contains also duration and distance.
ToDo
Exposed latitude/longitude proximity filters for Location views aren't very user friendly. This module replaces them with an arbitrary address field, providing users with Google-powered autocompletion. Queries are geocoded upon form submission and the resulting latitude and longitude are passed to the view result page as normal. Because the geocoding request is performed by the user's browser rather than the server, there is effectively no query limit.