...
Name | type | cardinality | description |
label | String | 0..1 | Label to display in tab |
projection | String | 1..n | The definitions and labels of the projections to display |
Example
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<item action="com.cohga.client.actions.projAction"> <projection id="EPSG:428328354"> label="GDA94/MGA Zone 54"/> <projection id="EPSG:28355" label="GDA94/MGA Zone <label>GDA94<55"/label>> <def>+proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs</def> </projection><projection id="EPSG:28356" label="GDA94/MGA Zone 56"/> <projection id="EPSG:311120254"> label="AGD66/AMG <label>VicGrid94</label>Zone 54"/> <def>+proj=lcc +lat_1=-36 +lat_2=-38 +lat_0=-37 +lon_0=145 +x_0=2500000 +y_0=2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs</def> </projection><projection id="EPSG:20255" label="AGD66/AMG Zone 55"/> <projection id="EPSG:2835420256"> label="AGD66/AMG Zone 56"/> <!-- The following three entries show examples of how a custom transform can <label>GDA94be /specified. MGAThis Zonedoes 54</label>NOT have to be done if you want to use any of these three projections, it's just <def>+proj=utm +zone=54 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs</def> </projection>done here to show you how you could do it. --> <projection id="EPSG:283554283" label="GDA94"> <label>GDA94 / MGA Zone 55</label> <def> <def>+proj=utmlonglat +zone=55 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs</def> </projection> <projection id="EPSG:283563111" label="VicGrid94"> <label>GDA94 / MGA Zone 56</label> <def>+proj=utm +zone=56 +south +<def>+proj=lcc +lat_1=-36 +lat_2=-38 +lat_0=-37 +lon_0=145 +x_0=2500000 +y_0=2500000 ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs</def> </projection> <projection <projection id="EPSG:3112"> <label>GDA94 / label="GDA94/Geoscience Australia Lamberts<Lamberts"/label>> <def>+proj=lcc +lat_1=-18 +lat_2=-36 +lat_0=0 +lon_0=134 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs</def> </projection> <projection id="EPSG:20255"> <label>AGD66 / AMG Zone 55</label> <def>+proj=utm +zone=55 +south +ellps=aust_SA +units=m +no_defs</def> </projection> <projection id="EPSG:20355"> <label>AGD8494 / AMG Zone 55</label> <def>+proj=utm +zone=55 +south +ellps=aust_SA +units=m +no_defs</def> </projection> </item> |