You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was thinking; I have this document with address information properties, like address, zipcode and city.
Then the content editor needs to look up the location in the GMaps property.
It would be really cool if the GMaps property was aware of these other properties, defining the location of the pinpoint.
This way the address is entered and the GMaps property can be used to review the correct location and adjust when needed.
The text was updated successfully, but these errors were encountered:
I'll have to investigate what data is available to the editor first, as it should work for properties on the content itself, but also at least within Nested Content and Block List (and with properties on the same element, parent elements or content)...
Maybe this is already possible by using the EditorModelEventManager and pre-filling the GMapsModel with the address?
Property Sync: Use the Maps Editor to find an address, and fill out associated properties
Auto-Map: Use associated properties to place a pin on the map (optionally, we could hide the search field in this case).
This would be dependent on property mapping in the Maps Prevalue editor - perhaps a custom editor to map properties to address fields would be appropriate here.
We would need to gracefully fallback if the properties nominated don't exist on the content node.
I was thinking; I have this document with address information properties, like address, zipcode and city.
Then the content editor needs to look up the location in the GMaps property.
It would be really cool if the GMaps property was aware of these other properties, defining the location of the pinpoint.
This way the address is entered and the GMaps property can be used to review the correct location and adjust when needed.
The text was updated successfully, but these errors were encountered: