Anyone know how to convert latitude, longitude in degrees to define a BBOX
where SRS=EPSG:27700
?
I am trying to call a WMS service with a URL like following (not a real link): http://mysecretmappingserver.com/wms?user=myuser&pwd=mypassword&VERSION=1.1.1&REQUEST=GetMap&LAYERS=ap25cm&STYLES=&SRS=EPSG:27700&BBOX=229096,231675,229296,231875&width=400&height=400
Any language would be fine; C# preferable.
Spacedman has been trying to help me, but I can t seem to get Proj4Net to work for me - all me, I m sure - but if someone knows either Proj4Net or the math involved, that might be better...