Success!! The blue compass arrow now works on all pages as expected. Thank you @ZeroqodeSupport for your investigation â your customer support is exceptional!
Good afternoon!
I have the following problem. I have a map on one page. When navigating to that page, I want to display a marker on that map. I have done two actions: Add Marker and Fly to, but the following error occurs:
@ZeroqodeSupport Please help me figure out what the problem is.
Thanks in advance!
Hi @greg18,
Weâre delighted to hear that everything is working as expected now
If you have a moment to spare, we would greatly appreciate it if you could leave a review for us on Trustpilot. You can share your experience with our plugin and your thoughts on our company. Please feel free to rate us as highly as you believe we deserve!
Thank you for reaching out to us!
We have not encountered this error on our end. Could you please provide us screenshots with the settings of the Mapbox element and the configuration of the âadd markerâ action? This information will help us investigate further and determine why this issue is occurring.
Wishing both of you a wonderful holiday season!
Hi, @ZeroqodeSupport!
Here you can see screenshot with the settings of the Mapbox element:
And here you can see screenshot of âadd markerâ action:
Here is the screenshot of the error:

This error occurs only when user first click on the button to which the âadd markerâ action is hung. If the button is clicked again, the error does not occur.
Please see this loom
I will wait for your answer! Have a wonderful holiday season too!
Hello, this is overall a great plugin. However I am struggling with the live tracking functionality. I have a set of vehicles I am tracking in a map. Their location changes, and the map is correctly updating the locations at the desired interval (2000ms).
However, I also would like to change the tracking images based on status, but the image displayed in the map is not changing when the image in the database changes.
Hi @latgaleszoo.wetland,
Thank you for the additional details and sorry for the delayed reply over the weekend, I hope you had an enjoyable Christmas!
It seems that the issue appears because the Mapbox element is not visible on the page, we advise you to check using Step-by-Step mode to ensure each step from your workflow is working properly and you donât have any empty values for your dynamic expressions.
You can also share with us a link to your page along with step-by-step instructions on how to test it on our side and test credentials to log in.
If you have additional information you would like to share or questions, please let us know.
We will be happy to assist you.
Happy holiday season ahead.
Regards.
Zeroqode Support Team.
Hi @alfonso.galindo,
Thank you for your message and purchase.
To assist you better, kindly provide additional details about your use case, setup, plugin element, and workflows, along with a video and the issue you get.
This will help us check with the dev team and get back to you with any suggestions.
Appreciate your understanding and weâre looking forward to hearing from you soon.
Take care and Happy Holidays!
Zeroqode Support Team.
Thank you, @ZeroqodeSupport
I added a pause before loading the map and now everything works as intended.
Hi @latgaleszoo.wetland,
Thank you for getting back to us with a confirmation that everything works now.
Hope you had a wonderful New Yearâs Eve!
Feel free to reach us again when you need some help or assistance. It will be a pleasure to cooperate.
By the way, if you enjoy using our plugins, you can rate them by going to the Plugins tab in Bubble Editor. Find the plugin by name and give it as many stars as it deserves. We would appreciate it a lot!
Have a great week ahead.
Regards,
Zeroqode Support Team.
Thanks again @ZeroqodeSupport for your continual improvement on this plugin
Iâve noticed that in the Fly To action, if you set the Bearing to 0 (due north) or the Pitch to 0 (straight down), the action will NOT set it accordingly in the Fly To action. Instead, the Bearing or Pitch will retain their current setting.
However, if I set the value to 0.1 instead of 0 as indicated in the screenshot (which results in no noticeable difference in view), or to any other value, the action works as intended.
This functionality of the plugin is perhaps by design and not a bug. However, it should be noted in the documentation in the app, in order to avoid confusion.
Hi @greg18,
Thank you for your reply and sorry for the delay over the weekend.
We will verify this information with our dev team and get back to you with some updated information.
Thank you for your understanding and cooperation.
Best regards,
Zeroqode Support Team.
Hello @ZeroqodeSupport ,
Thanks again for the plugin and your response, I manage to solve my last issue.
Iâve been diving a little bit further and I couldnât find the answer in the documentation or in this threads
- Set direction - waypoint
I manage to create a direction between origin point and destination
I want to add some waypoints in this direction
I tried to add some waypoints, I understand the format is text even if the location latitude or longitude are number.
-
I change the format to text, with no results
-
I tried with a static value it wonât work and the direction wonât even appear on the map.
Is there something I missing here ?
Thank you for your help !
Orn
Hello @spawk,
We have tested the waypoint feature, and it appears to be functioning normally on our end. We added static coordinates near the original route, and the route was adjusted accordingly as expected.
To delve deeper into the issue youâre facing, please consider the following:
-
Ensure that the coordinates you add as waypoints are not too far from the original route, as Mapbox has a limit on the maximum distance for routes.
-
Check the console for any errors that might appear. Error messages in the console can provide valuable insights into what might be causing the issue.
Wishing you a great day ahead!
For my mobile app, I want the Mapbox plugin to expand fully across the entire screen/viewport, and if the user changes the orientation of their phone, Mapbox should resize to fully fill the screen.
Several years ago I asked @ZeroqodeSupport how to implement this, and the response was to use custom CSS:
#ridermap, .Page{ height:100vh!important; position:absolute!important; top:0!important; }
This approach has worked ok but not great. If the user changes their phone orientation from landscape to portrait, the Mapbox plugin is not always correctly resized.
Now I have started using the updated Mapbox plugin per the new Bubble responsive engine. I was expecting that the new responsive plugin would solve this issue. However, with the updated plugin configured as described below, I still have the same issues, and I still need to use the custom CSS.
Is custom CSS still the suggested way to achieve this behavior?
As you can see, I have created a âBaseâ group at the lowest layer of the app. The group expands to fill the whole screen.
Within the Base group is the Mapbox plugin which should fill the whole Base group. Hence, the plugin element should fill the whole screen.
However, as is visible both in these screenshots of the editor, and also in the live app (with default behavior, i.e. not using the CSS mentioned above), the Mapbox plugin element does NOT fill up the Base group.
@ZeroqodeSupport please let me know if Iâm doing something wrong in the new plugin â or if I should continue using custom CSS
Hi - I would also like to have this outline-color feature⊠is this in the roadmap?
Is there any way to show a marker (a pin or something similar, instead of just text)?
also, can you tell me what properties are available now when loading the geoJSON as a symbol layer? from the sample, I see âTitleâ, âaddressâ and âdescriptionâ, but nothing elseâŠ
Hello @greg18,
Weâve conducted some testing to address the map resizing behavior when switching from portrait to landscape mode. We observed that the Mapbox map successfully stretches and compresses to fit the screen size when changing from portrait to landscape mode.
We made changes to the Base groupâs settings. We set it up as a Column layout and unchecked the âFit height to contentâ option. This configuration allows the group and the Mapbox map to stretch across the entire screen, adjusting to different screen sizes and orientations.
Please try implementing these changes on your end and let us know if it resolves the map resizing issue when switching between portrait and landscape modes. Your feedback is greatly appreciated.
Hello @alfonso.galindo,
Thank you for reaching out to us!
Regarding your question about the âoutline-color feature,â could you please provide more details or clarify what specific feature or functionality you are referring to? This will help us provide you with more accurate information and assistance.
As for adding markers to the Mapbox map, you can use the âadd a markerâ action provided by the plugin. The documentation for the plugin includes details on how to use this action, and you can also refer to the demo page and page editor where weâve set up the plugin for users to explore its functionality.
If you have any additional questions or if thereâs anything specific youâd like to know about the plugin or Mapbox in general, please feel free to provide more context, and weâll be happy to assist you further.
Regarding your question about a âsymbol layer,â could you please elaborate on what you mean by that term or provide more details about the context in which you are looking to use a symbol layer?
We hope you both have a wonderful weekend aheadđ
That fixed it! Thank you @ZeroqodeSupport
Hi @greg18,
Weâre delighted that we could be of assistance! If you have any more questions or encounter any concerns in the future, please donât hesitate to reach out to us through the forum or directly at support@zeroqode.com.
Wishing you a fantastic start of the week
Hi @ZeroqodeSupport ,
Please help me with these issues:
-
I need to zoom to the bounds of a list of markers. Can this be done? If so, please tell me how.
-
I need to draw lines between markers. The line actions isnât working for some reason. I assume the Coordinates field is a list of numbers, for lat, long, lat, long etc? This is what I have:
- What is âlist of linesâ? Itâs not in the documentation.
Thanks!
Hi, @ZeroqodeSupport !
Iâm having a problem with the map display. I am developing a native mobile application for Android. The problem with the map is that sometimes the map does not load fully on the whole screen, but partially (see the screenshot below). It also happens that the map loads completely, but after navigating through the tabs of the application, it then becomes cropped.
Could you please tell me how to solve this problem?
Hello @andrew36,
Thank you for reaching out to us, and we apologize for the delayed response over the weekend.
Let me address each of your questions:
You can achieve this using the âFly to MapBoxMapâ action. This feature allows you to specify latitude and longitude coordinates to focus on a particular area. Additionally, you have the option to adjust other attributes such as the zoom level and speed.
For connecting markers with lines, the MultiLine type is your best option. This allows you to plot a series of lines using coordinates. Below are some images that illustrate how you can set this up. If you encounter any issues with the line actions, make sure that your Coordinates field is correctly formatted as a list of numbers in the pattern: lat, long, lat, long, and so on.
The âList of Linesâ feature, a recent addition for the MultiLine type, simplifies drawing multiple lines. When using it, you should exclusively fill the âList of Linesâ field and leave the âCoordinatesâ field empty. In âList of Linesâ, each entry is a string representing a line, formatted as comma-separated coordinates.
Hope this will be helpful, looking forward to your thoughts on it.
Best regards,
Zeroqode Support Team