[OpenLayers-Users] GML layer does not Display

Nicholas Efremov-Kendall n.e.kendall at gmail.com
Mon May 18 18:57:31 EDT 2009


Hi All (thanks Eric!),
The isBaseLayer: true worked, now I have the continued problem that my GML
layer won't display.

Here's an exerpt of the GML file

<?xml version="1.0" encoding="utf-8" ?>
<ogr:FeatureCollection
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://ogr.maptools.org/sites.xsd"
     xmlns:ogr="http://ogr.maptools.org/"
     xmlns:gml="http://www.opengis.net/gml">
  <gml:boundedBy>
    <gml:Box>
      <gml:coord><gml:X>658618</gml:X><gml:Y>3722535</gml:Y></gml:coord>

<gml:coord><gml:X>690975.2797919517</gml:X><gml:Y>3752226</gml:Y></gml:coord>
    </gml:Box>
  </gml:boundedBy>
  <gml:featureMember>
    <ogr:sites fid="F0">

<ogr:geometryProperty><gml:Point><gml:coordinates>683247,3736339</gml:coordinates></gml:Point></ogr:geometryProperty>
      <ogr:NEWSITE_>14811205</ogr:NEWSITE_>
      <ogr:UTM_E>683247</ogr:UTM_E>
      <ogr:UTM_N>3736339</ogr:UTM_N>
    </ogr:sites>
  </gml:featureMember>
  <gml:featureMember>
</ogr:FeatureCollection>

NB. There are no Xml tags at the bottom, could this be the issue?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/openlayers-users/attachments/20090518/98afead2/attachment.html


More information about the Users mailing list