Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GeoExt.data.writer.GeoJson #273

Open
hutzelknecht opened this issue May 28, 2014 · 2 comments
Open

GeoExt.data.writer.GeoJson #273

hutzelknecht opened this issue May 28, 2014 · 2 comments

Comments

@hutzelknecht
Copy link
Contributor

Has anyone ever thought about providing a GeoJson- and/or a GML-Writer for use with a Ext.data.Proxy? Or has anyone implemented one before? The writer would have to write a Geojson-Feature or GML-Feature for use with a WFS-T or similar interface.

Besides a Geojson- and/or GML-Reader for use with Ext.data.Proxy would be nice. The Class GeoExt.data.reader.Feature only reads OpenLayers-Features at the moment - so it would propably have to be called "GeoExt.data.reader.GeoJson".

I am currently working on a writer for myself, but wanted to call out to everyone, if there is already some code.

@marcjansen
Copy link
Member

The data package is @bartvde's domain, Maybe he can share some thoughts.

@bartvde
Copy link
Member

bartvde commented May 28, 2014

hah my domain ;-)

To be honest, I am not so familiar with the write side of things in Ext.data.

I've only implemented (ported) writing in the proxy class:

https://github.com/bartvde/gxp2/blob/master/src/gxp/data/proxy/WFSProtocol.js but this is for WFS-T.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants