I have a problem similar to whats described here but it only occurs when there is a uComponents Multi-Node Tree Picker and the document type, WITH one or more nodes selected. Otherwise the Google maps control works just fine. But as soon as the MNT-picker has a value the map wont render (search and coordinats input fields still renders), and if i hit search I get the "UmbracoGoogleMapMapDataType is not defined" js error.
Not sure if Google Maps Data Type is what causes this, perhaps it's an issue with the Multi-Node Tree Node Picker.
Conflict with Multi-Node Tree Picker
Hi,
I have a problem similar to whats described here but it only occurs when there is a uComponents Multi-Node Tree Picker and the document type, WITH one or more nodes selected. Otherwise the Google maps control works just fine. But as soon as the MNT-picker has a value the map wont render (search and coordinats input fields still renders), and if i hit search I get the "UmbracoGoogleMapMapDataType is not defined" js error.
Not sure if Google Maps Data Type is what causes this, perhaps it's an issue with the Multi-Node Tree Node Picker.
Any help is highly appreciated!
Thanks,
/T
Umbraco 4.7.1.1, Google Maps Data Type 2.0.3, uComponents 3.0.2
I was refering to this post: http://our.umbraco.org/projects/backoffice-extensions/google-maps-datatype/bug-reports/29723-Not-working-correctly-in-471
Old post but adding for future reference:
My problem was the oposite. After installing the Google Maps datatype the Multi Node Tree Picker would not render a content tree.
Adding the dollowing:
under <appsettings> in web.config seems to have fixed it for me.
Thanks Ernst, you are a life saver!
Ernst's solution worked for me as well in Umbraco 6.0.2.
Thanks
/Rune
is working on a reply...