https://github.com/elasticrash/geonetwork-query
JavaScript function for making geonetwork XML queries
https://github.com/elasticrash/geonetwork-query
Last synced: 2 months ago
JSON representation
JavaScript function for making geonetwork XML queries
- Host: GitHub
- URL: https://github.com/elasticrash/geonetwork-query
- Owner: elasticrash
- Created: 2014-02-18T08:36:59.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-28T09:27:31.000Z (about 11 years ago)
- Last Synced: 2025-01-02T18:47:27.361Z (4 months ago)
- Language: JavaScript
- Size: 148 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
geonetwork-query
================JavaScript function for making geonetwork XML queries
###requires jquery1. Create an html form
2. Fill the search_criteria object in the ```createRequestSearchCriteriaObject()``` function from the form elements or any other way you like
3. ```var search_criteria = createRequestSearchCriteriaObject();```
4. ```getMetadata(search_criteria);```
5. In the jquery post success add what you want exactly to do with the XML response