planetfederal / geodroid-server

Apache License 2.0
3 stars 4 forks source link

Empty response from Map Service with NE Populated Places #14

Closed jj0hns0n closed 11 years ago

jj0hns0n commented 11 years ago

The preview link in the app leads to http://localhost:8001/maps/ne/populated_places.html which generates the following request to the server ... which returns and empty response.

http://192.168.1.22:8001/maps/ne/populated_places.png?LAYERS=populated_places&STYLES=&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&FORMAT=image%2Fjpeg&SRS=epsg%3A4326&BBOX=-270,-270,270,270&WIDTH=768&HEIGHT=768

The feature endpoint for the same layer works fine. http://192.168.1.22:8001/features/ne/populated_places.html

jdeolive commented 11 years ago

Fixed as per jeo/jeo#11.