gmap

Profiles as nodes and GMAP

peashooter's picture
public
peashooter - Fri, 2008-05-23 08:51

Hello all,

I'm looking to switch my user profiles to nodes because it gives me more flexibility with gmap.

Unless my user profiles are nodes, I can't use views to select them (or subsets of them) to display on a google map.

Has anyone had any experience of creating user location maps with nodeprofile/userprofile and gmap?

I've hesitated until now to change profiles to nodes. I'm not so worried about performance (low traffic site) but I don't want clashes with all my other installed modules!

crossing my fingers...

Cheers


Adding a New Feature: Lines and Areas on Maps?

tom_o_t's picture
public
tom_o_t - Tue, 2008-02-19 21:49

I'd like to allow people to add lines (e.g. bike paths, walking routes) and areas (e.g. parks, forests, polluted areas) and have these display alongside points using gmap_views.

I've had a look around the Location and Mapping group discussion, the GMap issue queue, the various other mapping modules (GMap Addons, Geo, GeoBrowser, OpenLayers) and haven't found any development being done on this.


Howto: Creating user friendly mapping for non-drupal nerds

public
pkej - Fri, 2008-01-11 15:28

New version here

This howto will help you create a simple method for your clients to add locative information to a travelogue. I've been fiddling with a lot of options for doing this, including using feeds with gmap macros. Though gmap macro feeds have the advantage of offering specific marker types for the different feeds, I ended up using a method which does away with that feature, but gains tremendously in useability, due to the fact that the writer doesn't need to know the exact feed syntax and gmap macro syntax to make it work.

User Map

rcross's picture
public
rcross - Tue, 2007-11-13 13:29

Hi,

I'm using the gmap module for generating a map of user locations, but I'm getting a weird error on the map. It says :

warning: array_intersect() [function.array-intersect]: Argument #1 is not an array in /var/www/html/cms.projectpier.org/sites/all/modules/gmap/gmap_location.module on line 96.

Can any offer some help? I noticed in the locations table there were some errors with lat/long = 0.0, so I deleted them hoping it might clear up the problem but no luck.


Event content type, Locations, and GMap

ebeyrent's picture
public
ebeyrent - Thu, 2007-10-18 16:03

I am trying to create a map of node locations, but only for nodes of type Event and Event with Volunteer Timeslots. I've got Location and GMap configured with the API key in all the right places. I'm using the latest dev releases of these modules.

However, when I create a new event node with location data, no geocoding occurs. If I query the location table, I can see my node with the correct location, but the latitude and longitude fields are null.

I looked at location.module in the location_nodeapi() function. Around line 842, I see:

<?php
case 'insert':
?>

Status of the gmap "marker manager(s)" and alternatives

boaz_r's picture
public
boaz_r - Wed, 2007-07-25 16:09

Hi,

I've searched quite deeply the Drupal site (and other resources) and as far as I could tell, the gmap module's "marker manager" is not ready yet. It worked in v4.7 sites but not in v5.x .
Is that so? If I'm correct, what's my options for a scenario in which I have a site with a map with over 30,000 entries in it (across whole US, for example).


Mapping in Mexico...

kevee@drupal.org's picture
public
kevee@drupal.org - Mon, 2007-07-23 15:25

I am working on a large Drupal project for an anthropology program at my university, which is both a research tool (a means to enter and catalog information) and a teaching tool (anthro students can search the data and do 'virtual visual ethnography,' compiling field research to write their own paper). Anyway, cool concept, very powerful... ummm... 25,000 nodes and counting.

However, I can't map any of it easily because Google Maps has little to no road data on Mexico, and geocoding is not an option (besides, most people in these villages don't have addresses).


Does Geocoding work for nodes using Gmap?

daboyd's picture
public
daboyd - Wed, 2007-07-11 03:07

Hi,

I am cross-posting this with the support forum (http://drupal.org/node/158052) as I didn't get an answer there. If anyone can point me in the right direction, or at least let me know if geocoding node locations is possible I'd be greatly appriciative.


Proposal: End of Life the Gmap Macro

public
mfredrickson - Fri, 2007-06-01 13:37

Hello mappers,

I have a proposal that I think will make the gmap module stronger, but I wanted to solicit other opinions before I start writing the patch.

I recently was working on two additional gmap functionalities for a client: the first was the ability to load KML files located at an offsite URL as overlays, and the other was a "click to add nodes" functionality so that users could add images by simply clicking on their locations on a gmap.

In both cases I started trying to build my functionality as add modules to gmap. This quickly broke down as I discovered the macro processing was hard coded and not easy to work with. Additionally, I attempted to modify the gmap module itself, but again working with the macro processing was such a headache that I abandoned that idea as well. Finally, I developed these tools as stand alone JavaScript additions, with not UI in Drupal. Not an optimal situation, but I had to get these features out in a reasonable time frame.

I've been thinking about my experience since then, and I have come to the following conclusion: the gmap macro hinders development of the gmap module and prevents additional module development. Therefore, it should be discontinued in favor of a simpler, UI and data model driven alternative, similar to Views.

Syndicate content