joto / osmium

C++/Javascript framework for working with OSM files.
http://wiki.openstreetmap.org/wiki/Osmium
GNU General Public License v3.0
123 stars 31 forks source link

this.tags.addr:housenumber #53

Closed fre391 closed 12 years ago

fre391 commented 12 years ago

Hi,

PLs, refer to the following snippet:

Osmium.Callbacks.area = function(){ if (this.tags.addr:housenumber){

What would be the correct syntax to get the tag "addr:housenumber" ?

Thx

Markus

joto commented 12 years ago

this.tags['addr:housenumber']

fre391 commented 12 years ago

hi Jochen,

besten Dank für die Hilfe. Ja, im Nachhinein extrem einfach :-)

Danke nochmal...

Markus

Am 13.10.2012 um 08:27 schrieb Jochen Topf notifications@github.com:

this.tags['addr:housenumber']

— Reply to this email directly or view it on GitHub.