Thanks Pavol
I did not see that in the instructions----
Now I understand how it works
I assume there is no way to setup type and subtype in addition to
what's in the list
I break the camp sites down to 5 subcatigories (over 6000 in all)
I use to use a linux program that let me have different color dots, it
was done with a preference file
Osmand so far is the best android mapping program I have seen
Thanks again
Harold
On Apr 4, 11:18 am, Pavol Zibrita <
pavol.zibr...@gmail.com> wrote:
> Hi!
>
> When you have the OSM file, and a point looks like this:
> <node id='-24' visible='true' lat='1.3094000' lon='103.7784000'>
> <tag k='created_by' v='GPSBabel-1.4.2'/>
> <tag k='name' v='Street-Soccer Court'/>
> </node>
> change it to contain an aditional tag, like:
> <node id='-24' visible='true' lat='1.3094000' lon='103.7784000'>
> <tag k='created_by' v='GPSBabel-1.4.2'/>
> <tag k='name' v='Street-Soccer Court'/>
> * <tag k='amenity' v='point' />*