I installed Our.Umbraco.Gmaps via nuget Install-Package Our.Umbraco.GMaps
I've got Gmaps 2.0.5 installed on a Umbraco 8.17.2 site. I see it in packages.config
I've setup the property editor on my document type. When I try to edit the content of a page of that DocType I get this error message.
Error:
System.InvalidOperationException: Type
'Our.Umbraco.GMaps.ProprtyValueConverter.GMapsPropertyValueConverter'
cannot be an IPropertyValueConverter for property 'location' of
content type 'community' because type
'Our.Umbraco.GMaps.PropertyValueConverter.SingleMapPropertyValueConverter'
has already been detected as a converter for that property, and only
one converter can exist for a property.
Our.Umbraco.Gmaps install fail
I installed Our.Umbraco.Gmaps via nuget
Install-Package Our.Umbraco.GMaps
I've got Gmaps 2.0.5 installed on a Umbraco 8.17.2 site. I see it in packages.config
I've setup the property editor on my document type. When I try to edit the content of a page of that DocType I get this error message.
Error:
Any idea how to fix this?
Got some help over on GitHub... In case anyone else gets this error, this thread explains the issue and the fix:
https://github.com/ArnoldV/Our.Umbraco.GMaps/issues/89
is working on a reply...