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

WMS and WFS problems with GeoServer #11659

Closed
qgib opened this issue Mar 28, 2009 · 3 comments
Closed

WMS and WFS problems with GeoServer #11659

qgib opened this issue Mar 28, 2009 · 3 comments
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Data Provider Related to specific vector, raster or mesh data providers
Milestone

Comments

@qgib
Copy link
Contributor

qgib commented Mar 28, 2009

Author Name: Paolo Cavallini (@pcav)
Original Redmine Issue: 1599

Redmine category:web_services_clients/wms
Assignee: nobody -


A test WMS server is at: http://www.lucamorandini.it/geoserver/wms , while
the WFS one is at:http://www.lucamorandini.it/geoserver/wfs

As I see it. there are two issues when Quantum GIS and Geoserver interact:

  1. QGIS does not retrieve all available styles when listing WMS layers
    to be added, only the first one ("burg", in this case) is shown; if that
    style is not applicable to the chosen WMS layer, the layer won't show.

  2. QGIS does not prefix WFS requests with the proper namespace, for
    instance it asks for:
    GET
    /wfs?SERVICE=WFS&VERSION=1.0.0&REQUEST=DescribeFeatureType&TYPENAME=region

while TYPENAME should be psc:region instead.

@qgib
Copy link
Contributor Author

qgib commented Mar 31, 2009

Author Name: Marco Hugentobler (@mhugent)


One problem with the WMS server is that it states the url for [[GetMap]] requests to be

http://localhost/... (see below)
where it should be http://www.lucamorandini.it/geoserver/wms

image/png application/atom xml application/atom+xml application/openlayers application/pdf application/rss xml application/rss+xml application/vnd.google-earth.kml application/vnd.google-earth.kml xml application/vnd.google-earth.kml+xml application/vnd.google-earth.kmz application/vnd.google-earth.kmz xml application/vnd.google-earth.kmz+xml atom image/geotiff image/geotiff8 image/gif image/jpeg image/png8 image/svg image/svg xml image/svg+xml image/tiff image/tiff8 kml kmz openlayers rss

@qgib
Copy link
Contributor Author

qgib commented Apr 1, 2009

Author Name: Paolo Cavallini (@pcav)


Luca has corrected the issue with host name and path returned from [[GetCapabilities]] (now the [[OnlineResource]] attribute points to: www.lucamorandini.it/geoserver), please check.

@qgib
Copy link
Contributor Author

qgib commented May 2, 2009

Author Name: Marco Hugentobler (@mhugent)


And issue 3) is that the WFS server does not provide information about the layer extent. So 69c5d8e (SVN r10698) contains a failback method to calculate the layer extent if wfs server does not provide one.


  • resolution was changed from to fixed
  • status_id was changed from Open to Closed

@qgib qgib added Bug Either a bug report, or a bug fix. Let's hope for the latter! Data Provider Related to specific vector, raster or mesh data providers labels May 24, 2019
@qgib qgib added this to the Version 1.0.3 milestone May 24, 2019
@qgib qgib closed this as completed May 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Data Provider Related to specific vector, raster or mesh data providers
Projects
None yet
Development

No branches or pull requests

1 participant