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'm trying to use the form with a schema defined in Collections2 and most of the afFieldInput items don't seem to be working for me. Here is what I've put into my collection:
startLocation: {
type: String,
autoform: {
afFieldInput: {
type: 'map',
mapType: 'terrain',
zoom: '8',
searchBox: true,
width: '50%',
defaultLat: '46.073',
defaultLng: '-100.546',
geolocation: true,
}
}
}
The width, searchBox, and geolocation seem to work but I'm not getting the proper zoom or centering based on Lat Lng.,
An example on how to use the googleMaps option to specify the options would be great too.
Thanks for a great tool!
The text was updated successfully, but these errors were encountered:
Hi!
I'm trying to use the form with a schema defined in Collections2 and most of the afFieldInput items don't seem to be working for me. Here is what I've put into my collection:
startLocation: {
type: String,
autoform: {
afFieldInput: {
type: 'map',
mapType: 'terrain',
zoom: '8',
searchBox: true,
width: '50%',
defaultLat: '46.073',
defaultLng: '-100.546',
geolocation: true,
}
}
}
The width, searchBox, and geolocation seem to work but I'm not getting the proper zoom or centering based on Lat Lng.,
An example on how to use the googleMaps option to specify the options would be great too.
Thanks for a great tool!
The text was updated successfully, but these errors were encountered: