Development

Changeset 23072

You must first sign up to be able to contribute.

Changeset 23072

Show
Ignore:
Timestamp:
10/15/09 05:44:44 (4 years ago)
Author:
takob
Message:

[sfMapFishPlugin] fix the preg_replace limitation (WKT exceed 30k) and the coordinates in GeoJSON (should be float, not string)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfMapFishPlugin/branches/1.2/package.xml.tmpl

    r20148 r23072  
    5252   <release> 
    5353    <version> 
     54     <release>1.0.3</release> 
     55     <api>1.0.0</api> 
     56    </version> 
     57    <stability> 
     58     <release>beta</release> 
     59     <api>beta</api> 
     60    </stability> 
     61    <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD license</license> 
     62    <license>BSD</license> 
     63    <date>2009-10-15</date> 
     64    <notes>* takob: fix the preg_replace limitation (WKT exceed 30k) and the coordinates in GeoJSON (should be float, not string)</notes> 
     65   </release> 
     66   <release> 
     67    <version> 
    5468     <release>1.0.2</release> 
    5569     <api>1.0.0</api>