IN-CORE / incore-services

IN-CORE Web Services is a component of IN-CORE. IN-CORE uses a service oriented architecture with a REST API for communicating with the different services.
Mozilla Public License 2.0
5 stars 1 forks source link

Test vector tile in geoserver #271

Closed ywkim312 closed 8 months ago

ywkim312 commented 8 months ago

Test vector tile option in geoserver using SLC buildings to see if it enhances the performance.

longshuicy commented 8 months ago

VectorTile is not performing as we expected. (note that there is another test we need to do .. it requires more time and efforts -> this is not feasible for this time). Therefore, we will go with Openlayers with WMS layer. In order to display the property (attribute) of the building, we can use "WMS GetFeatureInfo" which supported by OpenLayers. Here is an example: https://openlayers.org/en/latest/examples/getfeatureinfo-layers.html another example: https://openlayers.org/en/latest/examples/getfeatureinfo-tile.html