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

bdragon’s picture

It'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.

  elseif ($count == 0) {
    // No results
    return drupal_not_found(); // @@@ This should be an "empty" page instead...
  }
Rob_Feature’s picture

This comment moved to it's own issue: http://drupal.org/node/310365

Rob_Feature’s picture

Category: support » bug

Hmm....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?

bdragon’s picture

map/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.)

Rob_Feature’s picture

Title: map/node is "not found" » map/node is "not found" if there's no locations
Category: bug » task

scratch 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!

bdragon’s picture

Title: map/node is "not found" if there's no locations » map/node is "not found"
Category: task » bug
Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.