planetfederal / geodroid-server

Apache License 2.0
3 stars 4 forks source link

Provide sample endpoints for MapService #4

Open jj0hns0n opened 10 years ago

jj0hns0n commented 10 years ago

Against the populated places dataset.

To include the following params:

Im not clear if the styles must exist on the device or they can be specified in the payload.

jj0hns0n commented 10 years ago

@jdeolive after doing the newest build with the UI stuff, using the preview feature shows me a sample map request. Looks like this more or less.

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

I can probably use this to figure more things out as we work on tests. I did get an error with one of the geojson layers Im using and will file that separately.