re. islet, it's not a big deal I was just wondering if the built-in
derived geometry fields were already available if you knew the right
javascript incantation.
everyone happy with the tagging? I did some tests, it all seems to
work as expected:
http://linz2osm.openstreetmap.org.nz/data_dict/layer/island_poly/tagging/
Even with tagging completed, I suggest to hold off on activating this
layer until the North Island coastline import is completed.
Steve:
> The error message emailed to me suggested you were using NULL, but in javascript it's null,
> lowercase.
ah, I didn't know it cared about that.
> I think if(fields.within_linz_layer) is better style, though.
I haven't seen it as much with the new release of the data, but note
that there were quite a few places in the old dataset that were using
"0" for null, often in places where you won't expect to see it. So in
the tagging rules you'll see a lot of if (... != 0) in weird places,
where it was found to be an issue. A common but less surprising
example of that is for elevation of the coastline and lakes equal to
0.
Hamish\0