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

MapStore2 does not correctly import layers from pyCSW (GeoNode CSW) CSW Service #1219

Closed
afabiani opened this issue Oct 27, 2016 · 6 comments

Comments

@afabiani
Copy link
Member

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.

@mbarto
Copy link
Contributor

mbarto commented Nov 24, 2016

Most (all in the given service) of the layers do not have enough information to be added to a map.
I will fix a couple of bugs:

  • do not allow adding to a map if info is missing (e.g. layer name)
  • allow for some empty tags that are breaking pagination

mbarto added a commit to mbarto/MapStore2 that referenced this issue Nov 24, 2016
@afabiani
Copy link
Member Author

Issued to GeoNode and created a PR

GeoNode/geonode#2721

@simboss
Copy link
Member

simboss commented Nov 24, 2016

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.

@mbarto mbarto closed this as completed in d3a681a Nov 25, 2016
@ghost ghost removed the pending review label Nov 25, 2016
@simboss simboss reopened this Nov 28, 2016
@mbarto mbarto modified the milestones: R52016, R42016 Nov 30, 2016
@Gnafu Gnafu modified the milestones: R12017, R52016 Jan 19, 2017
@simboss simboss added this to the 2017.05.00 (Catalog Review) milestone Mar 22, 2017
@simboss simboss removed this from the 2017.03.00 (Embed) milestone Mar 22, 2017
@simboss simboss removed this from the 2017.04.00 (Catalog Review) milestone Apr 21, 2017
@tdipisa tdipisa removed the ready label Nov 10, 2017
@kappu72
Copy link
Contributor

kappu72 commented Nov 22, 2017

Give a look to decat code

@tdipisa tdipisa added this to the 2018.04.00 milestone Jul 27, 2018
@tdipisa tdipisa modified the milestones: 2019.02.00, 2019.03.00 Mar 15, 2019
@tdipisa
Copy link
Member

tdipisa commented Aug 9, 2019

@afabiani @simboss @kappu72 Can we close this?

@tdipisa tdipisa modified the milestones: 2019.03.00, 2019.03.01 Oct 10, 2019
@tdipisa tdipisa removed this from the 2020.01.01 milestone Jan 15, 2020
@tdipisa
Copy link
Member

tdipisa commented Jan 15, 2020

closed for inactivity

@tdipisa tdipisa closed this as completed Jan 15, 2020
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

7 participants