OpenLayers OpenLayers

root/trunk/openlayers/lib/OpenLayers/Format


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @8334 [8334] 11/11/08 15:54:22 tschaub Requiring the base class for WMC.
(edit) @8333 [8333] 11/11/08 15:52:10 tschaub Typo in comment.
(edit) @8332 [8332] 11/11/08 15:51:01 tschaub Updating build requirements for SLD format.
(edit) @8269 [8269] 11/04/08 11:22:02 tschaub Adding requires directive for SLD v1. No functional change. Thanks for …
(edit) @8102 [8102] 10/10/08 08:36:31 fredj Separating jsdoc declarations. (See #1229)
(edit) @8099 [8099] 10/08/08 08:50:42 fredj Add missing semi-colons. r=pagameba (closes #1762)
(edit) @8037 [8037] 09/19/08 02:00:17 fredj Add copyright headers and 'Inherits from'. Comments only modification.
(edit) @8033 [8033] 09/18/08 13:15:33 crschmidt "GML v2 fails in single file build in trunk", add dependancy on …
(edit) @8010 [8010] 09/12/08 13:07:20 euzuro Fix misspelling
(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) @7979 [7979] 09/08/08 13:43:34 pagameba apply missing semicolons from r7975 (in 2.7 branch) to trunk
(edit) @7955 [7955] 09/04/08 17:44:52 tschaub Adding support to the gml parser for serializing OpenLayers.Bounds as …
(edit) @7951 [7951] 09/04/08 16:44:10 tschaub Space only, nothing to see here.
(edit) @7871 [7871] 08/26/08 19:24:44 crschmidt GeoRSS fails on large line/poly nodes in FF. Use concatChildNodes to get …
(edit) @7870 [7870] 08/26/08 19:11:03 crschmidt Exceptions in Firefox are slow. (The costs of the lovely …
(edit) @7689 [7689] 08/04/08 06:38:01 crschmidt "Format.GeoJSON does not parse features with null geometries", …
(edit) @7675 [7675] 08/01/08 18:21:50 crschmidt Patch from funky_c to move all alert()s in the library to a …
(edit) @7673 [7673] 08/01/08 17:56:17 ahocevar Stroke style of features can now be specified. Both SVG's …
(edit) @7668 [7668] 08/01/08 14:30:55 crschmidt "WMC: queryable seems implemented but does not actually work", patch …
(edit) @7654 [7654] 07/31/08 21:30:39 tschaub Adding gml specific attributes to feature in gml parsing. p=sbenthall …
(edit) @7653 [7653] 07/31/08 20:35:02 tschaub Unrequire that which does not exist.
(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) @7634 [7634] 07/31/08 13:02:10 ahocevar added new graphicName symbolizer property, which allows to render …
(edit) @7627 [7627] 07/31/08 00:44:25 tschaub Caching array length instead of accessing it with each iteration. …
(edit) @7626 [7626] 07/30/08 20:00:27 crschmidt Fix for WMC does not read/write metadataURLs. This matches the style of …
(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) @7540 [7540] 07/17/08 15:23:22 elemoine ND comment fix, no functional change
(edit) @7468 [7468] 07/07/08 03:02:27 elemoine getChildValue() on GeoRSS format is slow, p=edgemaster, r=me,crschmidt …
(edit) @7413 [7413] 06/21/08 09:09:23 crschmidt WKT Format reprojects geometrycollection components twice. Fixed by …
(edit) @7339 [7339] 06/10/08 11:52:56 tschaub For now, we will point the requires directive at the XMLHttpRequest.js …
(edit) @7337 [7337] 06/10/08 09:37:08 elemoine add missing @require's
(edit) @7335 [7335] 06/09/08 15:51:38 tschaub Adding cross-browser XMLHttpRequest functionality and convenience methods …
(edit) @7333 [7333] 06/09/08 13:18:35 tschaub Adding support for TextSymbolizer writing in the SLD format. Thanks to …
(edit) @7324 [7324] 06/06/08 14:42:44 ahocevar Implemented rotation of externalGraphic vector point features. r=tschaub …
(edit) @7311 [7311] 06/05/08 16:37:40 tschaub Adding a bit of flexibility to extend and applyDefaults. First argument …
(edit) @7160 [7160] 05/13/08 16:26:14 ahocevar Divide/multiply PointSymbolizer's Size by 2 on read/write to match …
(edit) @7022 [7022] 04/28/08 08:56:55 crschmidt add dependancies to SLD format. (Closes #1530)
(edit) @6895 [6895] 04/14/08 13:35:30 tschaub SLD requires rule and filters. This could be made a requirement for …
(edit) @6833 [6833] 04/09/08 12:52:08 tschaub Fixing links in documentation. Other Natural Docs changes. (closes …
(edit) @6822 [6822] 04/08/08 00:37:36 tschaub Correcting dependencies for the SLD format. (see #1492)
(edit) @6818 [6818] 04/07/08 20:13:45 tschaub With dramatic flourish, I'm modifying 21 files with 1033 insertions and …
(edit) @6801 [6801] 04/07/08 00:22:35 crschmidt Replace the regular expression used in Format.JSON with one which is …
(edit) @6748 [6748] 03/31/08 20:14:34 pagameba quick lint before rc1, only some missing missing semi-colons.
(edit) @6645 [6645] 03/27/08 13:18:05 tschaub SLD format rewrite. Adds a versioned parser with read and write support. …
(edit) @6549 [6549] 03/18/08 04:44:40 fredj fix doc typo
(edit) @6535 [6535] 03/16/08 15:52:17 tschaub Correcting typo in message thrown by format. c=trivial
(edit) @6534 [6534] 03/16/08 08:21:15 crschmidt Add format-level layerOptions configuration property to WMC parser, to …
(edit) @6532 [6532] 03/14/08 17:07:39 tschaub Avoid infinite loops with Not elements in SLD parsing. c=ahocevar (closes …
(edit) @6494 [6494] 03/12/08 08:49:47 crschmidt Apply patch from rdewit to fix parsing of hotSpot values on Icon …
(edit) @6430 [6430] 03/04/08 02:09:05 fredj fix ND comments
(edit) @6401 [6401] 02/28/08 16:09:28 tschaub Though the structure is not something we promise will not change, the …
(edit) @6381 [6381] 02/26/08 19:50:09 ahocevar WFS transactions use wrong namespace for Delete. Thanks to Stephen …
(edit) @6358 [6358] 02/24/08 15:25:27 tschaub Adding more complete style parsing to the WMC format. The format now has …
(edit) @6313 [6313] 02/15/08 16:15:48 tschaub Adding framework for internationalization support. The new …
(edit) @6240 [6240] 02/12/08 18:05:47 ahocevar "users should be able to customize the select style per feature": Created …
(edit) @6200 [6200] 02/11/08 04:54:21 fredj fix typos and missing documentation in ND comments. (non-functional …
(edit) @6195 [6195] 02/10/08 21:39:01 crschmidt No need for ProxyHost to be in Format.KML directly anymore, since …
(edit) @6181 [6181] 02/10/08 11:18:48 crschmidt Set a FID on OSM features. Includes tests. Original patch by kleptog …
(edit) @6179 [6179] 02/09/08 15:42:32 ahocevar Add KML Styling support. Thanks rdewit for this great contribution. …
(edit) @6174 [6174] 02/09/08 14:18:02 crschmidt Pass WMC options through to versioned methods.
(edit) @6150 [6150] 02/08/08 18:54:24 tschaub Updating the WFS (transaction) format to add srsName to geometry and …
(edit) @6131 [6131] 02/08/08 14:51:55 crschmidt Fix lots of EOL SSTyle line ending problems.
(edit) @6116 [6116] 02/08/08 11:56:48 ahocevar Add optional context property to OpenLayers.Rule, so rules can now be …
(edit) @6054 [6054] 02/07/08 19:56:52 crschmidt Add further improvements to WFS writing code from sbenthall, to write out …
(edit) @6036 [6036] 02/07/08 16:54:33 crschmidt Refactor out names into namespace prefixes for overridability (and to make …
(edit) @6033 [6033] 02/07/08 16:06:08 tschaub Only write out min/max scale related properties if they are explicitly set …
(edit) @5978 [5978] 02/03/08 12:48:19 ahocevar evaluation of else filter in SLD. r=tschaub (closes #1317)
(edit) @5965 [5965] 02/01/08 16:44:43 tschaub Correcting typo in the OSM format and adding support for null namespaceURI …
(edit) @5964 [5964] 02/01/08 16:17:12 ahocevar SLD maps minScaleDenominator and maxScaleDenominator to rule minScale and …
(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) @5868 [5868] 01/23/08 21:18:56 crschmidt Change the Format.WFS to use Format.XML methods instead of …
(edit) @5837 [5837] 01/21/08 19:17:29 crschmidt Ensure that GeoRSS format does not fail when reprojection null …
(edit) @5614 [5614] 01/01/08 03:14:55 crschmidt Update copyrights to 2008.
(edit) @5553 [5553] 12/21/07 03:28:09 tschaub Separating jsdoc style docs into their own block. The new NaturalDocs
(edit) @5536 [5536] 12/20/07 08:01:19 crschmidt Fix to "style with no rule returns empty array" via the 'unruly.patch' …
(edit) @5528 [5528] 12/19/07 23:15:26 crschmidt importNode in XML.Format serializer to prevent reports of adding the node …
(edit) @5520 [5520] 12/19/07 19:24:20 tschaub Big thanks to Andreas Hocevar for this SLD format class - this continues …
(edit) @5516 [5516] 12/19/07 17:07:12 crschmidt Formats now support reprojection using internalProjection …
(edit) @5514 [5514] 12/19/07 16:55:28 tschaub nd comments only - wrapping html in code block to make nd happy
(edit) @5487 [5487] 12/18/07 07:17:34 crschmidt XML Serialization doesn't wrap nodes in documents. This breaks or …
(edit) @5453 [5453] 12/16/07 23:38:12 crschmidt Opera returns a 'null' instead of an empty string if the attribute …
(edit) @5436 [5436] 12/15/07 20:08:46 tschaub non-functional change - just removing an extra comma from r5435 to appease …
(edit) @5435 [5435] 12/15/07 16:45:51 crschmidt GeoJSON should parse and serialize GeometryCollections as a …
(edit) @5412 [5412] 12/14/07 17:02:00 crschmidt Create Format.Text, and have Layer.Text use it. (Closes #1033)
(edit) @5402 [5402] 12/13/07 19:01:13 crschmidt Apply a fix to KML format to support > 4k characters in a linestring. …
(edit) @5401 [5401] 12/13/07 18:29:18 crschmidt With a confirmation that Tim is happy considering this a review, I'm going …
(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) @5160 [5160] 11/09/07 13:19:14 tschaub minor space and comment changes only (for KML format)
(edit) @5113 [5113] 11/05/07 11:02:29 tschaub give wfs delete transactions the correct feature.fid - thanks for the …
(edit) @5028 [5028] 10/19/07 14:34:00 pagameba remove local scope variables from global namespace.
(edit) @5002 [5002] 10/18/07 08:27:35 pagameba large scale syntactic clean up adding missing semi-colons and curly braces …
(edit) @4985 [4985] 10/16/07 22:21:22 crschmidt Refactor SVN layout in compliance with RFC/LicenseChange. This …
(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) @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 …
Note: See TracRevisionLog for help on using the revision log.