Closed jj0hns0n closed 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
Fixed as per jeo/jeo#11.
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