[GeoNode-users] geonode-users Digest, Vol 26, Issue 7

Toni Schönbuchner toni.schoenbuchner at csgis.de
Thu Mar 2 02:02:09 PST 2017


Hi Steffen,

when you look at the map source in geonode 2.4 you can see:

<script type="text/javascript" src="/static/geoexplorer/externals/ext/adapter/ext/ext-base.js?v=2.4.dev20170228114240"
<script type="text/javascript" src="/static/geoexplorer/externals/ext/ext-all.js?v=2.4.dev20170228114240"

That´s why I would say you have to deal with ext.js 2.4. Further look at the path. Check your static dir to find
the files. I haven´t had a clother look but think following is happening.

It seems ext is coming from geoexplorer which is inculded on geonodes setup. The moment you call collectstatic <https://docs.djangoproject.com/en/1.10/ref/contrib/staticfiles/>
the static files from all of your apps are copied to this folder. Thus If I´m correct you can find the original ’source'
in geoexplorers repository.

https://github.com/boundlessgeo/GeoExplorer/tree/master/app/static/externals/ext <https://github.com/boundlessgeo/GeoExplorer/tree/master/app/static/externals/ext>


cheers to australia,

toni


> Am 02.03.2017 um 09:53 schrieb geonode-users-request at lists.osgeo.org:
> 
> Message: 1
> Date: Thu, 2 Mar 2017 08:20:46 +0000
> From: "John, Steffen" <s.john at atenekom.eu <mailto:s.john at atenekom.eu>>
> To: "geonode-users at lists.osgeo.org <mailto:geonode-users at lists.osgeo.org>" <geonode-users at lists.osgeo.org <mailto:geonode-users at lists.osgeo.org>>
> Subject: [GeoNode-users] Sources of GeoExt within GeoNode
> Message-ID: <1488442846.2861.6.camel at atenekom.eu <mailto:1488442846.2861.6.camel at atenekom.eu>>
> Content-Type: text/plain; charset="utf-8"
> 
> Hi!
> 
> I want to extend the Map View of GeoNode with a Geocoding functionality.
> From GeoExt, there is the GeoExt.form.field.GeocoderComboBox with does exactly what I want, but I have problems with adding it.
> The Error says GeoExt.form.field is undefined. So, I was wondering if the GeoExt Version used by GeoNode already supports GeocoderComboBox.
> 
> Which Version of GeoExt is part of GeoNode 2.4?
> Where can I find the sources of GeoExt within the GeoNode Installation?
> 
> Thanks for your help!
> 
> Cheers,
> Steffen

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/geonode-users/attachments/20170302/80ef18e2/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 842 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.osgeo.org/pipermail/geonode-users/attachments/20170302/80ef18e2/attachment.sig>


More information about the geonode-users mailing list