Fiz
Fiz

Reputation: 69

Projections from geoserver REST

It is possible to get all allowed projections from geoserver REST API ?

I mean all this projections that allowed here... enter image description here

Upvotes: 0

Views: 165

Answers (1)

Ian Turton
Ian Turton

Reputation: 10976

No, there is no way to get that information via the REST api but it is included in the WMS getCapabilities document - http://localhost:8080/geoserver/ows?service=wms&version=1.1.1&request=GetCapabilities

Upvotes: 1

Related Questions