Hi David, OK thanks for verifying, later on i saw indeed that there was a hint (about the webserver mapping) in the admin :)
Thanks, works great, love it. On Dec 10, 4:12 am, David Whiterod <[EMAIL PROTECTED]> wrote: > Hi Marco, > > > When i want to use the earth view i see that i get a statement that i > > need another google api key, i asume i then need a key based on my > > external ip address? > > Yes, you need a key for each URL/domain. This is stored as > 'Application.stplugins.googlemaps.apikey'. This can be supplied within > your project's config/_serverSpecificVarsAfterInit.cfm template i.e. > > <farcry:machineSpecific name="<your machine name goes here>"> > <!--- DEVELOPER SPECIFIC OVERRIDING CODE HERE ---> > <cfscript> > Application.stplugins.googlemaps.apikey = "<your key goes > here>"; > </cfscript> > </farcry:machineSpecific> > > ... this would be a good candidate for a config. setting but I'm a bit > unsure how these are working in FC5. > > > Also when i click the show in google earth link i get an: > > The 'View in Google Earth' link relies upon a webserver mapping '/ > googlemaps'. > > > Could not find project application. > > Check that your mappings are correctly setup. > > > The error occurred in C:\Inetpub\wwwroot\farcry\core\tags\farcry > > \callProjectApplication.cfm: line 60 > > > 58 : > > 59 : <cfcatch type="missinginclude"> > > 60 : <cfthrow type="Application" message="Could not find project > > application." detail="Check that your mappings are correctly setup."> > > 61 : </cfcatch> > > 62 : > > > Might be some stuff i mis but might ring a bell to you. > > > Again, awesome plugin, very very usable this way, i am sure many > > people will love your work, thanks so much! > > > On Dec 9, 8:26 am, David Whiterod <[EMAIL PROTECTED]> wrote: > > > > Hi All, > > > > I've just added some new features to the Google Map plug-in. > > > > The plug-in now includes: > > > > 1. You can select 'Earth' as a map's default view. This uses the > > > Google's Earth browser plug-in > > > (seehttp://code.google.com/apis/earth/documentation/). > > > There is also a new attribute that will show the Earth option when it > > > is not the default map type. > > > > 2. Google Maps has changed the Map types (Map, Satellite, Hybrid) in > > > version 2 of the API. The new types are: G_NORMAL_MAP; > > > G_SATELLITE_MAP; G_HYBRID_MAP. The plug-in code has been updated to > > > use the new codes. If an object supplies the old code it will be > > > converted to the corresponding new code. > > > > 3. Updates to the webskin (and custom tag) to use the Google AJAX API > > > (GoogleMaps keys can remain the same). > > > > You can get the updated code fromhttp://bugs.farcrycms.org/browse/GM-13. > > > > Enjoy! > > > > cheers > > > > David --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
