FW: FW: [Openstreetmap] Recent improvements to the editing applet

Erik Johansson erjohan at gmail.com
Thu Jan 5 06:00:59 GMT 2006


The nice thing about the separation of the layers is that there seems
to be other landsatservers around, and some seems to be fast. Choose,
landsat in the options bellow the map:

http://wms1.ccgis.de/mapbender2/frames/index.php?&gui_id=mapbender


On 1/5/06, Tom Carden <tom at tom-carden.co.uk> wrote:
> Also - as others have mentioned - this frees up the possibility of
> distributing the load, and of compressing each layer more efficiently
> (it certainly wouldn't be double the bandwidth).

Pride really is a bad thing, but I should learn to motivate flametory
statements. Well sometimes worse, as someone said it doesn't need to
be RGBA, that's probably why it's so large.

#!/bin/bash
url='http://tile.openstreetmap.org/cgi-bin/steve/mapserv?map=/usr/lib/cgi-bin/steve/wms.map&service=WMS&WMTVER=1.0.0&REQUEST=map&STYLES=&TRANSPARENT=TRUE&WIDTH=256&HEIGHT=128&BBOX'
bbx=11.25,61.60639637138628,22.5,64.16810689799155
l='LAYERS'
layer=landsat
curl  -s "$url=$bbx&$l=$layer" |wc -c
layer=streets
curl -s "$url=$bbx&$l=$layer" |wc -c
bbx='-2.8125,52.05249047600099,-1.40625,52.482780222078226'
layer=landsat
curl -s "$url=$bbx&$l=$layer" |wc -c
layer=streets
curl -s "$url=$bbx&$l=$layer" |wc -c




--
/Erik




More information about the talk mailing list