Thanks! Iāll look into the hover state today. I was actually thinking of providing another custom marker on hover but this might workā¦ will let you know.
In regards to address of the location with the centre lat/long - yes! It would be great to extract that address to be able to add that to a state of some sort.
Hi @zico.gaeffke, Iāve been looking into the centre lat/long and itās trickier than I thought to implement so canāt promise when/if Iāll be able to get to it.
However, for now you should be able to use the Mapbox Geocoding API to add this functionality yourself fairly easily via the API Connector:
Hi @alexcooney5 another one for you. Is it possible to have dynamic labels containing values that a are visible on the map without clicking, like airbnb?
New feature: save users maps drawings - August-24 update
Just released a new version (version 1.17.0) of the Beautiful Maps - Mapbox plugin with a pretty significant new feature. You can now allow users to save down the coordinates of any polygons/lines/points they draw on a map and then re-load them at a later stage.
Iām first saving down the GeoJSON, and then setting a custom state on the Map element to be equal to those coordinates I created. This means I can create new coordinates for a fresh map and update the current mapās coordinates if the user has already started drawing on the map:
Set min/max zoom levels and access current zoom level - August-24 updates
Just released a new version (1.18.0) of the Beautiful Maps - Mapbox plugin. You can now set the min/max zoom levels using two new (optional) fields on the Mapbox Map element:
Add markers with prices (like Airbnb) - August-24 update
Just released a new version of the Beautiful Maps - Mapbox plugin that allows you to add markers that shows a custom price:
You can read the āAdding Markers with a Custom Priceā section of the pluginās demo app or check out the sample map I put together here for full details on how to use this feature.
Hello, I found the following example (Doh! Making a Simpsons-inspired map with expressions | by Mapbox | maps for developers ) that I cannot adapt to my app. Do you think this is possible using your plugin and if so could you help me. I would like the size of the icons to be proportional to the value of the SIZE section of my HOUSE table, and for the color of the countries to be different depending on the value of the COLOR section. The difficulty I encounter is that the data in the HOUSE table varies depending on user actions. It is therefore a question of making the link with the HOUSE Table and the MapBox map. I donāt know if I was very clear, but any help would be appreciated. Thanks in advance
Hi again @milanic2b, Iām afraid itās not possible to dynamically set the size of the markers using my Beautiful Maps - Mapbox plugin. Sorry about that!
It may be something I look to add in the future, but I canāt promise when or if that will happen.