Right out of the box, /map/node gives me a 'not found' message, however I can view /map/user just fine. Did I miss a config item or is anyone else seeing this?
Marking 'critical' since I can't use it unless I can view nodes. Is this a piece that's not ready yet? (although I don't think so, since no one else seems to be having the issue).
Comments
Comment #1
bdragon commentedIt's actually a bug in the code that I've had a TODO item on for a while.
If there's no results to show, it 404s instead of showing an empty page.
Comment #2
Rob_Feature commentedThis comment moved to it's own issue: http://drupal.org/node/310365
Comment #3
Rob_Feature commentedHmm....except that doesn't apply in my situation. I do have one node that's location enabled, yet I'm still getting the not found. Follow up thoughts or anything I can test on my install to track this down?
Comment #4
bdragon commentedmap/node is the correct path. I will fix.
Does your location have a latitude and a longitude? The map/node and map/user maps will not function without coordinates set (I have not implemented dynamic geocoding for markers yet.)
Comment #5
Rob_Feature commentedscratch that...I didn't have long/lat entered, just an address. Marking this as a to-do task for you to update that code. Thanks!
Comment #6
bdragon commentedFixed in DRUPAL-5 and HEAD, thanks!
http://drupal.org/cvs?commit=140893
http://drupal.org/cvs?commit=140894
Comment #7
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.