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
Non informative name <string name="poi_landuse_education">Education</string> - Should be "Educational area"
education: university [ man_made='education' ]man_made=eductation - non present in poi_types.xml - man_made is category for poi_landuse_education - check binary inspector (wrong output?)
education: university Національний педагогічний університет ім. Михайла Драгоманова Lat 50.448776 Lon 30.495537 osmid=2204267673600 [ man_made='education' ] poi_additional:[ official_name='Національний педагогічний університет імені Михайла Петровича Драгоманова' website='https://npu.edu.ua/' opening_hours='Mo-Sa 10:00-20:00' wikipedia='http://uk.wikipedia.org/wiki/Національний педагогічний університет імені М. П. Драгоманова' wikidata='Q4315056' ] name:uk='Національний педагогічний університет ім. Михайла Драгоманова' cities:[name:pt=... ]
man_made: landuse_education Національний педагогічний університет ім. Михайла Драгоманова Lat 50.448776 Lon 30.495537 osmid=2204267673600 [ education='university' ] poi_additional:[ official_name='Національний педагогічний університет імені Михайла Петровича Драгоманова' website='https://npu.edu.ua/' opening_hours='Mo-Sa 10:00-20:00' wikipedia='http://uk.wikipedia.org/wiki/Національний педагогічний університет імені М. П. Драгоманова' wikidata='Q4315056' ] name:.... ]
Follow up task "Display section" - "Related POIs" to display other members of relation
Technical solution: Remove old code and create poi for each multipolygon, also include bbox like in route to find other buildings.
Split POIs per outer ring so they could be displayed, each POIs should encode bbox where they should be searched
if (multipolygons.size() > 1 && "boundary".equals(tags.get(OSMTagKey.TYPE.getValue()))) {
LatLon center = OsmMapUtils.getCenter(e);
if (center != null) {
String url = MapUtils.createShortLinkString(center.getLatitude(), center.getLongitude(), 13);
tags.put("osmand_poi_lat_lon", url);
}
}
Backend - @xmd5a2
https://www.openstreetmap.org/relation/5121502#map=17/50.448606/30.495488
<string name="poi_landuse_education">Education</string>
- Should be "Educational area"education: university [ man_made='education' ]
man_made=eductation - non present in poi_types.xml - man_made is category for poi_landuse_education - check binary inspector (wrong output?)Technical solution: Remove old code and create poi for each multipolygon, also include bbox like in route to find other buildings.
Split POIs per outer ring so they could be displayed, each POIs should encode bbox where they should be searched
Testing procedure: Click on POI layers icons or via search and click on university icons in Android / iOS of https://www.openstreetmap.org/relation/5121502
Web - bug:
iOS - bug:
Android - bug:
The text was updated successfully, but these errors were encountered: