mapster
Forum Replies Created
-
Forum: Plugins
In reply to: [Mapster WP Maps] Conflict with AutomatorWPHello Mathieu, I think I see the error, it’s a function I gave a dumb name to. If you can email me directly at victor@mapster.me I think I can resolve this pretty quickly.
Forum: Plugins
In reply to: [Mapster WP Maps] Popups are no longer opening on mapI believe this was related to an old version.
Forum: Plugins
In reply to: [Mapster WP Maps] Popups are no longer opening on mapHello, sorry, your email went to spam! I believe this may be due to being on an old version and some changes being misaligned. Please let me know when you’ve been able to update to the latest, and to see if the problem has been fixed. Google Maps popups were affected.
Forum: Plugins
In reply to: [Mapster WP Maps] Popups are no longer opening on mapHello! Would you mind messaging me at victor@mapster.me? I can help diagnose better that way.
Forum: Plugins
In reply to: [Mapster WP Maps] Locations not showing on map – only after some zoomOK, give a try to version 1.16.0. Let me know if the labels resolve?
Forum: Plugins
In reply to: [Mapster WP Maps] Locations not showing on map – only after some zoomHello! So this issue is due to fonts that were being fetched, the open source hosting site went down that loads them — so in a recent update I included those fonts inside the plugin. However, these only contain certain glyphs and some of the characters in your text are outside that normal range. I can’t include all the fonts as it would balloon the size of the plugin, so I’m just looking for a more stable hosting of those fonts. I should have an update in the next few hours with any luck.
Forum: Plugins
In reply to: [Mapster WP Maps] On scroll the radius circle take the whole mapJust following up — static circles are now available in Pro, as of 1.14.0! You could, in theory, gradually reduce or increase these over time by setting the post meta of the appropriate value controlling the circle radius. Let me know if you plan to do that and I’ll write up some sample code.
- This reply was modified 1 year ago by mapster.
Forum: Plugins
In reply to: [Mapster WP Maps] Location search is returning errorHello — no, if you search for a location, it will zoom in on that location or polygon, not zoom in and still show all the shapes on the map. If you want to share the use case we could add a feature request if it makes sense as a general feature, but you’re also always free to use the Developer Hooks in the docs to make unique functionality! https://wpmaps-docs.mapster.me/
Forum: Plugins
In reply to: [Mapster WP Maps] Location search is returning errorGreat! Thanks! Please leave a review if you like it, that would help a lot 🙂 Have fun mapping!
Forum: Plugins
In reply to: [Mapster WP Maps] Location search is returning errorHello! I took a quick look and I think you entered a setting incorrectly. The “limit results” field, if you hover over the small question mark, isn’t about setting the number of results (which I think you did by entering “5”). That’s about limiting the areas of the world searched (ie, limiting by country codes). Remove the “5” from the Limit Results field on your map and it should work. Please let me know if it does.
Forum: Plugins
In reply to: [Mapster WP Maps] On scroll the radius circle take the whole mapHello again — unfortunately not easily or automatically. You would have to modify the geoJSON or redraw it/reimport it over time.
Glad it worked! I will still let you know when I release the version that has these features in it.
Forum: Plugins
In reply to: [Mapster WP Maps] On scroll the radius circle take the whole mapHello, right now I don’t have a way to directly create circles in the polygon area — you’d need to import a geoJSON of a circle. However, it’s something that I can add, and I will add that functionality in the next version of the plugin. I will also look into adding something that can keep the radius “static” on the circle type you already made.
Keep an eye out — if you are okay waiting a week or two then a new update should be out then with these functionalities in it, and I’ll update in this thread.
Forum: Plugins
In reply to: [Mapster WP Maps] Hover Popup Doesn’t DisappearHello, just checking in about this again. I believe this issue is solved and will be released in the next version. Please get in touch if you want to test it.
Forum: Plugins
In reply to: [Mapster WP Maps] On scroll the radius circle take the whole mapHello, here are some explanations:
- The circle is always a static size — it won’t get smaller as you zoom out. This is because the radius is set as pixels (you can see this on the Location screen, you set the radius of the circle in Pixels). Since you’ve set your circle to 450 pixels in size, it will always remain that size as the user zooms in or out. That’s why it takes up the whole screen.
- The MapLibre OpenStreetMaps that you’re using doesn’t provide tiles at the farthest, final zoom level of Maplibre. That’s why you’re seeing black at a certain point — the tiles disappear and you are seeing the CSS background of the container you’ve put the map in.
I am going to take a look at limiting the zoom of Maplibre when OSM basemaps are selected — as it shouldn’t just blank out — watch for that in a coming version.
However for the circle, if you want a circle that is a static size, you will need to create it as a Polygon rather than as a circle in the Location post type, because that one works by pixels and not by static coordinates.
Does that make sense?
Forum: Plugins
In reply to: [Mapster WP Maps] Hover Popup Doesn’t DisappearJust closing this as there is a duplicate.