I have no better idea for osmand than ....
to use over pass https://overpass-turbo.eu
You can query for your area 

/*
This has been generated by the overpass-turbo wizard.
The original search was:
“"fire hydrant"”
*/
[out:json][timeout:25];
// gather results
(
  // query part for: “"fire hydrant"”
  node["emergency"="fire_hydrant"]({{bbox}});
);
// print results
out body;
>;
out skel qt;


the example below it is prepered for Rome but you can move map whenever you 
want and start query again.
https://overpass-turbo.eu/s/1sUS

Results can be saved as gpx. This gpx can be imported in osmand then you 
can set any desc and icon manually one by one.
tedious/time consuming but no any other idea, sorry

poniedziałek, 13 marca 2023 o 12:57:19 UTC+1 [email protected] 
napisał(a):

> Hello,
> I would like to edit my render.xml file in order to display POIs with the 
> same value (for me, fire_hydrants) but with different characteristics in 
> their description (water pressure, connector, etc.) and thus have a 
> different icon for each of them. Has anyone ever succeeded in doing this?
>
>
> Thank you very much.
>

-- 
You received this message because you are subscribed to the Google Groups 
"OsmAnd" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/osmand/64e77ee2-c9b7-4788-a342-90910ad6148bn%40googlegroups.com.

Reply via email to