It looks like its having troubles converting the feature to GML - what
does your table looks like?
Ie:
psql -U <user name> <db name>
\d subway_stations
dave
----------------------------------------------------------
This mail sent through IMP: https://webmail.limegroup.com/
here's the table description. remember, though, that udig is able to render the features for that layer fine (using WFS, not WMS), so the data must be getting across somehow.
fundrace=# \d subway_stations
Table "public.subway_stations"
Column | Type | Modifiers
-----------+-------------------+------------------------------------------------------------------
gid | integer | not null default nextval('public.subway_stations_gid_seq'::text)
objectid | bigint |
id | numeric |
name | character varying |
alt_name | character varying |
cross_st | character varying |
long_name | character varying |
label | character varying |
borough | character varying |
nghbhd | character varying |
routes | character varying |
transfers | character varying |
color | character varying |
express | character varying |
closed | character varying |
the_geom | geometry |
Indexes:
"subway_stations_pkey" primary key, btree (gid)
"subway_stations_the_geom_gist" gist (the_geom)
Check constraints:
"enforce_dims_the_geom" CHECK (ndims(the_geom) = 2)
"enforce_geotype_the_geom" CHECK (geometrytype(the_geom) = 'POINT'::text OR the_geom IS NULL)
"enforce_srid_the_geom" CHECK (srid(the_geom) = -1)
thanks,
mike
dblasby@anonymised.com wrote:
It looks like its having troubles converting the feature to GML - what
does your table looks like?
Ie:
psql -U <user name> <db name>
\d subway_stations
dave
----------------------------------------------------------
This mail sent through IMP: https://webmail.limegroup.com/
--
Michael Frumin
R&D Technical Director
EYEBEAM
540 W 21st St
New York, NY 10011
+1 212.937.6580 x 241
mfrumin@anonymised.com
http://research.eyebeam.org