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 interested in creating a featuretype (layer) in Geoserver using the REST API without the calculation of the bounding boxes (maybe to define them through a parameter during the POST). I want this because the calculation of the bbox is to heavy and i can use the layer without calculating them.

Is this possible?

My code:

POST /rest/workspaces/topp/datastores/ds1/featuretypes
<featureType>
   <name>layer1</name>
</featureType>
share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.