Where is a implementation of the OpenLayers WMS class to use Ordnance Survey’s maps

http://robertomurray.co.uk/blog/2012/a-new-openlayers-wms-layer-for-usin...

how can i use it to add a WMS layer to display Ordnance Survey’s maps with Openlayers module in drupal ?

Comments

augustus.kling’s picture

Status: Active » Closed (duplicate)

This is handled in #1331410 and Ordnance Survey maps should now work with the 7.x-2.x development releases. Ensure to use EPSG:27700 as projection as this is OSGB 1936 / British National Grid (what OS uses).

augustus.kling’s picture

Version: 7.x-3.x-dev » 7.x-2.x-dev
Pol’s picture

Documentation and examples: https://github.com/rob-murray/openlayers-wms-os_openspace

You can also create your own module, just like OpenLayers Layer Image and provide your own layer type.

Good luck