I'm using Terratype to include a map on our contact page. It looks like this:
The code I'm using in the template is very simple:
@Html.Terratype(Model.Content.Map)
I'm wondering 2 things:
1) How do I adjust the height so that it is aligned with the address, phone, and email on the lefthand side. There is a height property in the control config but that seems to have no effect.
2) Why does it say "This page can't load Google Maps correctly"? The console errors seem to give a hint: "You have exceeded your request quota," but I'm not sure why I have a quota or how to increase/remove it (or even if that's the cause of the issue). Google says this error comes about because of an invalid/missing API key, but the key I selected in the terratype config says it's a valid key.
Any help would be very much appreciated. Thank you.
Need help with Terratype
Hello,
I'm using Terratype to include a map on our contact page. It looks like this:
The code I'm using in the template is very simple:
@Html.Terratype(Model.Content.Map)
I'm wondering 2 things:
1) How do I adjust the height so that it is aligned with the address, phone, and email on the lefthand side. There is a height property in the control config but that seems to have no effect.
2) Why does it say "This page can't load Google Maps correctly"? The console errors seem to give a hint: "You have exceeded your request quota," but I'm not sure why I have a quota or how to increase/remove it (or even if that's the cause of the issue). Google says this error comes about because of an invalid/missing API key, but the key I selected in the terratype config says it's a valid key.
Any help would be very much appreciated. Thank you.
is working on a reply...