goat-community / goat

This is the home of Geo Open Accessibility Tool (GOAT)
GNU General Public License v3.0
89 stars 47 forks source link

Insert GetFeatureInfo for ways #248

Closed UJehle closed 4 years ago

UJehle commented 4 years ago

Display an info box with feature information when a way is clicked (like the info box for POIs).

EPajares commented 4 years ago

Is this related to the new layers I assume right?

UJehle commented 4 years ago

Right. The idea was, that the user can see all the attribues attatched to a way and thus understand why for example a path is not suitbale for wheelchairs.

EPajares commented 4 years ago

@majkshkurti

majkshkurti commented 4 years ago

@EPajares @UJehle We can have more layers in the future that we may need GetInfo, so it's better to do it not only for the ways, but for all layers that we have in geoserver.

EPajares commented 4 years ago

Sounds reasonable. The best would be that we can restrict which attributes are shown for a certain layer. As for some layers it is useless to show to many attributes. So it could be good to add an array of attributes that should be shown in the app-config.json. what do you think?

majkshkurti commented 4 years ago

Yeah. That's what i was thinking. For each layer we will handle the configuration to the app-conf file including attributes.

UJehle commented 4 years ago

I now handled the viewed attributes in the Geoserver SQL views of the layers.