-
Notifications
You must be signed in to change notification settings - Fork 405
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
MapStore2 does not correctly import layers from pyCSW (GeoNode CSW) CSW Service #1219
Comments
Most (all in the given service) of the layers do not have enough information to be added to a map.
|
Issued to GeoNode and created a PR |
See my analysis on the GeoNode associated issue here. We need to make MapStore 2 more resilient to read GetRecords responses, although full interoperability is going to be difficult to achieve, given that people put information in different place. |
Give a look to decat code |
closed for inactivity |
Trying to add layers from GeoNode CSW catalog (based on PyCSW implementation by default)
e.g.: http://demo.geonode.org/catalogue/csw?outputschema=http%3A%2F%2Fwww.opengis.net%2Fcat%2Fcsw%2F2.0.2&service=CSW&version=2.0.2&request=GetCapabilities
The list of records seems to be parsed correctly (even though previews do not work and often pagination does not work correctly), but adding a Layer seems to be broken somehow. The generated WMS request does not contain LAYERS query param at all or a "null" workspace is assigned to the layer.
The text was updated successfully, but these errors were encountered: