We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
Mars....@gmail.com
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Original issue reported on code.google.com by
Mars....@gmail.com
on 5 Nov 2010 at 7:33The text was updated successfully, but these errors were encountered: