My first guess would be that something is going wrong with the Property Value Converter.
Is the MapConfig property of the object populated at all?
If it was me, I'd look to debug the PropertyValueConverter either by attaching the package source code to the project or by duplicating the code and registering my own version of it to see what is coming out of the database and if the parsing/serialisation/deserialistion is working correctly.
Our.Umbraco.GMaps data issue
I've installed the Our.Umbraco.GMaps package into a v8 site, and can see / setup the map in the backoffice ok.
I've selected a point on the map using coordinates, the maps centres, and those values are being saved (see examine pic)
When I try and grab those coordinates later in razor, the Address model is completely empty.
This is the generated code from modelsbuilder
What am I doing wrong?
Hi Ian,
My first guess would be that something is going wrong with the Property Value Converter.
Is the MapConfig property of the object populated at all?
If it was me, I'd look to debug the PropertyValueConverter either by attaching the package source code to the project or by duplicating the code and registering my own version of it to see what is coming out of the database and if the parsing/serialisation/deserialistion is working correctly.
Nik
is working on a reply...