mobidata-bw / ipl-orchestration

MobiData-BW Integrationsplattform (IPL), an API platform that provides mobility data for Baden-Württemberg across many domains.
https://api.mobidata-bw.de
European Union Public License 1.2
0 stars 0 forks source link

Geoserver: new layer and updated style #242

Closed richardforsterNVBW closed 1 month ago

richardforsterNVBW commented 2 months ago

Changes

Parking

richardforsterNVBW commented 2 months ago

Looks mostly good to me. However, capacity is a required attribute and should not be reported as nillable, no?

And at least for some attributes like e.g. max_height, a description would be helpful so users are aware of the units returned.

I found several other required attributed which were falsely reported as optional as type or static_data_updated_at. I fixed it and squashed the commits into one.

I will prepare another commit for next week which will also include descriptions for the parking layers.

I found that the new parking_sites_item layer's featuretype.xml did not include a list of the attributes with infos on optional/required, name, nillable and so on. For the new squashed commit I added it manually. Does GeoServer not create the featuretype.xml automatically with a list of the attributes?

richardforsterNVBW commented 1 month ago

LGTM.

No, you explicitly need to check the option, otherwise the schema is deduced from the table schema.

This means, that I need to update the attribute list when new attributes are added via SQL statement, since it is not automatically added to <attributes>?