showallmarkers not supported in CFMAP
Description
This is my first post here, so my apologies if this is the wrong place or method to report issues. I searched for the issue online but couldn't find any references for it.
Apparently, "showallmarkers" as an attribute is not supported in CFMAP. The exact error message I see is "attribute [showallmarkers] is not supported for tag [Map]". That attribute works on a live server, but does not seem to be available with ColdBox.
Activity
I’ll look into that. Thanks
I don’t see showallmarkers used anywhere the Coldbox framework. What server is the production server running vs the test server ( e.g. Adobe or Lucee versions )?
This sounds like you’re using Lucee in development ( https://docs.lucee.org/reference/tags/map.html ) and ACF in production ( https://docs.lucee.org/reference/tags/map.html ). That attribute is not supported in the latter.
Just update your dev environment to use the same ACF engine as production and you should be good to go.