changeEPSG

Description

Select a spatial reference system EPSG code.  All maps are transformed to that system.

Files

  • http/javascripts/mod_changeEPSG.js
  • http/php/mod_changeEPSG_server.php

SQL

INSERT INTO gui_element (fkey_gui_id, e_id, e_pos, e_public, e_comment,
e_title, e_element, e_src, e_attributes, e_left, e_top, e_width,
e_height, e_z_index, e_more_styles, e_content, e_closetag, e_js_file,
e_mb_mod, e_target, e_requires, e_url) VALUES ('<gui_id>','changeEPSG',
2,1,'change EPSG, Postgres required, overview is targed for full extent',
'Change Projection','select','','',432,25,107,24,1,'',
'<option value="">...</option>
<option value="EPSG:4326">EPSG:4326</option>
<option value="EPSG:31466">EPSG:31466</option>
<option value="EPSG:31467">EPSG:31467</option>
<option value="EPSG:31468">EPSG:31468</option>
<option value="EPSG:31469">EPSG:31469</option>','select',
'mod_changeEPSG.js','','overview','','');

Help

http://www.mapbender.org/ChangeEpsg

Maintainer

http://www.mapbender.org/User:Christoph_Baudson

License

Copyright © 2009, Open Source Geospatial Foundation This program is dual licensed under the GNU General Public License and Simplified BSD license.  http://svn.osgeo.org/mapbender/trunk/mapbender/license/license.txt

Close