From bef047bf31417e94f538ece25147e96f9b2770fc Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Thu, 21 Apr 2011 22:05:02 +0000 Subject: [PATCH] This example doesn't appear to work. We've got other examples that demonstrate the use of the newer GML parsers. git-svn-id: http://svn.openlayers.org/trunk/openlayers@11903 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- examples/GMLParser.html | 47 ----------------------------------------- 1 file changed, 47 deletions(-) delete mode 100644 examples/GMLParser.html diff --git a/examples/GMLParser.html b/examples/GMLParser.html deleted file mode 100644 index a98df5f701..0000000000 --- a/examples/GMLParser.html +++ /dev/null @@ -1,47 +0,0 @@ - - - - - OpenLayers GML Parser - - - - - - -

GML Parser Example

- -
- GML, parse, parsing -
- -

- Demonstrate the operation of the GML parser. -

- -
- -
- This script reads data from a GML file and parses out the coordinates, appending them to a HTML string with markup tags. - This markup is dumped to an element in the page. -
- -