You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.
The current OpenLS response of a POI Adress search e.g. "Tankstelle Berlin" searches for POI, however the response is just the adress without further POI information (e.g. amenity=petrol_station). Therefore we could extend the XML interface to include POI information sth like: <xls:POI>petrol_station</xls:POI> and visualize this also within the client
The current OpenLS response of a POI Adress search e.g. "Tankstelle Berlin" searches for POI, however the response is just the adress without further POI information (e.g. amenity=petrol_station). Therefore we could extend the XML interface to include POI information sth like:
<xls:POI>petrol_station</xls:POI>
and visualize this also within the clientCurrent response:
<xls:Address countryCode=""> <xls:StreetAddress> <xls:Building number="106"/> <xls:Street officialName="Dossenheimer Landstraße"/> </xls:StreetAddress> <xls:Place type="Country">Germany</xls:Place> <xls:Place type="CountrySubdivision">Baden-Württemberg</xls:Place> <xls:Place type="CountrySecondarySubdivision">Regierungsbezirk Karlsruhe</xls:Place> <xls:Place type="Municipality">Heidelberg</xls:Place> <xls:PostalCode>69121</xls:PostalCode> </xls:Address>
The text was updated successfully, but these errors were encountered: