[Libosmscout-development] add feature to address type
Library for OpenStreetMap offline rendering and routing
Status: Beta
Brought to you by:
tteuling
|
From: Adrian J. <ad...@ar...> - 2016-09-08 15:25:15
|
Is it possible to add a feature to the address type? Like so:
// Addresses
TYPE address
= NODE AREA (EXISTS "addr:street" AND EXISTS "addr:housenumber")
{PostalCode}
ADDRESS
I was hoping that i then would have access to addr:postcode via my
PostCodeFeature in Nodes which are of type 'address'. But somehow it
crashes while preprocessing my pbf.
Regards,
Adrian
|