Hi there, I have a model called Locality that has a coordinates field. When I view the admin change form for the model, the mapping widget appears, but the actual map is grayed out.
For example, for Atlanta, GA, the coordinates are 33.69132, -84.40137. When the OpenLayers map widget is rendered, the individual boxes that make up the map are all blank (gray), although the controls are visible. Here is the URL for one of the boxes that comprise the map: http://labs.metacarta.com/wms/vmap0?LAYERS=basic&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&STYLES=&EXCEPTIONS=application%2Fvnd.ogc.se_inimage&FORMAT=image%2Fjpeg&SRS=EPSG%3A4326&BBOX=33.75,-84.375,33.837890625,-84.287109375&WIDTH=256&HEIGHT=256 Does anyone know why the map is not being rendered? Do I need an API key? I am using GeoModelAdmin as the base class for the model admin class; the only options I've specified so far are search_fields, ordering and fields. Thanks for the help! Leif --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---