[Mapbender-commits] r1821 - branches/mapbender_sld/http/sld/classes
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Thu Nov 15 11:31:42 EST 2007
Author: mschulz
Date: 2007-11-15 11:31:41 -0500 (Thu, 15 Nov 2007)
New Revision: 1821
Modified:
branches/mapbender_sld/http/sld/classes/AddOperationModule.php
branches/mapbender_sld/http/sld/classes/AnchorPoint.php
branches/mapbender_sld/http/sld/classes/BinaryComparisonOp.php
branches/mapbender_sld/http/sld/classes/BinaryLogicOp.php
branches/mapbender_sld/http/sld/classes/ColorMap.php
branches/mapbender_sld/http/sld/classes/ColorMapEntry.php
branches/mapbender_sld/http/sld/classes/CssParameter.php
branches/mapbender_sld/http/sld/classes/Displacement.php
branches/mapbender_sld/http/sld/classes/DisplayOperationModule.php
branches/mapbender_sld/http/sld/classes/ElseFilter.php
branches/mapbender_sld/http/sld/classes/ExternalGraphic.php
branches/mapbender_sld/http/sld/classes/FeatureTypeStyle.php
branches/mapbender_sld/http/sld/classes/Fill.php
branches/mapbender_sld/http/sld/classes/Filter.php
branches/mapbender_sld/http/sld/classes/Font.php
branches/mapbender_sld/http/sld/classes/Graphic.php
branches/mapbender_sld/http/sld/classes/GraphicFill.php
branches/mapbender_sld/http/sld/classes/GraphicStroke.php
branches/mapbender_sld/http/sld/classes/Halo.php
branches/mapbender_sld/http/sld/classes/LabelPlacement.php
branches/mapbender_sld/http/sld/classes/LegendGraphic.php
branches/mapbender_sld/http/sld/classes/LineSymbolizer.php
branches/mapbender_sld/http/sld/classes/Mark.php
branches/mapbender_sld/http/sld/classes/NamedLayer.php
branches/mapbender_sld/http/sld/classes/ParameterValue.php
branches/mapbender_sld/http/sld/classes/PointPlacement.php
branches/mapbender_sld/http/sld/classes/PointSymbolizer.php
branches/mapbender_sld/http/sld/classes/PolygonSymbolizer.php
branches/mapbender_sld/http/sld/classes/PropertyIsBetween.php
branches/mapbender_sld/http/sld/classes/PropertyIsLike.php
branches/mapbender_sld/http/sld/classes/PropertyIsNull.php
branches/mapbender_sld/http/sld/classes/RasterSymbolizer.php
branches/mapbender_sld/http/sld/classes/Rule.php
branches/mapbender_sld/http/sld/classes/Stroke.php
branches/mapbender_sld/http/sld/classes/StyledLayerDescriptor.php
branches/mapbender_sld/http/sld/classes/TextSymbolizer.php
branches/mapbender_sld/http/sld/classes/UnaryLogicOp.php
branches/mapbender_sld/http/sld/classes/UserStyle.php
Log:
Added copyright and license
Modified: branches/mapbender_sld/http/sld/classes/AddOperationModule.php
===================================================================
--- branches/mapbender_sld/http/sld/classes/AddOperationModule.php 2007-11-15 16:15:33 UTC (rev 1820)
+++ branches/mapbender_sld/http/sld/classes/AddOperationModule.php 2007-11-15 16:31:41 UTC (rev 1821)
@@ -1,4 +1,22 @@
-<?php
+<?php
+# $Id$
+# http://www.mapbender.org/index.php/SLD
+# Copyright (C) 2002 CCGIS
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
/**
* Template class that only creates the source code for the function of adding an operation
* is used whereever an operation can be added. Simpyl change this class and the change
Property changes on: branches/mapbender_sld/http/sld/classes/AddOperationModule.php
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: branches/mapbender_sld/http/sld/classes/AnchorPoint.php
===================================================================
--- branches/mapbender_sld/http/sld/classes/AnchorPoint.php 2007-11-15 16:15:33 UTC (rev 1820)
+++ branches/mapbender_sld/http/sld/classes/AnchorPoint.php 2007-11-15 16:31:41 UTC (rev 1821)
@@ -1,4 +1,22 @@
-<?php
+<?php
+# $Id$
+# http://www.mapbender.org/index.php/SLD
+# Copyright (C) 2002 CCGIS
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
/**
* Implementation of the AnchorPoint-element
*
Property changes on: branches/mapbender_sld/http/sld/classes/AnchorPoint.php
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: branches/mapbender_sld/http/sld/classes/BinaryComparisonOp.php
===================================================================
--- branches/mapbender_sld/http/sld/classes/BinaryComparisonOp.php 2007-11-15 16:15:33 UTC (rev 1820)
+++ branches/mapbender_sld/http/sld/classes/BinaryComparisonOp.php 2007-11-15 16:31:41 UTC (rev 1821)
@@ -1,4 +1,22 @@
-<?php
+<?php
+# $Id$
+# http://www.mapbender.org/index.php/SLD
+# Copyright (C) 2002 CCGIS
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
/**
* Implementation of the BinaryComparisonOp-element
*
Property changes on: branches/mapbender_sld/http/sld/classes/BinaryComparisonOp.php
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: branches/mapbender_sld/http/sld/classes/BinaryLogicOp.php
===================================================================
--- branches/mapbender_sld/http/sld/classes/BinaryLogicOp.php 2007-11-15 16:15:33 UTC (rev 1820)
+++ branches/mapbender_sld/http/sld/classes/BinaryLogicOp.php 2007-11-15 16:31:41 UTC (rev 1821)
@@ -1,4 +1,22 @@
-<?php
+<?php
+# $Id$
+# http://www.mapbender.org/index.php/SLD
+# Copyright (C) 2002 CCGIS
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
/**
* Implementation of the BinaryLogicOp-element
*
Property changes on: branches/mapbender_sld/http/sld/classes/BinaryLogicOp.php
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: branches/mapbender_sld/http/sld/classes/ColorMap.php
===================================================================
--- branches/mapbender_sld/http/sld/classes/ColorMap.php 2007-11-15 16:15:33 UTC (rev 1820)
+++ branches/mapbender_sld/http/sld/classes/ColorMap.php 2007-11-15 16:31:41 UTC (rev 1821)
@@ -1,4 +1,22 @@
-<?php
+<?php
+# $Id$
+# http://www.mapbender.org/index.php/SLD
+# Copyright (C) 2002 CCGIS
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
/**
* Implementation of the ColorMap-element
* @package sld_classes
Property changes on: branches/mapbender_sld/http/sld/classes/ColorMap.php
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: branches/mapbender_sld/http/sld/classes/ColorMapEntry.php
===================================================================
--- branches/mapbender_sld/http/sld/classes/ColorMapEntry.php 2007-11-15 16:15:33 UTC (rev 1820)
+++ branches/mapbender_sld/http/sld/classes/ColorMapEntry.php 2007-11-15 16:31:41 UTC (rev 1821)
@@ -1,4 +1,22 @@
-<?php
+<?php
+# $Id$
+# http://www.mapbender.org/index.php/SLD
+# Copyright (C) 2002 CCGIS
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
/**
* Implementation of the ColorMapEntry-element
*
Property changes on: branches/mapbender_sld/http/sld/classes/ColorMapEntry.php
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: branches/mapbender_sld/http/sld/classes/CssParameter.php
===================================================================
--- branches/mapbender_sld/http/sld/classes/CssParameter.php 2007-11-15 16:15:33 UTC (rev 1820)
+++ branches/mapbender_sld/http/sld/classes/CssParameter.php 2007-11-15 16:31:41 UTC (rev 1821)
@@ -1,4 +1,22 @@
-<?php
+<?php
+# $Id$
+# http://www.mapbender.org/index.php/SLD
+# Copyright (C) 2002 CCGIS
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
/**
* Implementation of the CssParameter-element
*
Property changes on: branches/mapbender_sld/http/sld/classes/CssParameter.php
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: branches/mapbender_sld/http/sld/classes/Displacement.php
===================================================================
--- branches/mapbender_sld/http/sld/classes/Displacement.php 2007-11-15 16:15:33 UTC (rev 1820)
+++ branches/mapbender_sld/http/sld/classes/Displacement.php 2007-11-15 16:31:41 UTC (rev 1821)
@@ -1,4 +1,22 @@
-<?php
+<?php
+# $Id$
+# http://www.mapbender.org/index.php/SLD
+# Copyright (C) 2002 CCGIS
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
/**
* Implementation of the Displacement-element
*
Property changes on: branches/mapbender_sld/http/sld/classes/Displacement.php
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: branches/mapbender_sld/http/sld/classes/DisplayOperationModule.php
===================================================================
--- branches/mapbender_sld/http/sld/classes/DisplayOperationModule.php 2007-11-15 16:15:33 UTC (rev 1820)
+++ branches/mapbender_sld/http/sld/classes/DisplayOperationModule.php 2007-11-15 16:31:41 UTC (rev 1821)
@@ -1,4 +1,22 @@
-<?php
+<?php
+# $Id$
+# http://www.mapbender.org/index.php/SLD
+# Copyright (C) 2002 CCGIS
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
/**
* Template Class that is used to display the operations
* creates the hmtl source code for the operations
Property changes on: branches/mapbender_sld/http/sld/classes/DisplayOperationModule.php
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: branches/mapbender_sld/http/sld/classes/ElseFilter.php
===================================================================
--- branches/mapbender_sld/http/sld/classes/ElseFilter.php 2007-11-15 16:15:33 UTC (rev 1820)
+++ branches/mapbender_sld/http/sld/classes/ElseFilter.php 2007-11-15 16:31:41 UTC (rev 1821)
@@ -1,4 +1,22 @@
-<?php
+<?php
+# $Id$
+# http://www.mapbender.org/index.php/SLD
+# Copyright (C) 2002 CCGIS
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
/**
* Implementation of the ElseFilter-element.
* An ElseFilter can be used instead of a Filter.
Property changes on: branches/mapbender_sld/http/sld/classes/ElseFilter.php
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: branches/mapbender_sld/http/sld/classes/ExternalGraphic.php
===================================================================
--- branches/mapbender_sld/http/sld/classes/ExternalGraphic.php 2007-11-15 16:15:33 UTC (rev 1820)
+++ branches/mapbender_sld/http/sld/classes/ExternalGraphic.php 2007-11-15 16:31:41 UTC (rev 1821)
@@ -1,4 +1,22 @@
-<?php
+<?php
+# $Id$
+# http://www.mapbender.org/index.php/SLD
+# Copyright (C) 2002 CCGIS
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
/**
* Implementation of the ExternalGraphic-element
*
Property changes on: branches/mapbender_sld/http/sld/classes/ExternalGraphic.php
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: branches/mapbender_sld/http/sld/classes/FeatureTypeStyle.php
===================================================================
--- branches/mapbender_sld/http/sld/classes/FeatureTypeStyle.php 2007-11-15 16:15:33 UTC (rev 1820)
+++ branches/mapbender_sld/http/sld/classes/FeatureTypeStyle.php 2007-11-15 16:31:41 UTC (rev 1821)
@@ -1,4 +1,22 @@
<?php
+# $Id$
+# http://www.mapbender.org/index.php/SLD
+# Copyright (C) 2002 CCGIS
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
/**
* Implementation of the FeatureTypeStyle-element
*
Property changes on: branches/mapbender_sld/http/sld/classes/FeatureTypeStyle.php
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: branches/mapbender_sld/http/sld/classes/Fill.php
===================================================================
--- branches/mapbender_sld/http/sld/classes/Fill.php 2007-11-15 16:15:33 UTC (rev 1820)
+++ branches/mapbender_sld/http/sld/classes/Fill.php 2007-11-15 16:31:41 UTC (rev 1821)
@@ -1,4 +1,22 @@
-<?php
+<?php
+# $Id$
+# http://www.mapbender.org/index.php/SLD
+# Copyright (C) 2002 CCGIS
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
/**
* Implementation of the Fill-element
*
Property changes on: branches/mapbender_sld/http/sld/classes/Fill.php
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: branches/mapbender_sld/http/sld/classes/Filter.php
===================================================================
--- branches/mapbender_sld/http/sld/classes/Filter.php 2007-11-15 16:15:33 UTC (rev 1820)
+++ branches/mapbender_sld/http/sld/classes/Filter.php 2007-11-15 16:31:41 UTC (rev 1821)
@@ -1,4 +1,22 @@
-<?php
+<?php
+# $Id$
+# http://www.mapbender.org/index.php/SLD
+# Copyright (C) 2002 CCGIS
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
/**
* This file contains the classes used for editing filter expressions.
* Filter expressions are currently limited to logical and comparison operations.
Property changes on: branches/mapbender_sld/http/sld/classes/Filter.php
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: branches/mapbender_sld/http/sld/classes/Font.php
===================================================================
--- branches/mapbender_sld/http/sld/classes/Font.php 2007-11-15 16:15:33 UTC (rev 1820)
+++ branches/mapbender_sld/http/sld/classes/Font.php 2007-11-15 16:31:41 UTC (rev 1821)
@@ -1,4 +1,22 @@
-<?php
+<?php
+# $Id$
+# http://www.mapbender.org/index.php/SLD
+# Copyright (C) 2002 CCGIS
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
/**
* Implementation of the Font-element
*
Property changes on: branches/mapbender_sld/http/sld/classes/Font.php
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: branches/mapbender_sld/http/sld/classes/Graphic.php
===================================================================
--- branches/mapbender_sld/http/sld/classes/Graphic.php 2007-11-15 16:15:33 UTC (rev 1820)
+++ branches/mapbender_sld/http/sld/classes/Graphic.php 2007-11-15 16:31:41 UTC (rev 1821)
@@ -1,4 +1,22 @@
-<?php
+<?php
+# $Id$
+# http://www.mapbender.org/index.php/SLD
+# Copyright (C) 2002 CCGIS
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
/**
* Implementation of the Graphic-element
*
Property changes on: branches/mapbender_sld/http/sld/classes/Graphic.php
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: branches/mapbender_sld/http/sld/classes/GraphicFill.php
===================================================================
--- branches/mapbender_sld/http/sld/classes/GraphicFill.php 2007-11-15 16:15:33 UTC (rev 1820)
+++ branches/mapbender_sld/http/sld/classes/GraphicFill.php 2007-11-15 16:31:41 UTC (rev 1821)
@@ -1,4 +1,22 @@
-<?php
+<?php
+# $Id$
+# http://www.mapbender.org/index.php/SLD
+# Copyright (C) 2002 CCGIS
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
/**
* Implementation of the GraphicFill-element
*
Property changes on: branches/mapbender_sld/http/sld/classes/GraphicFill.php
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: branches/mapbender_sld/http/sld/classes/GraphicStroke.php
===================================================================
--- branches/mapbender_sld/http/sld/classes/GraphicStroke.php 2007-11-15 16:15:33 UTC (rev 1820)
+++ branches/mapbender_sld/http/sld/classes/GraphicStroke.php 2007-11-15 16:31:41 UTC (rev 1821)
@@ -1,4 +1,22 @@
-<?php
+<?php
+# $Id$
+# http://www.mapbender.org/index.php/SLD
+# Copyright (C) 2002 CCGIS
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
/**
* Implementation of the GraphicStroke-element
*
Property changes on: branches/mapbender_sld/http/sld/classes/GraphicStroke.php
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: branches/mapbender_sld/http/sld/classes/Halo.php
===================================================================
--- branches/mapbender_sld/http/sld/classes/Halo.php 2007-11-15 16:15:33 UTC (rev 1820)
+++ branches/mapbender_sld/http/sld/classes/Halo.php 2007-11-15 16:31:41 UTC (rev 1821)
@@ -1,4 +1,22 @@
-<?php
+<?php
+# $Id$
+# http://www.mapbender.org/index.php/SLD
+# Copyright (C) 2002 CCGIS
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
/**
* Implementation of the Halo-element
*
Property changes on: branches/mapbender_sld/http/sld/classes/Halo.php
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: branches/mapbender_sld/http/sld/classes/LabelPlacement.php
===================================================================
--- branches/mapbender_sld/http/sld/classes/LabelPlacement.php 2007-11-15 16:15:33 UTC (rev 1820)
+++ branches/mapbender_sld/http/sld/classes/LabelPlacement.php 2007-11-15 16:31:41 UTC (rev 1821)
@@ -1,4 +1,22 @@
-<?php
+<?php
+# $Id$
+# http://www.mapbender.org/index.php/SLD
+# Copyright (C) 2002 CCGIS
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
/**
* Implementation of the LabelPlacement-element
*
Property changes on: branches/mapbender_sld/http/sld/classes/LabelPlacement.php
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: branches/mapbender_sld/http/sld/classes/LegendGraphic.php
===================================================================
--- branches/mapbender_sld/http/sld/classes/LegendGraphic.php 2007-11-15 16:15:33 UTC (rev 1820)
+++ branches/mapbender_sld/http/sld/classes/LegendGraphic.php 2007-11-15 16:31:41 UTC (rev 1821)
@@ -1,4 +1,22 @@
-<?php
+<?php
+# $Id$
+# http://www.mapbender.org/index.php/SLD
+# Copyright (C) 2002 CCGIS
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
/**
* Implementation of the LegendGraphic-element
*
Property changes on: branches/mapbender_sld/http/sld/classes/LegendGraphic.php
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: branches/mapbender_sld/http/sld/classes/LineSymbolizer.php
===================================================================
--- branches/mapbender_sld/http/sld/classes/LineSymbolizer.php 2007-11-15 16:15:33 UTC (rev 1820)
+++ branches/mapbender_sld/http/sld/classes/LineSymbolizer.php 2007-11-15 16:31:41 UTC (rev 1821)
@@ -1,4 +1,22 @@
-<?php
+<?php
+# $Id$
+# http://www.mapbender.org/index.php/SLD
+# Copyright (C) 2002 CCGIS
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
/**
* Implementation of the LineSymbolizer-element
*
Property changes on: branches/mapbender_sld/http/sld/classes/LineSymbolizer.php
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: branches/mapbender_sld/http/sld/classes/Mark.php
===================================================================
--- branches/mapbender_sld/http/sld/classes/Mark.php 2007-11-15 16:15:33 UTC (rev 1820)
+++ branches/mapbender_sld/http/sld/classes/Mark.php 2007-11-15 16:31:41 UTC (rev 1821)
@@ -1,4 +1,22 @@
-<?php
+<?php
+# $Id$
+# http://www.mapbender.org/index.php/SLD
+# Copyright (C) 2002 CCGIS
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
/**
* Implementation of the Mark-element
*
Property changes on: branches/mapbender_sld/http/sld/classes/Mark.php
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: branches/mapbender_sld/http/sld/classes/NamedLayer.php
===================================================================
--- branches/mapbender_sld/http/sld/classes/NamedLayer.php 2007-11-15 16:15:33 UTC (rev 1820)
+++ branches/mapbender_sld/http/sld/classes/NamedLayer.php 2007-11-15 16:31:41 UTC (rev 1821)
@@ -1,4 +1,21 @@
<?php
+# $Id$
+# http://www.mapbender.org/index.php/SLD
+# Copyright (C) 2002 CCGIS
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
/**
* Implementation of the NamedLayer-element
Property changes on: branches/mapbender_sld/http/sld/classes/NamedLayer.php
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: branches/mapbender_sld/http/sld/classes/ParameterValue.php
===================================================================
--- branches/mapbender_sld/http/sld/classes/ParameterValue.php 2007-11-15 16:15:33 UTC (rev 1820)
+++ branches/mapbender_sld/http/sld/classes/ParameterValue.php 2007-11-15 16:31:41 UTC (rev 1821)
@@ -1,4 +1,22 @@
<?php
+# $Id$
+# http://www.mapbender.org/index.php/SLD
+# Copyright (C) 2002 CCGIS
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
/**
* Implementation of the ParameterValueType type of elements
*
Property changes on: branches/mapbender_sld/http/sld/classes/ParameterValue.php
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: branches/mapbender_sld/http/sld/classes/PointPlacement.php
===================================================================
--- branches/mapbender_sld/http/sld/classes/PointPlacement.php 2007-11-15 16:15:33 UTC (rev 1820)
+++ branches/mapbender_sld/http/sld/classes/PointPlacement.php 2007-11-15 16:31:41 UTC (rev 1821)
@@ -1,4 +1,22 @@
-<?php
+<?php
+# $Id$
+# http://www.mapbender.org/index.php/SLD
+# Copyright (C) 2002 CCGIS
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
/**
* Implementation of the PointPlacement-element
*
Property changes on: branches/mapbender_sld/http/sld/classes/PointPlacement.php
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: branches/mapbender_sld/http/sld/classes/PointSymbolizer.php
===================================================================
--- branches/mapbender_sld/http/sld/classes/PointSymbolizer.php 2007-11-15 16:15:33 UTC (rev 1820)
+++ branches/mapbender_sld/http/sld/classes/PointSymbolizer.php 2007-11-15 16:31:41 UTC (rev 1821)
@@ -1,4 +1,22 @@
-<?php
+<?php
+# $Id$
+# http://www.mapbender.org/index.php/SLD
+# Copyright (C) 2002 CCGIS
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
/**
* Implementation of the PointSymbolizer-element
*
Property changes on: branches/mapbender_sld/http/sld/classes/PointSymbolizer.php
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: branches/mapbender_sld/http/sld/classes/PolygonSymbolizer.php
===================================================================
--- branches/mapbender_sld/http/sld/classes/PolygonSymbolizer.php 2007-11-15 16:15:33 UTC (rev 1820)
+++ branches/mapbender_sld/http/sld/classes/PolygonSymbolizer.php 2007-11-15 16:31:41 UTC (rev 1821)
@@ -1,4 +1,22 @@
-<?php
+<?php
+# $Id$
+# http://www.mapbender.org/index.php/SLD
+# Copyright (C) 2002 CCGIS
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
/**
* Implementation of the PolygonSymbolizer-element
*
Property changes on: branches/mapbender_sld/http/sld/classes/PolygonSymbolizer.php
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: branches/mapbender_sld/http/sld/classes/PropertyIsBetween.php
===================================================================
--- branches/mapbender_sld/http/sld/classes/PropertyIsBetween.php 2007-11-15 16:15:33 UTC (rev 1820)
+++ branches/mapbender_sld/http/sld/classes/PropertyIsBetween.php 2007-11-15 16:31:41 UTC (rev 1821)
@@ -1,4 +1,22 @@
-<?php
+<?php
+# $Id$
+# http://www.mapbender.org/index.php/SLD
+# Copyright (C) 2002 CCGIS
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
/**
* Implementation of the PropertyIsBetween-element
*
Property changes on: branches/mapbender_sld/http/sld/classes/PropertyIsBetween.php
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: branches/mapbender_sld/http/sld/classes/PropertyIsLike.php
===================================================================
--- branches/mapbender_sld/http/sld/classes/PropertyIsLike.php 2007-11-15 16:15:33 UTC (rev 1820)
+++ branches/mapbender_sld/http/sld/classes/PropertyIsLike.php 2007-11-15 16:31:41 UTC (rev 1821)
@@ -1,4 +1,22 @@
-<?php
+<?php
+# $Id$
+# http://www.mapbender.org/index.php/SLD
+# Copyright (C) 2002 CCGIS
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
/**
* Implementation of the PropertyIsLike-element
*
Property changes on: branches/mapbender_sld/http/sld/classes/PropertyIsLike.php
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: branches/mapbender_sld/http/sld/classes/PropertyIsNull.php
===================================================================
--- branches/mapbender_sld/http/sld/classes/PropertyIsNull.php 2007-11-15 16:15:33 UTC (rev 1820)
+++ branches/mapbender_sld/http/sld/classes/PropertyIsNull.php 2007-11-15 16:31:41 UTC (rev 1821)
@@ -1,4 +1,22 @@
-<?php
+<?php
+# $Id$
+# http://www.mapbender.org/index.php/SLD
+# Copyright (C) 2002 CCGIS
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
/**
* Implementation of the PropertyIsNull-element
*
Property changes on: branches/mapbender_sld/http/sld/classes/PropertyIsNull.php
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: branches/mapbender_sld/http/sld/classes/RasterSymbolizer.php
===================================================================
--- branches/mapbender_sld/http/sld/classes/RasterSymbolizer.php 2007-11-15 16:15:33 UTC (rev 1820)
+++ branches/mapbender_sld/http/sld/classes/RasterSymbolizer.php 2007-11-15 16:31:41 UTC (rev 1821)
@@ -1,4 +1,22 @@
-<?php
+<?php
+# $Id$
+# http://www.mapbender.org/index.php/SLD
+# Copyright (C) 2002 CCGIS
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
/**
* Implementation of the RasterSymbolizer-element
*
Property changes on: branches/mapbender_sld/http/sld/classes/RasterSymbolizer.php
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: branches/mapbender_sld/http/sld/classes/Rule.php
===================================================================
--- branches/mapbender_sld/http/sld/classes/Rule.php 2007-11-15 16:15:33 UTC (rev 1820)
+++ branches/mapbender_sld/http/sld/classes/Rule.php 2007-11-15 16:31:41 UTC (rev 1821)
@@ -1,4 +1,22 @@
-<?php
+<?php
+# $Id$
+# http://www.mapbender.org/index.php/SLD
+# Copyright (C) 2002 CCGIS
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
/**
* Implementation of the Rule-element
*
Property changes on: branches/mapbender_sld/http/sld/classes/Rule.php
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: branches/mapbender_sld/http/sld/classes/Stroke.php
===================================================================
--- branches/mapbender_sld/http/sld/classes/Stroke.php 2007-11-15 16:15:33 UTC (rev 1820)
+++ branches/mapbender_sld/http/sld/classes/Stroke.php 2007-11-15 16:31:41 UTC (rev 1821)
@@ -1,4 +1,22 @@
-<?php
+<?php
+# $Id$
+# http://www.mapbender.org/index.php/SLD
+# Copyright (C) 2002 CCGIS
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
/**
* Implementation of the Stroke-element
*
Property changes on: branches/mapbender_sld/http/sld/classes/Stroke.php
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: branches/mapbender_sld/http/sld/classes/StyledLayerDescriptor.php
===================================================================
--- branches/mapbender_sld/http/sld/classes/StyledLayerDescriptor.php 2007-11-15 16:15:33 UTC (rev 1820)
+++ branches/mapbender_sld/http/sld/classes/StyledLayerDescriptor.php 2007-11-15 16:31:41 UTC (rev 1821)
@@ -1,4 +1,22 @@
-<?php
+<?php
+# $Id$
+# http://www.mapbender.org/index.php/SLD
+# Copyright (C) 2002 CCGIS
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
/**
* This file contains the class definitions for the sld-editor.
*
@@ -67,6 +85,11 @@
{
$temp = $offset."<StyledLayerDescriptor";
if ($this->version != "") $temp .= " version=\"".htmlspecialchars($this->version)."\"";
+ #$temp .= "xsi:schemaLocation=\"http://www.opengis.net/sld StyledLayerDescriptor.xsd\" \
+ #xmlns=\"http://www.opengis.net/sld\" \
+ #xmlns:ogc=\"http://www.opengis.net/ogc\" \
+ #xmlns:xlink=\"http://www.w3.org/1999/xlink\" \
+ #xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"";
$temp .= ">\n";
if ($this->name != "") $temp .= $offset." <Name>".htmlspecialchars($this->name)."</Name>\n";
if ($this->title != "") $temp .= $offset." <Title>".htmlspecialchars($this->title)."</Title>\n";
Property changes on: branches/mapbender_sld/http/sld/classes/StyledLayerDescriptor.php
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: branches/mapbender_sld/http/sld/classes/TextSymbolizer.php
===================================================================
--- branches/mapbender_sld/http/sld/classes/TextSymbolizer.php 2007-11-15 16:15:33 UTC (rev 1820)
+++ branches/mapbender_sld/http/sld/classes/TextSymbolizer.php 2007-11-15 16:31:41 UTC (rev 1821)
@@ -1,4 +1,22 @@
-<?php
+<?php
+# $Id$
+# http://www.mapbender.org/index.php/SLD
+# Copyright (C) 2002 CCGIS
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
/**
* Implementation of the TextSymbolizer-element
*
Property changes on: branches/mapbender_sld/http/sld/classes/TextSymbolizer.php
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: branches/mapbender_sld/http/sld/classes/UnaryLogicOp.php
===================================================================
--- branches/mapbender_sld/http/sld/classes/UnaryLogicOp.php 2007-11-15 16:15:33 UTC (rev 1820)
+++ branches/mapbender_sld/http/sld/classes/UnaryLogicOp.php 2007-11-15 16:31:41 UTC (rev 1821)
@@ -1,4 +1,22 @@
-<?php
+<?php
+# $Id$
+# http://www.mapbender.org/index.php/SLD
+# Copyright (C) 2002 CCGIS
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
/**
* Implementation of the UnaryLogicOp-element
*
Property changes on: branches/mapbender_sld/http/sld/classes/UnaryLogicOp.php
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: branches/mapbender_sld/http/sld/classes/UserStyle.php
===================================================================
--- branches/mapbender_sld/http/sld/classes/UserStyle.php 2007-11-15 16:15:33 UTC (rev 1820)
+++ branches/mapbender_sld/http/sld/classes/UserStyle.php 2007-11-15 16:31:41 UTC (rev 1821)
@@ -1,4 +1,22 @@
-<?php
+<?php
+# $Id$
+# http://www.mapbender.org/index.php/SLD
+# Copyright (C) 2002 CCGIS
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
/**
* Implementation of the UserStyle-element
*
Property changes on: branches/mapbender_sld/http/sld/classes/UserStyle.php
___________________________________________________________________
Name: svn:keywords
+ Id
More information about the Mapbender_commits
mailing list