Hi, do you have an alternative instead of using google maps.
I think with open streetmap would be better because of eu regulations.
How can I point the api to open streetmap?
Hi,
map does not display when logged out of WP Admin, and throws the following error:
“Uncaught ReferenceError: FlexibleMap is not defined” Index:351
“var f = new FlexibleMap();”
Any help as this is an awesome plugin. Thank you ??
]]>I have activated the plugin with .kml, everything is working great except I want to use a tracking url.
I have added the shortcode:
[flexiblemap directions=”true” src=”url.kml” width=”100%”]
When I click an item on the map it the description says:
\x00-\x1f\x7f-\xa0\u2000-\u200f\u2028-\u202f]/g,e)}’,true); return false;”>Routebeschrijving
How can I fix this?
]]>hello and good evening
i am working on the integration of several maps.
i download them here:
https://export.hotosm.org/de/v3/exports/289a6286-0bba-403d-a9c7-431e5d019d76
eg. as kml
note here we have the following File Formats
see each file format.
GeoPackage .gpkg
Shapefile .shp
Garmin .img
Google Earth .kml
OSM .pbf
MAPS.ME .mwm
OsmAnd .obf
MBTiles .mbtiles
well which one is appropiate – which one to choose!?
well finally i want to upload .kml files to WordPress. I am currently planning to add the maps to WordPress
my guesses: For KML/KMZ files to be properly supported, we’ll have to use text/xml and application/zip instead,
kml is detected as text/xml and not application/xml, changing the code accordingly should resolve the issue described in the comments below.
well i think that WordPress compares the declared MIME type to the ‘real’ detected MIME type (see function wp_check_filetype_and_ext in wp-includes/functions.php for more details)
so the question is: can we do this integration like so
function add_upload_mimes($mimes) {
$mimes['kml'] = 'text/xml';
$mimes['kmz'] = 'application/zip';
return $mimes;
}
add_filter('upload_mimes', 'add_upload_mimes');
well the question is: can i do this with the Flexible-Map too. I love to hear from you
]]>Hi
Your plugin is awesome (until it stopped working). It does exactly what I want (when it works). All of a sudden my kml maps aren’t showing up.
I’m using Divi as a theme/page builder.
Please advise
]]>Hi, I guess this moment would happen and now my maps show the “For development purposes only” notice, and google asks me to enter some form of payment.
I’d like to be able to work with new layers like OpenStreetMap or other maps, that don’t charge.
Do you plan to add this option in the future?
Thanks
]]>Hello,
How are you?
Is Flexible Map compatible with AMP pages https://it.www.ads-software.com/plugins/amp/ ?
I have seen that all maps disappear when converted to AMP pages. Is there a way to solve it?
Thank you very much.
Kind regards,
Hi, I am the owner of WP Fastest Cache. I want to add a feature that makes it possible to load the map after scrolling so I need to modify the following js source. do you have any filter about it?
<script data-noptimize="1">(function(w, fn){
if(w.addEventListener) w.addEventListener("DOMContentLoaded", fn, false);
else if(w.attachEvent) w.attachEvent("onload", fn);
})(window, function(){
var f=new FlexibleMap();
f.markerDirections=true;
f.markerDirectionsDiv="flxmap-5ee1e3b01d563-dir";
f.setlocale("ru-RU");
f.markerTitle="Стоматология Анны Герасименко";
f.markerDescription="ул. Белорусская 8, офис 17 г. Киев, Украина";
f.showAddress("flxmap-5ee1e3b01d563", "ул. Белорусская 8, офис 17 г. Киев, Украина");
window.flxmap_5ee1e3b01d563=f;
});
</script>
]]>
KML based map shows briefly then I get the error message. Suggestions?
-Kurt
]]>I installed the Flexible Map plugin and it works great using the examples with it. I stored my .kml remotely and use a url in the plugin to retrieve it. My question is whether or not I can use a local url on my website using WordPress hosted on Godaddy. I have tried to construct a local url but either did it wrong or it is not allowed. I have not seen any information on this.
]]>I’m trying to figure out a way to use Marker Clusters. I have a map with markers all over the country, and they are primarily focused in major cities. without zooming all the way in many of the cities look like they contain only one or two markers, when in fact there can be as many as a dozen plus in some cases.
I see this is a possible alternative, but not sure how to integrate this (not good with javescript)
https://stackoverflow.com/questions/11637130/google-maps-v3-marker-clustering-without-use-of-markerclusterer-plugin-or-fusion
A api do google está ativada porem n?o aparece o mapa
alguem pode ajudar?
Hello everyone, does anyone have any suggestions how to improve and center this vision of the map?
]]>I’m having issues getting the 2 files in question to display on my page
The other KML files work and I have displayed this KML file on my local site and also loaded it into a KML parser online and it displays.
Is there anything I can do to force it to show?
I have cleared the cache but that does nothing.
]]>Hello,
I’m looking to publish blog posts by email and would like to add that post to a map. Is it possible to do this with your plugin? I’m assuming I’d have to include the lon/lat via a special field to populate the map upon publication of the post.
Thanks.
]]>I have a kmz file loaded with a bunch of markers and all is looking good. I’d like to have a list of links in my HTML trigger their respective marker bubbles when clicked.
I found this code, where index
is the number of the marker. I assume google
here refers to the javascript map object.
google.maps.event.trigger(markers[index], 'click');
Thank you.
]]>Is there a way to set up filters with my KML? I can select the filters in Google Earth wondering how to enable filters in my website.
]]>Per your request, opened new ticket.
I disabled all plug ins (accept flexiblemap) and then activated one by one. The only plug that changed the behavior was Contact Form Builder. When that is deactivated, I don’t get the error message but the map still does show. Below is the shortcode.
[flexiblemap address=”640 Village Road Breckenridge CO 80424″ ” width=”300″ height=”270″ zoom=”14″ title=”Beaver Run Condo” description=””]
]]>Hi,
WCFM multi vendor, new API,
Google map in my website has been locked in a certain location (middle ease area) and
WCFM does not use my google map API.
I installed mappress, it is still locked.
I installed wcfm rest API, It didnt help.
I also tried to change the LAT,LNG in the store list php file, didn’t work.
Everything in google setting has been checked and is right.
To be honest, although I have had a very hard time on this, this is the only weak point in WCFM multi vendor so far.
Please help me, and if I am supposed to change the code, please explain in detail.
Thank you,
Moe
Can’t figure out the API thing. The Google interface is confusing for me. This plugin was working perfectly before and now its not. Been trying to follow directions but I guess I have missed something. Request Denied is an error message that comes up sometimes.
This is the code I had on the page before –
[flexiblemap address =”300 NE 71 Street Miami FL USA” width=”100%” zoom=”14″ title=”Little River Studios” description=”The Ultimate Production Destination in Miami, Florida” ?directions=”true”]
HELP!
]]>Hi
I can’t get the map to show up. I have gone through all the steps required (at least I believe so) I have checked for similar threads on the forum and followed your advice in those, however nothing makes the map show up. Can you take a look, I must be missing something. The plugin was suggested by the theme creators “Kiddy theme” they have it working on their demo site.
I have the API from Google, billing is set up, I have also added the http referrer etc.
Stumped!
Thank you
Brad
I am now seeing this error on my pages using Flexible Map. I have upgraded to 1.17.0. I have confirmed that my API key is correct, and that my Google account is in good standing.
Other suggestions?
]]>I have problem with plugin and return an error Map address returns error: ZERO_RESULTS
Can you help me ?
I have the map working great, thanks, but would love to have a emphasis bubble that can’t be closed. So have the bubble on the location pinned, and the emphasis bubble above any way I want.
Any way to easily do that with this?
Cheers!
Ryan
Hello,
how are you?
Your plugin is amazing and works really well.
Anyway, due to the GDPR I would like to stop Google maps to install cookies on the user browser, and I’ve read that is possible by changing a javascript code usually located in the header of the website.
This is the code I should replace <script type=”text/javascript” src=”https://maps.google.com/maps/api/js?sensor=true”></script>
with this:
<script type=”text/javascript” src=”https://maps.googleapis.com/maps/api/js?v=3.5&sensor=true”></script>
Can you please tell me how can I do that with your plugin?
Thank you very much,
Kind regards,
I have various KML files on my wp site (see link above, Tab “Google Earth”). The above mentioned post has a KML file which does not load properly. I think it is because Google maps does not provide enough detailed satellite maps at this region. So the KML file loads, but there is no imaginery due to a too deep zoom level. Other KML files on my website show nicely.
I used the following shortcode to display the KML: [flexiblemap zoom=”14″ maptype=”hybrid” width=”100%” height=”640″ src=”https://touren.marba.ch/gipfelkml/tbgi_2018-09-28.kml”%5D
The zoom= parameter has no effect. How can I set the map to zoom level 14 with my KML file provided above?
]]>Hi, I have a lot of users arriving to my website with mobile devices.
I am not sure whats the best option with
gesturehandling
Thanks for support
]]>I love the Flexible Maps plugin – it’s so simple, easy to use, and has many options that can be used right in the shortcode. No need to create a post for every map!
The problem I’m having is I’m using a Contact Form 7 autocomplete field plugin. However, when Flexible Maps is active, the CF7 autocomplete will not function. I’ve tried two different CF7 autocomplete plugins, and Flexible Maps conflicts with both plugins – they just don’t “search” for the address being entered.
Can you do a fix to allow autocomplete to function normally while Flexible Maps plugin is active?
Very grateful if you could fix this.
]]>Is it possible to add markers when using a KML with this plugin? I have tried but it doesn’t load if I add marker attributes. Am I doing something wrong or is this not supported. Thanks.
]]>Hi again,
Loading the page now, the map displays “This page can’t load Google Maps correctly.” When seeing the JS error, it says “er responded with a status of 400 ()”
Is there a way to fix this? We tried to put in a new API key but it didn’t fix it.
Thanks in advance!
]]>