How to update a GeoServer layer's Feature Type Details attribute - Stack Overflow

admin2025-04-16  5

I'm trying to figure out how to change the value of a custom meaning attribute of a layer using Geoserver's REST API. The value is originally set using DBF data of each Shape record.

I tried all sorts of GET calls on layers, datastores, feature types to see where and how I could update but I could not get info about attributes.

My (hopefully) temporary solution is to send the entire shape file again but is a bit overkill and slow if file has too many records.

Any ideas?

Thanks!

转载请注明原文地址:http://anycun.com/QandA/1744773080a87418.html