[Talk-GB] Mapping horse steps?
Andy Townsend
ajt1047 at gmail.com
Mon Aug 27 13:28:57 UTC 2018
On 27/08/18 13:32, Edward Catmur wrote:
> amenity=horse_dismount_block has 4 occurrences, all in the north of
> England.
I think I'm responsible for half of those - happy to pick a different
tag if someone's got a better idea!
There are actually a selection of tags used for this sort of thing:
-- ----------------------------------------------------------------------------
-- Horse mounting blocks
-- ----------------------------------------------------------------------------
if (( keyvalues["amenity"] == "mounting_block" ) or
( keyvalues["bridleway"] == "mounting_block" ) or
( keyvalues["historic"] == "mounting_block" ) or
( keyvalues["horse"] == "mounting_block" ) or
( keyvalues["horse"] == "mounting block" ) or
( keyvalues["amenity"] == "mounting_step" ) or
( keyvalues["amenity"] == "mounting_steps" ) or
( keyvalues["amenity"] == "horse_dismount_block" )) then
keyvalues["man_made"] = "mounting_block"
end
https://github.com/SomeoneElseOSM/SomeoneElse-style/blob/master/style.lua#L2211
all very low usage.
Best Regards,
Andy
More information about the Talk-GB
mailing list