Real-world geographic locations to be associated with Drupal
0
votes
0answers
12 views
Identify intersecting nodes (points within polygons)
I have two content types - assets and regions.
Assets have point locations.
Regions have a polygon 'location'.
As assets are added I would like to assign tags to these assets based upon the region it ...
0
votes
0answers
28 views
How to implement autocomplete for address field using google places/maps api?
When using Eventbrite event creating form, i noticed their address field has an autocomplete feature powered by Google.
Is there a Drupal module that does something similar ?
Demo link on ...
1
vote
0answers
13 views
Is there existing integration between the Salesforce and Location modules?
I'm using the Salesforce module in Drupal 7 and am attempting to create a mapping to one of my content types that contains a Location module field. After looking at both modules, I don't see an ...
0
votes
1answer
48 views
Let Gmap center on the users geolocation, but still load all the node markers onto the map
For a website I am building I have a used a map to display all the nodes inside my country, by using a view. When the map is loaded, it shows the whole country (by standard settings in the Gmap ...
1
vote
1answer
322 views
Automatically fill in “City” field when “Postal code” is entered
I encountered a problem that has been discussed many times but for which no solution has been written down yet. This is about Drupal 7.
On my node add form, I have an "Address" field; a field ...
0
votes
1answer
46 views
Drupal 7 user taxonomy by location
I am trying to add taxonomy to my user location.
User A lives in Berkshire, UK, User B clicks at "berkshire, Uk" in Profil of User A and get a list of all Users who lives there. For example look at ...
1
vote
1answer
32 views
Country specific nodes
Let's say we navigate to http://example.org/ch/de/node/1 (with pathauto enabled /ch/de/hallo-welt)
Now I want to specify somewhere the country Switzerland (ch) and set the available languages to de ...
-1
votes
1answer
49 views
module suggestion for search box [closed]
in Drupal 7, any idea how to approach making a searchbox like that: http://www.spareroom.co.uk/ ?
How would you go around to do it, with which modules? I want the autocomplete and the linking to ...
0
votes
0answers
31 views
Proximity search with at least 1 result
I've configured a location search where users can find the closest store to their ZIP-code. However, a range is required to get some results.
Now, I would like to get rid of the ZIP-code, so I hide ...
2
votes
1answer
63 views
Best practice to separate content per city
I'm trying to find the best practice to separate user content per country/city in a way that allows the user to select the country or city once so that whenever he adds content it will be ...
1
vote
1answer
76 views
Use GMaps with just one country
I would like to have a map on my website displaying all my stores. That worked out pretty well except for the fact the map is displaying more then just my country.
Is there a way to just show one ...
0
votes
1answer
99 views
How to wrap content around a display suite region?
I'm using the nifty Display Suite module to create a custom layout for an event page. I'm using the stacked fluid 2 column layout with the Body field on the left and the image and event fields in the ...
0
votes
1answer
53 views
How do I write to location field in an Entity?
I am having a custom entity called Micronews which has a bundle microupdate created in it. I am able to write entity to db for all fields but I am not able to figure out how to write location (using ...
0
votes
0answers
35 views
maps cant display in one of my panel variants?
I have a strange and frustrating issue since hours, I cant find any solution :
I got a node template in panel with severals panels where I use gmap views to show addresses used by node, with nid ...
2
votes
2answers
115 views
Distance / Proximity from cck location field ? not from user or node location?
I try to get a distance between cck location nodes / users but I didn't succeed at that point because the only avalaible views field to do that is "EMPLACEMENT : DISTANCE / PROXIMITY" which concerns ...
-1
votes
2answers
133 views
Differences between Location and Location CCK?
Location has three modules: Location, Node Locations and Locations CCK
What are the primary differences between them? Are there any advantages to using Node Locations over the Locations CCK?
Thanks!
...
0
votes
1answer
124 views
Import latitude and longitude from XML to Location field for GMap, for Views display
From my XML data which I have imported into nodes, I have CCK fields for Latitude and Longitude. I want to import those values into Node Location so that I can have two Gmap integrations:
Show a ...
0
votes
0answers
56 views
Location's Distance/Proximity exposed filter without Node Location Submodule but with Location CCK Submodule instead
I would like to stay a little bit more flexible and use Location CCK fields (from Location CCK Submodule) instead of Node Locations (from Node Locations submodule) on my nodes. However, in my view of ...
1
vote
1answer
43 views
Associating Multiple Date/Location Pairs to Node
I'm attempting to create a custom content type in Drupal to represent concerts. Each concert has a title, description, and multiple dates and locations (the concert may be performed on more than one ...
0
votes
1answer
41 views
Hiding nodes based on geographical location
I am setting up a ecommerce site for a client using drupal and ubercart. They have a number of products on the site that are not available in certain countries. We have discussed solutions using ...
2
votes
1answer
83 views
Searching through nodes and outputting the details on gmap
I have a gmap that is displaying all the information of real estate listings that I put in.
Now I want a text search that basically searches through the nodes and outputs the information in the same ...
1
vote
0answers
48 views
Select List to Sort Nodes by City
Looking to do something along the lines of how kijiji.ca and redflagdeals.com manages their content based on the location chosen. I'm trying to use the getlocation module but I can't really figure out ...
0
votes
0answers
62 views
Filtering a View by City Location
I'm trying to set something up where the user visits the site and their location is automatically filled based on their ip address. I also want the user to have the option to choose a different ...
0
votes
0answers
54 views
Search module distance/location search
I have implemented a search form which includes some taxonomy fields using the module custom_search. This works fine for keyword based searches. However, the nodes which are being searched have ...
0
votes
1answer
159 views
How to create a render array for a location CCK field?
The situation should be common: I have a content class with one location field; in the page view of the class I show the location on map. But, at the top of the page, I want to print the address too.
...
0
votes
2answers
483 views
How to customize the map used on gmap module (node locations)
When gmap module and location module are installed, there is a page called "node locations", which display all node with a location field (filled) in the site.
How can I customize the google maps ...
0
votes
1answer
148 views
How to use Solr Index to display node in a Google Map
For several months I am wondering how to achieve this task.
I want to display information from Solr index (preferably Search Api Solr ) directly in a map. The main goal is to have a map where is ...
1
vote
2answers
151 views
How to get map widget for location selection with Location / GMap
I have GMap and Location modules set up and working. I have a working API key. The node with the location field can store long/lat or address data which I am using to populate a view. All of this ...
2
votes
0answers
202 views
Hide user fields on profile2 registration form
I am working on multi-user website with 3 roles in Drupal 7 website. I'm using profile2 module for custom fields for different users, also profile2 path for profile/user registration.
Problem came up ...
0
votes
1answer
258 views
D7: Turn location cck 'city' field into taxonomy autocomplete field
I am using the "Taxonomize Location" module to automatically save all Location CCK Field submissions into the "location" taxonomy. Terms in the location taxonomy are saved in 3 layers:
Country -> ...
6
votes
1answer
190 views
Filter view based on displayed part of an Open Layers map
I have a page that shows an OpenLayers map which is fed with data coming from an Open Layers data overlay view (user locations; the location is provided via a location cck field in the user account ...
0
votes
0answers
51 views
Filter Views 3 users block by user location (location CCK field)
my users have the chance to their current location using a location CCK field (Country, Province, City) in their account settings. I also created a users view that lists all active users and their ...
1
vote
0answers
332 views
Views exposed filter error “An illegal choice has been detected. Please contact the site administrator.”
I am having a very odd problem with an exposed filter in one of my Views. The page I am talking about is here: http://epsindustry.org/eps-packaging-map2
When I select one of the last 2 options in the ...
1
vote
0answers
54 views
Latitude and longitude inherit missing
I have adapted a module from a whole bunch of code, but I still cannot inherit the nodes latitude and longitude location from the currently logged in user. The problem is the parent case locpick, and ...
1
vote
1answer
46 views
Allow user to pick a location
I would like to add a field to my node that allows the user to search for a location like a city and pinpoint that location on the map or pick a location on a map but without having to zoom in from ...
1
vote
1answer
675 views
How do I get Location / GMap / Views setup to display non-US map nodes?
Drupal 6, Views 2
I'm using the Location module to store address information for various contacts in nodes. I am then using the Views module along with the GMap sub-module of Location to display ...
1
vote
2answers
120 views
How do I avoid duplication in a view result?
I want to list the states from the state/province field (handled by the Location module) in a content type. I used views, but it shows the same state name more than once.
I enabled distinct in the ...
0
votes
0answers
209 views
Filter Views list based on Gmap display
We have a Drupal 7 site using Location + Views + Gmap to display locations. The map is a views page display with an attachment display showing a table list of the nodes. Nothing new here.
The client ...
5
votes
1answer
916 views
Mark a location on a map (Google Maps/OpenLayers) on a node creation or edit page - but with which module?
I have a custom content type, and I would like my users to mark a location on a Google Maps/OpenLayers map, save these coordinates, and on the frontend, show the location's map and the GPS ...
1
vote
2answers
155 views
How to access cookies in Views PHP Code filter?
I have a view that will display nearby locations.
The center coordinates would come from a cookie (lat,lng).
I am trying to get the cookie with $_COOKIE, but I get an error saying that it is not ...
1
vote
0answers
108 views
Best Way to Implement Location to use as separate entity and with Facet API
Floundering a little with trying to figure out the best way to do this. I have a structure where Activity is a node. Each Activity can have 1 or more Locations which I want to set up as a separate ...
0
votes
0answers
144 views
Show Gmap pins based on Node pager
I have a view that loads venues, also a block that shows them on map.
How can I change pins on map based on 10 loaded nodes. When I load next 10 nodes, like 10-20 I like to have pins from 10-20 ...
3
votes
1answer
149 views
Sort a view by country - according to the translated countries
I have a view displaying some nodes of a content type. Each node has a location assigned (with the location module).
I want to group and sort the results by countries. The grouping works fine, and ...
0
votes
1answer
129 views
Use text field value on another text field on same node on save
I have two fields on a Content Type called Property that requires the same information and I am trying to have it so that it only needs to be inputted one time be the user.
I am using the module ...
0
votes
0answers
149 views
How to set a different starting gmap macro depending on site language?
I'm using the GMap module 7.x.1 http://drupal.org/project/gmap to create a map of all the nodes on a Drupal 7 site. I've created a macro and it works perfectly at http://myexamplesite.com/map/node ...
0
votes
1answer
119 views
Making geolocated latitude/longitude values available to computed field in Drupal 7
I'm working on a D7 project where I need to pass a latitude/longitude value from a Location field (acquired from geolocating during import) to a Computed field.
I found the following code in the ...
2
votes
3answers
345 views
Alter the results returned by “Display a summary” for the Addressfield module
When I set contextual filters in a view for Content: my field: country and Content: my field: administrative area (state/province) and select "Display a summary" for "When the filter value is not ...
0
votes
1answer
406 views
Location and Gmap relationship - what is alternative to show Location items on a google map?
Recently the Gmap module has described itself on the module page as now being a 'legacy' module. If you have used this recipe in the past, you may be familiar with the long and unresolved issue of ...
1
vote
2answers
206 views
How can I change the order of the list of countries provided by the Countries module?
I have a Drupal 7 site that uses the Countries module. I would like to show the United States first in the list and the rest of the countries then in alphabetical order (by default, the module ...
1
vote
1answer
77 views
Location City synonym support?
I would like to allow users to search node location using location city with synonyms.
For example:
New York
NY
NYC
New York City
etc.
should bring the same search results.
How to do this ?
