Tell me more ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

I am trying to set up Geoportal to harvest services hosted by Geoserver. I tried follow this instructions:

  1. Open your Geoportal Server.
  2. Go to the Administration tab Choose the 'Add' option
  3. Choose 'Register resource on the network' and click Proceed
  4. In the URL resource form, paste the OGC GetCapabilities URL (including all parameters)
  5. Keep the options for allowing the resource to be found and for it to be synchronized at an interval
  6. Choose the interval.
  7. Select if you want to be notified of synchronization results.
  8. Click Save.
  9. In the Manage page, approve this newly registered resource.

Now I did the following in Geoserver:

  1. Registered a ArcSDE shapefile in Geoserver that I can see in "Layer Preview" and I can get the common formats like OpenStreet map working for the layer.

But what is an OGC GetCapabilities URL??? Where do i declared and link it to the layer I registered?

Many thanks for any help

Carlos.

share|improve this question

1 Answer

up vote 0 down vote accepted

The getCapabilities request is how GeoServer (and other WMS) tell a client about thier available layers, formats etc. It is available from the front page of you GeoServer installation.

See http://docs.geoserver.org/latest/en/user/services/wms/reference.html#getcapabilities for more details. (The GeoServer manual is a fount of useful information :-))

share|improve this answer
ok I used: newrmg.ilri.cgiar.org:8080/geoserver/… But then I click on synchronize and click on "Show documents acquired from this repository" and its empty!!! – QLands Feb 21 at 12:37
That server URL doesn't work in a browser either, so its probably wrong. Try something like gismap.ciat.cgiar.org/ArcGISServer/services/IA/CBase/MapServer/… – BradHards Feb 21 at 20:36
Hi, I tried with your URL but again "Show documents acquired from this repository" retrieve an empty list!!! I don't get any error in the logs – QLands Mar 6 at 11:41

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.