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

Delete feature operation for GeoRest could not work #23

Open
GoogleCodeExporter opened this issue Mar 14, 2015 · 0 comments
Open

Delete feature operation for GeoRest could not work #23

GoogleCodeExporter opened this issue Mar 14, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link
Collaborator

Steps:
1. load Samples data
2. configure data source file for Rest
<Resource uripart="Parcels">
            <Source type="MapGuide">
                <FeatureSource>Library://Samples/Sheboygan/Data/Parcels.FeatureSource</FeatureSource>
                <FeatureClass>SHP_Schema:Parcels</FeatureClass>
            </Source>
            <Representation renderer="JSON" pattern=".json"/>
            <Representation renderer="XML" pattern=".xml">
                <Method name="PUT" />
                <Method name="GET" />
                <Method name="DELETE" />
                <Method name="POST" />
            </Representation>
3. Run Python code to send delete result (code attached)


result:
result code "200 update done", but the feature was not deleted.


expected:
the feature Autogenerated_SDF_ID=1 should be deleted.
----------------
External ID: Clarify 1353510

Original issue reported on code.google.com by Mars....@gmail.com on 5 Nov 2010 at 7:33

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

No branches or pull requests

1 participant