[Geojson] GeoJSON in php - proposed implementation

David William Bitner bitner at dbspatial.com
Mon Nov 24 11:37:40 PST 2008


Pierre,
I would be interested in and willing to help out.

David

On Mon, Nov 24, 2008 at 7:53 AM, Pierre GIRAUD <bluecarto at gmail.com> wrote:

> Hi all,
>
> With this message I'm trying to get help or at least comments by
> people interested in having a GeoJSON implementation in PHP.
>
> A new project of ours necessitates that we implement the GeoJSON specs
> in PHP (to be available as a symfony plugin).
>
> We would like to implement this as a library into mapfish, and with a
> possible standalone use.
>
> First of all, we would be happy to have feedbacks by people who
> already tried such an implementation.
>
> In case there are none, following is detailed the classes we'll write
> to achieve this :
>
>  /*
>  * A class to let us convert geometry coordinates into wkb
>  * and back
>  */
>  - class WKB
>  - method decode
>  - method encode
>
>  /**
>  * Classes to manage geometries
>  */
>  - class Geometry
>  - class Point extends Geometry
>  - class LineString extends Geometry
>
>  /**
>  * Class to read or write GeoJSON features
>  */
>  - class GeoJSON
>  - method decode
>  - method encode
>
> Any comment or feedback on this appreciated.
>
> Regards,
> Pierre
> _______________________________________________
> Geojson mailing list
> Geojson at lists.geojson.org
> http://lists.geojson.org/listinfo.cgi/geojson-geojson.org
>



-- 
************************************
David William Bitner
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.geojson.org/pipermail/geojson-geojson.org/attachments/20081124/9a24b322/attachment.htm>


More information about the GeoJSON mailing list