The dataset was converted to centroids skipping invalid geometries (to go from polygon to point)

Mapbox is base map layer is missing much of the GBR's island names. We've received this feedback from a user:

“Hi sailing through the whitsundays many islands were not named making it hard to navigate ,so had to go back to navionics ,like your measuring system very good cheers from the fancy free crew”

Indeed too many no name islands:

https://deckee.com/maps#12/-20.12036/148.64126

FILTER DATASET (to exclude "un-named" features)

"GBR_NAME" != 'U/N Cay' AND "GBR_NAME" != 'U/N Reef' AND "GBR_NAME" != 'U/N Rock' "GBR_NAME" != 'U/N Island'

Or just filter out all GBR_NAME with U/N in the name

There are 2846 names: Cay, Island, Reef, Rock and Sand

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/595b740e-b3d7-4bea-a7c4-7dde17515a6c/Untitled.png

Metadata to display:

GBR_NAME only. The polygons or points are not required, only the label to the Deckee base map.

Different features shall have different zoom levels. Indeed, as a user I want to see island names at a glance but I don't need to see the reef names unless I am quite zoomed in. The styling shall also be different for reef and cay names. The styling for island names shall be aligned with the existing place name styling.