Justin Kimbrell
Justin Kimbrell
Ok, so you aren't using the same code as the person who opened this thread. Are you using the field type to store your locations in the db? The field...
@Floriswijgergangs Well this is a pretty hard requirement. Google Maps for Craft has the ability to geocode address fields to a location when an entry is saved. Go to the...
Can you take a screenshot of how you have your settings configured? I think that error is being thrown because you haven't defined any Google Maps fields.
@DigitalHodgePodge I am testing now for multiple markers (more than 10) and it's working for me. Here is me code I am using to test currently. I am just using...
@Floriswijgergangs I am not seeing that screenshot. It doesn't seem to have uploaded correctly. Can you try again?
I think there is a bug when you check the "all" option. Can you uncheck the top option and just select the "mapsaddress" field to see if that fixes that...
Look at the code example I posted above in reference to the other person posting in the thread. You are getting that error because `entry.mapsaddress.markers` returns and array of objects....
Use the latitude and longitude so the address doesn't have to be geocoded with every page load. Always use the lat/lng when available to display markers over using the address....
Yeah, I think the only place I have it spelled out to use the lat/lng in this use case is here. https://github.com/objectivehtml/Google-Maps-for-Craft/wiki/Template-Reference#marker
Can you send a screenshot of how you have your notification setup? I will try to setup a similar notification and duplicate the error locally. You are indeed correct about...