<div dir="ltr"><div><div><div><div>Hello ! <br><br></div>Thank you for the links. I believe I've done everything that says in the documentation, also as Giovani pointed out but I still can't get it working. <br></div>I've tried with more API keys too. <br></div>Please have a look at my settings.py and local_settings.py over here: <br><br><a href="https://drive.google.com/folderview?id=0B6xaw_lJzhEATXFyZkFVeUdSeTQ&usp=sharing">https://drive.google.com/folderview?id=0B6xaw_lJzhEATXFyZkFVeUdSeTQ&usp=sharing</a><br><br></div>With the Firefox web-console I get the following warnings: <br><br>Use of getPreventDefault() is deprecated.  Use defaultPrevented instead.                                                                                                              assets.min.js:3:7935<br>GET XHR <a href="http://192.168.1.130/layers/geonode:zone_afectate_de_constructii/permissions">http://192.168.1.130/layers/geonode:zone_afectate_de_constructii/permissions</a>                                                                                    [HTTP/1.1 401 UNAUTHORIZED 42ms]<br>"Google Maps API warning: NoApiKeys <a href="https://developers.google.com/maps/documentation/javascript/error-messages#no-api-keys">https://developers.google.com/maps/documentation/javascript/error-messages#no-api-keys</a>"                  util.js:220:12<br>Empty string passed to getElementById().                                                                                                                                                                assets.min.js:2:10403<br>Prefixed Fullscreen API is deprecated. Please use unprefixed API for fullscreen. For more help <a href="https://developer.mozilla.org/en-US/docs/Web/API/Fullscreen_API">https://developer.mozilla.org/en-US/docs/Web/API/Fullscreen_API</a>                  controls.js:32:55<br><div class="gmail_extra"><br><div class="gmail_quote"><br></div><div class="gmail_quote">I really don't know what am I doing wrong. <br><br></div><div class="gmail_quote">regards,<br></div><div class="gmail_quote">         István <br></div><div class="gmail_quote"><br><br><br>On Sat, Aug 6, 2016 at 12:15 AM, Paolo Corti <span dir="ltr"><<a href="mailto:pcorti@gmail.com" target="_blank">pcorti@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Wait, it is already there:<br>
<a href="http://docs.geonode.org/en/master/tutorials/advanced/geonode_production/production.html#google" rel="noreferrer" target="_blank">http://docs.geonode.org/en/<wbr>master/tutorials/advanced/<wbr>geonode_production/production.<wbr>html#google</a><br>
<br>
sorry for the noise<br>
<span class="HOEnZb"><font color="#888888">p<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
On Fri, Aug 5, 2016 at 11:12 PM, Paolo Corti <<a href="mailto:pcorti@gmail.com">pcorti@gmail.com</a>> wrote:<br>
> Thanks Giovani<br>
> could you send a PR, including some documentation (must be added here:<br>
> <a href="https://github.com/GeoNode/geonode/blob/master/docs/reference/developers/settings.txt" rel="noreferrer" target="_blank">https://github.com/GeoNode/<wbr>geonode/blob/master/docs/<wbr>reference/developers/settings.<wbr>txt</a>)?<br>
> thanks a lot<br>
> p<br>
><br>
> On Fri, Aug 5, 2016 at 9:41 PM, Giovani Fronza <<a href="mailto:giovanifronza@gmail.com">giovanifronza@gmail.com</a>> wrote:<br>
>> I did it today, motivated by these toppics in the list.<br>
>> I've put these code on my settings.py:<br>
>><br>
>> # A Google Maps API key is needed for the 3D Google Earth view of maps<br>
>> # See <a href="http://code.google.com/apis/maps/signup.html" rel="noreferrer" target="_blank">http://code.google.com/apis/<wbr>maps/signup.html</a><br>
>> GOOGLE_API_KEY = '<your key rehe>'<br>
>><br>
>> try:<br>
>>     GOOGLE_LAYER_SAT = {<br>
>>         "source": {<br>
>>             "ptype": "gxp_googlesource",<br>
>>             "apiKey": GOOGLE_API_KEY<br>
>>         },<br>
>>         "name": "SATELLITE",<br>
>>         "fixed": True,<br>
>>         "visibility": False,<br>
>>         "group": "background"<br>
>>     }<br>
>>     MAP_BASELAYERS.append(GOOGLE_<wbr>LAYER_SAT)<br>
>> except GoogleAPIError:<br>
>>     print "Not enabling Google  Maps base layer as a GOOGLE_API_KEY is not<br>
>> defined in settings.py file."<br>
>><br>
>><br>
>><br>
>> You could even change name "SATELLITE" by ROADMAP, HYBRID, or TERRAIN.<br>
>> After changes, restart your apache to make efect.<br>
>><br>
>><br>
>><br>
>><br>
>> 2016-08-05 15:14 GMT-03:00 Charles Cossé <<a href="mailto:ccosse@gmail.com">ccosse@gmail.com</a>>:<br>
>>><br>
>>> Shouldn't it go in site_base.html?  as a Javascript include?<br>
>>> -Charles<br>
>>><br>
>>><br>
>>> On Aug 5, 2016 5:47 AM, "István Szőcs" <<a href="mailto:borohoro@gmail.com">borohoro@gmail.com</a>> wrote:<br>
>>>><br>
>>>> Hello !<br>
>>>><br>
>>>> Thank you for clearing that out. I have put the key in the file.<br>
>>>> Do you know if there's a time frame until a new key becomes active ?<br>
>>>> Because it's still not loading the google layers.<br>
>>>> And I know that this is a geonode forum, please forgive me, but perhaps<br>
>>>> somebody knows the same thing for an Opengeo Suite install (on Windows) ?<br>
>>>> I couldn't find the file where to insert the key, of course<br>
>>>> local_settings.py is not present over there.<br>
>>>> So what would be the equivalent file in which to insert the key on an<br>
>>>> Opengeo Suite installation ?<br>
>>>><br>
>>>><br>
>>>> kind regards,<br>
>>>>           István<br>
>>>><br>
>>>><br>
>>>> On Thu, Aug 4, 2016 at 12:48 PM, Amedeo Fadini <<a href="mailto:amefad@gmail.com">amefad@gmail.com</a>> wrote:<br>
>>>>><br>
>>>>> Hello,<br>
>>>>><br>
>>>>> Il 04/ago/2016 10:08 AM, "István Szőcs" <<a href="mailto:borohoro@gmail.com">borohoro@gmail.com</a>> ha scritto:<br>
>>>>> ><br>
>>>>> > Hello !<br>
>>>>> ><br>
>>>>> >  Can somebody please tell me where to insert this key, in which file<br>
>>>>> > on the server ?<br>
>>>>><br>
>>>>> Quite simple: in /etc/geonode/local_settings.py<br>
>>>>><br>
>>>>> see also<br>
>>>>><br>
>>>>><br>
>>>>> <a href="http://docs.geonode.org/en/master/tutorials/advanced/geonode_production/production.html" rel="noreferrer" target="_blank">http://docs.geonode.org/en/<wbr>master/tutorials/advanced/<wbr>geonode_production/production.<wbr>html</a><br>
>>>>><br>
>>>>> amedeo<br>
>>>><br>
>>>><br>
>>>><br>
>>>> ______________________________<wbr>_________________<br>
>>>> geonode-users mailing list<br>
>>>> <a href="mailto:geonode-users@lists.osgeo.org">geonode-users@lists.osgeo.org</a><br>
>>>> <a href="http://lists.osgeo.org/mailman/listinfo/geonode-users" rel="noreferrer" target="_blank">http://lists.osgeo.org/<wbr>mailman/listinfo/geonode-users</a><br>
>>>><br>
>>><br>
>>> ______________________________<wbr>_________________<br>
>>> geonode-users mailing list<br>
>>> <a href="mailto:geonode-users@lists.osgeo.org">geonode-users@lists.osgeo.org</a><br>
>>> <a href="http://lists.osgeo.org/mailman/listinfo/geonode-users" rel="noreferrer" target="_blank">http://lists.osgeo.org/<wbr>mailman/listinfo/geonode-users</a><br>
>>><br>
>><br>
>><br>
>> ______________________________<wbr>_________________<br>
>> geonode-users mailing list<br>
>> <a href="mailto:geonode-users@lists.osgeo.org">geonode-users@lists.osgeo.org</a><br>
>> <a href="http://lists.osgeo.org/mailman/listinfo/geonode-users" rel="noreferrer" target="_blank">http://lists.osgeo.org/<wbr>mailman/listinfo/geonode-users</a><br>
>><br>
><br>
><br>
><br>
> --<br>
> Paolo Corti<br>
> Geospatial software developer<br>
> web: <a href="http://www.paolocorti.net" rel="noreferrer" target="_blank">http://www.paolocorti.net</a><br>
> twitter: @capooti<br>
> skype: capooti<br>
<br>
<br>
<br>
--<br>
Paolo Corti<br>
Geospatial software developer<br>
web: <a href="http://www.paolocorti.net" rel="noreferrer" target="_blank">http://www.paolocorti.net</a><br>
twitter: @capooti<br>
skype: capooti<br>
______________________________<wbr>_________________<br>
geonode-users mailing list<br>
<a href="mailto:geonode-users@lists.osgeo.org">geonode-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/geonode-users" rel="noreferrer" target="_blank">http://lists.osgeo.org/<wbr>mailman/listinfo/geonode-users</a><br>
</div></div></blockquote></div><br></div></div>