MAPC / geonode

GeoNode is an open source platform that facilitates the creation, sharing, and collaborative use of geospatial data.
http://geonode.org/
GNU General Public License v3.0
4 stars 0 forks source link

Some layers are not being displayed #116

Open sbrunton opened 11 years ago

sbrunton commented 11 years ago

In the Layers pages I can click View on site and it works for the layers that do show up in the map layers. the layers that do not show up in the list have this type of error:

They do show up in the Geoserver Layer Preview.

Page not found (404) Request Method: GET Request URL: http://geonode.metrobostondatacommon.org/layers/geonode:citizenshipstatus_acs0610_m.non0610p

No Layer matches the given query.

You're seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page.