I am using the latest version of the plugin (10.4.65) and the CMap template (5.6), with the Avada theme (7.11.9) and the latest WP (6.6.1).
]]>in der aktuellen Plugin Version 2.2.241 werden die Geokoordinaten (Latitude/Longitude) anhand der Adresse ungenau berechnet, so dass im Frontend die Marker in der Karte von der eigentlichen Adresse abweichen. Mal sind es wenige hundert Meter, aber vereinzelt auch Kilometer. Wenn im Store-Eintrag die “Wegbeschreibung” angeklickt wird und man zu Google Maps weitergeleitet wird, wird bei Google der korrekte Standort der Adresse angezeigt. Wir haben recherchiert, ob es an ungew?hnlichen Angaben im Stra?ennamen oder dem Ort liegt, aber da ist keine Unstimmigkeit festzustellen, da auch bei einfachen Adressangaben die Berechnung der Geokoordinaten abweicht.
Beispiel:
Suche PLZ “09120”; Umkreis “10 km”; Store “Stephan Gro?mann”
Adresse: Elsternwinkel 4, 09125 Chemnitz
Abweichung: ca. 600 Meter
Bei aktuell 1918 Store kann das nicht manuell geprüft werden und die Stores werden w?chentlich importiert.
Vorab vielen Dank für Ratschl?ge und Tipps zur Problembehebung.
]]>We have run into an issue where all the jobs across the 5 sites we are maintaining states “The address is not yet geocoded. Click the “Publish” button to geocode the address.“
Publishing/Updating the job from the wp back end does not properly geocode the address. The address is correctly auto filled using google’s API and I also checked to ensure the API itself is still entered under settings.
These jobs were all imported however the same happened when I manually created a new job listing.
Any and all assistance is appreciated!
]]>I tested a handful of the auto-complete services using the same popular business name locations (USA business locations) and here are my findings:
Maybe people in different countries will have different experiences but these is a summary for how USA locations are in the geocode databases.
If anyone has any other suggestions for a very good geocode location search API that is very effective for auto-suggest by business name which is very affordable or free X calls/monthly please add to the list.
]]>See Mapbox geocoding integration/documentation and examples here…
https://docs.mapbox.com/mapbox-gl-js/example/mapbox-gl-geocoder/
]]>Thanks for this really-simple-to-use plug in!
I’m using Oxygen Builder and on this page, I set up my store locator.
Map is loading perfectly fine, the stores data also load fine, but when I use the search form, nothing happens.
In the console it says that Google is not defined at some point, which is weird because I’m loading the script directly inside the page using Code Blocks widget that contains this:
<script src="https://maps.googleapis.com/maps/api/js?key=MYAPIKEY&libraries=geometry&places&types=address&callback=initMap"></script>
<script>
function initMap(): void {
map = new google.maps.Map(document.getElementById("map") as HTMLElement, {
center: { lat: -34.397, lng: 150.644 },
zoom: 8,
});
}
</script>
Can you help me making the search form work?
Thanks!
]]>I have reviewed the global and single view customization settings yet didn’t notice anything awry there.
Your suggestions and insights are welcomed.
Kathe Drewien
]]>