Closed lizziekarr closed 3 years ago
so the example popup seems fairly simple, except my added layer has type fill, not type points
I tried @map-mouseenter:fills instead of @map-mouseenter:points but I'm not sure where to go from here.
@map-mouseenter:fills
@map-mouseenter:points
Thanks for your help!
Found the answer in the mapbox documentation - for anyone else who gets confused, the "fills" doesn't refer to a keyword, it's the source id
so the example popup seems fairly simple, except my added layer has type fill, not type points
I tried
@map-mouseenter:fills
instead of@map-mouseenter:points
but I'm not sure where to go from here.Thanks for your help!