GrowersNation / WebClient

Growers Nation Web Client
2 stars 2 forks source link

Google maps API is not imported correctly using AMD #16

Closed jeremy-brooks closed 2 years ago

jeremy-brooks commented 11 years ago

There were problems importing the google maps API for places using the standard dojo AMD packages. I had to add a script tag in the head above the dojo config, which does solve the problem but it is not good practice to do.

Needs solving, but is not a major problem right now as the places API does work with this approach.