I'm having trouble getting a map property to render a map in the umbraco backend. I've created a data type and added a property of that type to a document type, but when I go to edit a peice of content, I just get a search field, and a clear button, with no map. When I open a piece of contant I get this javascript error:
At first glance it appears the package is trying to use an outdated resource from Google, but perhaps I have something configured incorrectly? Any help or clues would be much appreciated.
Version info:
umbraco v 4.7.0 (Assembly version: 1.0.4090.21631)
js error: Failed to load resource "main.js"
I'm having trouble getting a map property to render a map in the umbraco backend. I've created a data type and added a property of that type to a document type, but when I go to edit a peice of content, I just get a search field, and a clear button, with no map. When I open a piece of contant I get this javascript error:
GET http://maps.gstatic.com/intl/en_us/mapfiles/api-3/5/7/main.js
Trying to use the Search get's me this error:
"Failed to load resource main.js"
and the resource is at the URL: http://maps.gstatic.com/intl/en_us/mapfiles/api-3/5/7/main.js (which indeed gets a 404 for me.)
At first glance it appears the package is trying to use an outdated resource from Google, but perhaps I have something configured incorrectly? Any help or clues would be much appreciated.
Version info:
Here's a screengrab of the unrendered map property.
Nevermind, it's working now. (?)
Hi Matt,
Just picked up on this thread... all working? Cool.
Let me know if you have any other problems.
Cheers, Lee.
is working on a reply...