Project

General

Profile

1
<featureType datastore = "states_shp" >
2
<name>states</name>
3
<!--
4
native wich EPGS code for the FeatureTypeInfoDTO
5
-->
6
<SRS>4326</SRS>
7
<title>USA Population</title>
8
<abstract>This is some census data on the states.</abstract>
9
<numDecimals value = "0" />
10
<keywords>census, state boundaries, united states</keywords>
11
<latLonBoundingBox dynamic = "false" miny = "24.955967" maxy = "49.371735" maxx = "-66.969849" minx = "-124.731422"  />
12
<!--
13
the default style this FeatureTypeInfoDTO can be represented by.
14
at least must contain the "default" attribute 
15
-->
16
<styles default = "population"  />
17
</featureType>
    (1-1/1)