OpenLayers OpenLayers

root/trunk/openlayers/tests/Format


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @8007 [8007] 09/12/08 11:16:13 euzuro Added versioned GML Parser, on behalf of mr. tschaub. review=ahocevar. …
(edit) @7982 [7982] 09/08/08 17:31:39 tschaub Adding readers and writers properties to xml formats. These will contain …
(edit) @7955 [7955] 09/04/08 17:44:52 tschaub Adding support to the gml parser for serializing OpenLayers.Bounds as …
(edit) @7689 [7689] 08/04/08 06:38:01 crschmidt "Format.GeoJSON does not parse features with null geometries", …
(edit) @7668 [7668] 08/01/08 14:30:55 crschmidt "WMC: queryable seems implemented but does not actually work", patch …
(edit) @7651 [7651] 07/31/08 19:34:19 tschaub Adding a filter format for version 1.0.0 filter encoding. The sld parser …
(edit) @7607 [7607] 07/30/08 10:53:24 crschmidt Fix for Inline KML styles extracted even though extractStyles is false, …
(edit) @7590 [7590] 07/29/08 17:00:02 crschmidt Add GPX-parsing format, courtesy Edgemaster. (Closes #1272)
(edit) @7536 [7536] 07/17/08 10:35:15 pgiraud removed extra comma (IE complains), no functional change
(edit) @7413 [7413] 06/21/08 09:09:23 crschmidt WKT Format reprojects geometrycollection components twice. Fixed by …
(edit) @7333 [7333] 06/09/08 13:18:35 tschaub Adding support for TextSymbolizer writing in the SLD format. Thanks to …
(edit) @6824 [6824] 04/08/08 01:11:10 tschaub Opera doesn't need the sniffing, so neither do I. (see #1501)
(edit) @6823 [6823] 04/08/08 01:04:30 tschaub Taking advantage of the xml_eq test method. (closes #1501)
(edit) @6818 [6818] 04/07/08 20:13:45 tschaub With dramatic flourish, I'm modifying 21 files with 1033 insertions and …
(edit) @6721 [6721] 03/31/08 01:13:25 crschmidt missed these files in the initial move
(edit) @6719 [6719] 03/31/08 01:03:49 crschmidt bring back r6710 now that popup changes are in
(edit) @6711 [6711] 03/30/08 22:12:03 crschmidt Revert r6710: The new popup coe is going to need to change tests, so …
(edit) @6710 [6710] 03/30/08 21:57:38 crschmidt Since we've now completed all the work that is including new tests in 2.6, …
(edit) @6673 [6673] 03/28/08 20:38:47 euzuro replacing tabs with spaces. no functional diffs here.
(edit) @6645 [6645] 03/27/08 13:18:05 tschaub SLD format rewrite. Adds a versioned parser with read and write support. …
(edit) @6358 [6358] 02/24/08 15:25:27 tschaub Adding more complete style parsing to the WMC format. The format now has …
(edit) @6344 [6344] 02/22/08 15:08:28 tschaub Modifying xml_eq so that prefixes for element and attribute nodes are not …
(edit) @6181 [6181] 02/10/08 11:18:48 crschmidt Set a FID on OSM features. Includes tests. Original patch by kleptog …
(edit) @6131 [6131] 02/08/08 14:51:55 crschmidt Fix lots of EOL SSTyle line ending problems.
(edit) @6033 [6033] 02/07/08 16:06:08 tschaub Only write out min/max scale related properties if they are explicitly set …
(edit) @6005 [6005] 02/06/08 11:00:55 tschaub More tests for XML format that pass in Safari - confirming nothing except …
(edit) @5919 [5919] 01/28/08 11:39:05 tschaub Adding Web Map Context document parsing for versions 1.0.0 and 1.1.0. …
(edit) @5902 [5902] 01/26/08 09:41:41 crschmidt Add support for parsing and serializing OpenStreetMap data. Includes …
(edit) @5837 [5837] 01/21/08 19:17:29 crschmidt Ensure that GeoRSS format does not fail when reprojection null …
(edit) @5520 [5520] 12/19/07 19:24:20 tschaub Big thanks to Andreas Hocevar for this SLD format class - this continues …
(edit) @5501 [5501] 12/18/07 12:45:09 crschmidt bring back removal of XML prolog.
(edit) @5500 [5500] 12/18/07 12:06:09 crschmidt Because IE serializes the processing instruction, we can't just grab …
(edit) @5499 [5499] 12/18/07 11:54:15 crschmidt no need to process the expected data twice.
(edit) @5498 [5498] 12/18/07 11:52:06 crschmidt Change test to use importNode if available, and add a test for serializing …
(edit) @5478 [5478] 12/17/07 22:44:21 crschmidt Remove XML prolog from tests. Browsers can't seem to decide whether they …
(edit) @5477 [5477] 12/17/07 22:33:01 crschmidt revert previous commit. This is actually caused by a bug in Format.XML. …
(edit) @5475 [5475] 12/17/07 21:23:41 crschmidt Safari's XMLSerializer support is broken: it doesn't export namespaces, so …
(edit) @5473 [5473] 12/17/07 12:05:38 pagameba loosen the test for XML write by removing the <?xml ... ?> header before …
(edit) @5456 [5456] 12/17/07 00:28:06 crschmidt Opera serializes attributes before namespace declarations.
(edit) @5455 [5455] 12/16/07 23:57:13 crschmidt Opera doesn't encode greater than symbols, only less than, when …
(edit) @5437 [5437] 12/15/07 22:09:08 tschaub Fixed test for GeoJSON collections (closes #1067).
(edit) @5435 [5435] 12/15/07 16:45:51 crschmidt GeoJSON should parse and serialize GeometryCollections as a …
(edit) @5238 [5238] 11/21/07 10:53:32 crschmidt Commit this quite-excellent patch from Roald de Wit, which adds: * the …
(edit) @5161 [5161] 11/09/07 13:50:06 tschaub correct writing of multi-part geometries for KML - thanks for the swift …
(edit) @4819 [4819] 10/04/07 14:11:15 crschmidt The createCRSObject stuff never really worked. Unfortunately, the tests …
(edit) @4797 [4797] 10/03/07 17:15:09 crschmidt KML should use the correct namespace for the placemark it is …
(edit) @4779 [4779] 10/03/07 10:57:45 crschmidt Fix Format tests (committed the wrong one.) (See #1024)
(edit) @4770 [4770] 10/03/07 01:32:18 crschmidt GeoJSON format back up to spec with draft 4. (See #1028)
(edit) @4769 [4769] 10/03/07 01:30:17 crschmidt Support W3C Geo in Format.GeoRSS -- this.geons was referenced ,but …
(edit) @4429 [4429] 09/20/07 21:14:25 crschmidt Extract attributes wrapped in CDATA, by adding an additional nodeType. …
(edit) @4305 [4305] 09/14/07 18:50:30 crschmidt Format.GeoRSS didn't use Format.XML serializer, nor did it support …
(edit) @4219 [4219] 09/11/07 11:18:42 tschaub Full read/write support for KML. All KML 2.1 geometries supported. All …
(edit) @4206 [4206] 09/10/07 18:02:18 tschaub GML format rewrite - now subclasses from XML format. Refactored code to …
(edit) @4188 [4188] 09/04/07 11:28:14 crschmidt Add test_KML stub (does nothing useful.)
(edit) @4156 [4156] 08/31/07 11:08:38 euzuro rolling back ;'s after a function declaration, cleaning up some …
(edit) @4059 [4059] 08/27/07 13:47:50 tschaub removing HTML comment wrapping scripts - these haven't been necessary …
(edit) @3994 [3994] 08/23/07 12:29:03 tschaub #915 Adding support for GeoJSON vector format. Many thanks to Chris for …
(edit) @3896 [3896] 08/11/07 20:40:59 euzuro rearrange logic for xml format test. final touch on #894
(edit) @3875 [3875] 08/08/07 12:19:31 tschaub #894 - bind this to xmldom closure
(edit) @3862 [3862] 08/05/07 11:55:02 tschaub #841 - cross-browser XML DOM methods for creation, traversal, reading, and …
(edit) @3838 [3838] 08/02/07 14:04:47 tschaub #874 - stop global namespace pollution and actually set state on features …
(edit) @3324 [3324] 06/12/07 15:05:42 euzuro fix format georss patch to not cause tests to break in IE. see …
(edit) @3170 [3170] 05/24/07 02:51:50 crschmidt Add missing test file to SVN.
(edit) @3158 [3158] 05/21/07 10:24:55 tschaub #708 - make the WKT format like the other vector formats - …
(edit) @3096 [3096] 04/26/07 09:31:46 crschmidt Add GML format test, which for the time being only has a constructor …
(edit) @2978 [2978] 04/02/07 12:46:34 sderle propset svn:eol-style native recursively throughout trunk. enjoy\!
(edit) @2942 [2942] 03/31/07 12:21:14 tschaub read/write for Well-Known Text representation of vector geometries - …
(add) @2941 [2941] 03/31/07 11:58:32 tschaub adding folder for Format tests
Note: See TracRevisionLog for help on using the revision log.