<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif;" dir="ltr">
<p>Hi Jeffrey, </p>
<p><br>
</p>
<p>as you wrote geosites does not use geoserver workspace.</p>
<p>In the documentation (<a href="http://docs.geonode.org/en/master/reference/developers/geosites.html" class="OWAAutoLink" id="LPlnk356859" previewremoved="true">http://docs.geonode.org/en/master/reference/developers/geosites.html</a>)</p>
<p>I see:</p>
<p><span style="color: rgb(64, 64, 64); font-family: Lato, proxima-nova, "Helvetica Neue", Arial, sans-serif; font-size: 16px; background-color: rgb(252, 252, 252);">[...]To keep data organized each site specifies a default workspace (DEFAULT_WORKSPACE) that
 GeoServer will use to partition the data depending on which site uploaded the data. [...], however it provides at least some organization of the data based on the initial site.</span><br>
</p>
<p><span style="font-size: 12pt;">I guess the documentation is not correct, isn't it?</span><br>
</p>
<p><br>
</p>
<p>Is there a way to distinguish the layer uploaded from one site to the others uploaded from different sites? If yes where it can be setup?</p>
<p><br>
</p>
<p>Eugenio</p>
<br>
<br>
<br>
<div style="color: rgb(0, 0, 0);">
<div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="x_divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>Da:</b> Jeffrey Johnson <ortelius@gmail.com><br>
<b>Inviato:</b> venerdì 13 gennaio 2017 15.26<br>
<b>A:</b> Eugenio Trumpy<br>
<b>Cc:</b> Simone Dalmasso; Alessio Fabiani; geonode-users@lists.osgeo.org<br>
<b>Oggetto:</b> Re: [GeoNode-users] default workspace for geosites</font>
<div> </div>
</div>
</div>
<font size="2"><span style="font-size:10pt;">
<div class="PlainText">Just to clarify.<br>
<br>
CASCADE_WORKSPACE Is used by Remote services for cascading WMS.<br>
<br>
The geosites functionality does NOT use geoserver workspaces.<br>
<br>
On Fri, Jan 13, 2017 at 3:04 AM, Eugenio Trumpy <frippe12573@hotmail.com> wrote:<br>
> The suggested way to store the layers belonging different geosites in<br>
> geoserver It seemed nice to me.<br>
><br>
> I read it here:<br>
> <a href="https://geonode.readthedocs.io/en/2.0/tutorials/admin/multi-tenancy.html" id="LPlnk63362" previewremoved="true">
https://geonode.readthedocs.io/en/2.0/tutorials/admin/multi-tenancy.html</a>
<div id="LPBorder_GT_14847274619770.2356759714008898" style="margin-bottom: 20px; overflow: auto; width: 100%; text-indent: 0px;">
<table id="LPContainer_14847274619740.7914171073310667" cellspacing="0" style="width: 90%; background-color: rgb(255, 255, 255); position: relative; overflow: auto; padding-top: 20px; padding-bottom: 20px; margin-top: 20px; border-top: 1px dotted rgb(200, 200, 200); border-bottom: 1px dotted rgb(200, 200, 200);">
<tbody>
<tr valign="top" style="border-spacing: 0px;">
<td id="TextCell_14847274619750.879904727547693" colspan="2" style="vertical-align: top; position: relative; padding: 0px; display: table-cell;">
<div id="LPRemovePreviewContainer_14847274619760.09429860147382985"></div>
<div id="LPTitle_14847274619760.770605243039989" style="top: 0px; color: rgb(0, 75, 139); font-weight: normal; font-size: 21px; font-family: wf_segoe-ui_light, "Segoe UI Light", "Segoe WP Light", "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif; line-height: 21px;">
<a id="LPUrlAnchor_14847274619760.6400296788968383" href="https://geonode.readthedocs.io/en/2.0/tutorials/admin/multi-tenancy.html" target="_blank" style="text-decoration: none;">GeoSites: GeoNode Multi-Tenancy — GeoNode 2.0 documentation</a></div>
<div id="LPMetadata_14847274619760.6475294556398579" style="margin: 10px 0px 16px; color: rgb(102, 102, 102); font-weight: normal; font-family: wf_segoe-ui_normal, "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif; font-size: 14px; line-height: 14px;">
geonode.readthedocs.io</div>
<div id="LPDescription_14847274619770.7346435498059045" style="display: block; color: rgb(102, 102, 102); font-weight: normal; font-family: wf_segoe-ui_normal, "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif; font-size: 14px; line-height: 20px; max-height: 100px; overflow: hidden;">
GeoSites: GeoNode Multi-Tenancy¶ GeoSites is an approach to support multiple websites with GeoNode. Each GeoSite can have different templates, apps, and data ...</div>
</td>
</tr>
</tbody>
</table>
</div>
<br>
<br>
><br>
> I wondered how I should create the workspace in geoserver.<br>
><br>
> I presume by hand from geoserver interface, then second question was where I<br>
> have to<br>
><br>
> set the workspace for the geosite since in the global setting.py I have:<br>
><br>
> DEFAULT_WORKSPACE<br>
><br>
> and<br>
><br>
> CASCADE_WORKSPACE (what does it means? What is it?)<br>
><br>
><br>
> I suppose the master site has to have DEFAULT_WORKSPACE = 'geonode'<br>
><br>
> whereas the site DEFAULT_WORKSPACE = 'geosite', so loading a layer from the<br>
> site it should use such workspace, is that right?<br>
><br>
> Why it does not work?<br>
><br>
><br>
> I understand that could be a second way (i.e. the way suggested by Simone),<br>
> could you give me an example? I guess you act layer by layer adding new<br>
> rules in geoserver 'Data security'.<br>
><br>
><br>
> ciao<br>
><br>
><br>
> Eugenio<br>
><br>
><br>
><br>
><br>
> ________________________________<br>
> Da: Simone Dalmasso <simone.dalmasso@gmail.com><br>
> Inviato: venerdì 13 gennaio 2017 11.45<br>
> A: Alessio Fabiani<br>
> Cc: Eugenio Trumpy; geonode-users@lists.osgeo.org<br>
> Oggetto: Re: [GeoNode-users] default workspace for geosites<br>
><br>
> Not sure about the default workspace it might be a geonode bug. But I leave<br>
> the layers in the "geonode" one and it works well. Layers are managed<br>
> respecting permissions, and it works well in the instances I have.<br>
><br>
> 2017-01-13 10:59 GMT+01:00 Alessio Fabiani<br>
> <alessio.fabiani@geo-solutions.it>:<br>
>><br>
>> Not sure but I'm afraid geonode has currently a lot of hardcoded stuff. It<br>
>> is quite premature speaking about multi-tenancy on GeoNode.<br>
>><br>
>> Best Regards,<br>
>> Alessio Fabiani.<br>
>><br>
>> ==<br>
>> GeoServer Professional Services from the experts!<br>
>> Visit <a href="http://goo.gl/it488V" id="LPlnk226979" previewremoved="true">http://goo.gl/it488V</a> for more information.
<div id="LPBorder_GT_14847274631360.23460181811327652" style="margin-bottom: 20px; overflow: auto; width: 100%; text-indent: 0px;">
<table id="LPContainer_14847274631350.8356713208964783" cellspacing="0" style="width: 90%; background-color: rgb(255, 255, 255); position: relative; overflow: auto; padding-top: 20px; padding-bottom: 20px; margin-top: 20px; border-top: 1px dotted rgb(200, 200, 200); border-bottom: 1px dotted rgb(200, 200, 200);">
<tbody>
<tr valign="top" style="border-spacing: 0px;">
<td id="TextCell_14847274631350.052983476695975584" colspan="2" style="vertical-align: top; position: relative; padding: 0px; display: table-cell;">
<div id="LPRemovePreviewContainer_14847274631350.6911725569993061"></div>
<div id="LPTitle_14847274631350.9034908661543837" style="top: 0px; color: rgb(0, 75, 139); font-weight: normal; font-size: 21px; font-family: wf_segoe-ui_light, "Segoe UI Light", "Segoe WP Light", "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif; line-height: 21px;">
<a id="LPUrlAnchor_14847274631350.8624441054592185" href="http://goo.gl/it488V" target="_blank" style="text-decoration: none;">GeoSolutions Enterprise Services</a></div>
<div id="LPMetadata_14847274631350.5309643056875577" style="margin: 10px 0px 16px; color: rgb(102, 102, 102); font-weight: normal; font-family: wf_segoe-ui_normal, "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif; font-size: 14px; line-height: 14px;">
goo.gl</div>
<div id="LPDescription_14847274631360.8353392954885015" style="display: block; color: rgb(102, 102, 102); font-weight: normal; font-family: wf_segoe-ui_normal, "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif; font-size: 14px; line-height: 20px; max-height: 100px; overflow: hidden;">
GeoSolutions offers enterprise support services to help you building enterprise-class Spatial Data Infrastructures leveraging on best-of-breed Open Source</div>
</td>
</tr>
</tbody>
</table>
</div>
<br>
<br>
>> ==<br>
>><br>
>> Ing. Alessio Fabiani<br>
>> @alfa7691<br>
>> Founder/Technical Lead<br>
>><br>
>> GeoSolutions S.A.S.<br>
>> Via di Montramito 3/A<br>
>> 55054  Massarosa (LU)<br>
>> Italy<br>
>> phone: +39 0584 962313<br>
>> fax:     +39 0584 1660272<br>
>> mob:   +39 331 6233686<br>
>><br>
>> <a href="http://www.geo-solutions.it" id="LPlnk823011" previewremoved="true">http://www.geo-solutions.it</a>
<div id="LPBorder_GT_14847275210610.0679345924359942" style="margin-bottom: 20px; overflow: auto; width: 100%; text-indent: 0px;">
<table id="LPContainer_14847275210590.9100599697007044" cellspacing="0" style="width: 90%; background-color: rgb(255, 255, 255); position: relative; overflow: auto; padding-top: 20px; padding-bottom: 20px; margin-top: 20px; border-top: 1px dotted rgb(200, 200, 200); border-bottom: 1px dotted rgb(200, 200, 200);">
<tbody>
<tr valign="top" style="border-spacing: 0px;">
<td id="ImageCell_14847275210590.2968070188238703" colspan="1" style="width: 250px; position: relative; display: table-cell; padding-right: 20px;">
<div id="LPImageContainer_14847275210600.2590214773329951" style="background-color: rgb(255, 255, 255); height: 241px; position: relative; margin: auto; display: table; width: 250px;">
<a id="LPImageAnchor_14847275210600.8119190527692062" href="http://www.geo-solutions.it/" target="_blank" style="display: table-cell; text-align: center;"><img aria-label="Anteprima immagine con collegamento selezionata. Effettua un doppio tocco per aprire il collegamento." id="LPThumbnailImageID_14847275210600.5596176376353363" style="display: inline-block; max-width: 250px; max-height: 250px; height: 241px; width: 250px; border-width: 0px; vertical-align: bottom;" width="250" height="241" src="http://2013.foss4g.org/wp-content/uploads/2013/01/logo_GeoSolutions_quadrato.png"></a></div>
</td>
<td id="TextCell_14847275210600.016739933936136264" colspan="2" style="vertical-align: top; position: relative; padding: 0px; display: table-cell;">
<div id="LPRemovePreviewContainer_14847275210600.2868837308835448"></div>
<div id="LPTitle_14847275210600.0774683596489496" style="top: 0px; color: rgb(0, 75, 139); font-weight: normal; font-size: 21px; font-family: wf_segoe-ui_light, "Segoe UI Light", "Segoe WP Light", "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif; line-height: 21px;">
<a id="LPUrlAnchor_14847275210610.04447123749455639" href="http://www.geo-solutions.it/" target="_blank" style="text-decoration: none;">GeoSolutions</a></div>
<div id="LPMetadata_14847275210610.9952290057332485" style="margin: 10px 0px 16px; color: rgb(102, 102, 102); font-weight: normal; font-family: wf_segoe-ui_normal, "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif; font-size: 14px; line-height: 14px;">
www.geo-solutions.it</div>
<div id="LPDescription_14847275210610.3002780277615962" style="display: block; color: rgb(102, 102, 102); font-weight: normal; font-family: wf_segoe-ui_normal, "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif; font-size: 14px; line-height: 20px; max-height: 100px; overflow: hidden;">
GeoSolutions Enterprise Support and Development Services. GeoSolutions off ers enterprise support and development services to help organizations building enterprise ...</div>
</td>
</tr>
</tbody>
</table>
</div>
<br>
<br>
>> <a href="http://twitter.com/geosolutions_it" id="LPlnk261511" previewremoved="true">
http://twitter.com/geosolutions_it</a>
<div id="LPBorder_GT_14847275218850.9909890718099026" style="margin-bottom: 20px; overflow: auto; width: 100%; text-indent: 0px;">
<table id="LPContainer_14847275218840.7883996939478028" cellspacing="0" style="width: 90%; background-color: rgb(255, 255, 255); position: relative; overflow: auto; padding-top: 20px; padding-bottom: 20px; margin-top: 20px; border-top: 1px dotted rgb(200, 200, 200); border-bottom: 1px dotted rgb(200, 200, 200);">
<tbody>
<tr valign="top" style="border-spacing: 0px;">
<td id="TextCell_14847275218840.528130258876377" colspan="2" style="vertical-align: top; position: relative; padding: 0px; display: table-cell;">
<div id="LPRemovePreviewContainer_14847275218840.21433025237936687"></div>
<div id="LPTitle_14847275218840.9335391804538082" style="top: 0px; color: rgb(0, 75, 139); font-weight: normal; font-size: 21px; font-family: wf_segoe-ui_light, "Segoe UI Light", "Segoe WP Light", "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif; line-height: 21px;">
<a id="LPUrlAnchor_14847275218840.6141688642171428" href="http://twitter.com/geosolutions_it" target="_blank" style="text-decoration: none;">GeoSolutions (@geosolutions_it) | Twitter</a></div>
<div id="LPMetadata_14847275218840.9752881702572369" style="margin: 10px 0px 16px; color: rgb(102, 102, 102); font-weight: normal; font-family: wf_segoe-ui_normal, "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif; font-size: 14px; line-height: 14px;">
twitter.com</div>
<div id="LPDescription_14847275218850.1717276808054129" style="display: block; color: rgb(102, 102, 102); font-weight: normal; font-family: wf_segoe-ui_normal, "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif; font-size: 14px; line-height: 20px; max-height: 100px; overflow: hidden;">
The latest Tweets from GeoSolutions (@geosolutions_it). GeoSpatial solutions based on #GeoServer, #GeoTools, #MapStore, #GeoNetwork, ImageIO-Ext, JAI, ImageIO and other Geospatial Opens Source projects in general. Lucca, Italy</div>
</td>
</tr>
</tbody>
</table>
</div>
<br>
<br>
>><br>
>> -------------------------------------------------------<br>
>><br>
>> AVVERTENZE AI SENSI DEL D.Lgs. 196/2003<br>
>><br>
>> Le informazioni contenute in questo messaggio di posta elettronica e/o<br>
>> nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il loro<br>
>> utilizzo è consentito esclusivamente al destinatario del messaggio, per le<br>
>> finalità indicate nel messaggio stesso. Qualora riceviate questo messaggio<br>
>> senza esserne il destinatario, Vi preghiamo cortesemente di darcene notizia<br>
>> via e-mail e di procedere alla distruzione del messaggio stesso,<br>
>> cancellandolo dal Vostro sistema. Conservare il messaggio stesso, divulgarlo<br>
>> anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per<br>
>> finalità diverse, costituisce comportamento contrario ai principi dettati<br>
>> dal D.Lgs. 196/2003.<br>
>><br>
>><br>
>><br>
>> The information in this message and/or attachments, is intended solely for<br>
>> the attention and use of the named addressee(s) and may be confidential or<br>
>> proprietary in nature or covered by the provisions of privacy act<br>
>> (Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection<br>
>> Code).Any use not in accord with its purpose, any disclosure, reproduction,<br>
>> copying, distribution, or either dissemination, either whole or partial, is<br>
>> strictly forbidden except previous formal approval of the named<br>
>> addressee(s). If you are not the intended recipient, please contact<br>
>> immediately the sender by telephone, fax or e-mail and delete the<br>
>> information in this message that has been received in error. The sender does<br>
>> not give any warranty or accept liability as the content, accuracy or<br>
>> completeness of sent messages and accepts no responsibility  for changes<br>
>> made after they were sent or for other risks which arise as a result of<br>
>> e-mail transmission, viruses, etc.<br>
>><br>
>> ---------------------------------------------------------------------<br>
>><br>
>><br>
>> On Fri, Jan 13, 2017 at 10:44 AM, Eugenio Trumpy <frippe12573@hotmail.com><br>
>> wrote:<br>
>>><br>
>>> Dear all,<br>
>>><br>
>>><br>
>>> I setup geosites in my geonode instance.<br>
>>><br>
>>><br>
>>> I'm now testing the geosite I created. I tried to upload a SHP from my<br>
>>> new geosite and the procedure went well.<br>
>>><br>
>>> However in geoserver, I see the new layer under the workspace named<br>
>>> 'geonode', which was created by the master site (for master site I mean the<br>
>>> one we have with the default installation of geonode). Since i inserted the<br>
>>> variable DEFAULT_WORKSPACE='mynewgeosite' in the settings.py placed in the<br>
>>> folder of my new geosite, I was expected to have the new SHP in the new<br>
>>> geoserver workspace.<br>
>>><br>
>>> Where am I wrong?<br>
>>><br>
>>><br>
>>> Moreover, after the layer upload I can see it in the layer list, but in<br>
>>> the 'type' filter I see the vector layer loaded over all the others layers<br>
>>> loaded in the master site.<br>
>>><br>
>>> I was expected to have only 1 layer. Is that correct or it is due to a<br>
>>> somehow miss-configuration?<br>
>>><br>
>>><br>
>>> Thanks in advance<br>
>>><br>
>>><br>
>>> Eugenio<br>
>>><br>
>>><br>
>>> _______________________________________________<br>
>>> geonode-users mailing list<br>
>>> geonode-users@lists.osgeo.org<br>
>>> <a href="http://lists.osgeo.org/mailman/listinfo/geonode-users" id="LPlnk900212" previewremoved="true">
http://lists.osgeo.org/mailman/listinfo/geonode-users</a>
<div id="LPBorder_GT_14847275208610.4602761829204458" style="margin-bottom: 20px; overflow: auto; width: 100%; text-indent: 0px;">
<table id="LPContainer_14847275208600.2546689029534366" cellspacing="0" style="width: 90%; background-color: rgb(255, 255, 255); position: relative; overflow: auto; padding-top: 20px; padding-bottom: 20px; margin-top: 20px; border-top: 1px dotted rgb(200, 200, 200); border-bottom: 1px dotted rgb(200, 200, 200);">
<tbody>
<tr valign="top" style="border-spacing: 0px;">
<td id="TextCell_14847275208610.2960051374798227" colspan="2" style="vertical-align: top; position: relative; padding: 0px; display: table-cell;">
<div id="LPRemovePreviewContainer_14847275208610.24058416088183865"></div>
<div id="LPTitle_14847275208610.30390800954184827" style="top: 0px; color: rgb(0, 75, 139); font-weight: normal; font-size: 21px; font-family: wf_segoe-ui_light, "Segoe UI Light", "Segoe WP Light", "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif; line-height: 21px;">
<a id="LPUrlAnchor_14847275208610.8065914810860733" href="http://lists.osgeo.org/mailman/listinfo/geonode-users" target="_blank" style="text-decoration: none;">geonode-users Info Page - Open Source Geospatial Foundation</a></div>
<div id="LPMetadata_14847275208610.014143521386050129" style="margin: 10px 0px 16px; color: rgb(102, 102, 102); font-weight: normal; font-family: wf_segoe-ui_normal, "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif; font-size: 14px; line-height: 14px;">
lists.osgeo.org</div>
<div id="LPDescription_14847275208610.8980740686215676" style="display: block; color: rgb(102, 102, 102); font-weight: normal; font-family: wf_segoe-ui_normal, "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif; font-size: 14px; line-height: 20px; max-height: 100px; overflow: hidden;">
GeoNode users discussion. To see the collection of prior postings to the list, visit the geonode-users Archives. Using geonode-users</div>
</td>
</tr>
</tbody>
</table>
</div>
<br>
<br>
>>><br>
>><br>
>><br>
>> _______________________________________________<br>
>> geonode-users mailing list<br>
>> geonode-users@lists.osgeo.org<br>
>> <a href="http://lists.osgeo.org/mailman/listinfo/geonode-users" id="LPlnk640525" previewremoved="true">
http://lists.osgeo.org/mailman/listinfo/geonode-users</a>
<div id="LPBorder_GT_14847275811110.26001134444757756" style="margin-bottom: 20px; overflow: auto; width: 100%; text-indent: 0px;">
<table id="LPContainer_14847275811090.8773826634174657" cellspacing="0" style="width: 90%; background-color: rgb(255, 255, 255); position: relative; overflow: auto; padding-top: 20px; padding-bottom: 20px; margin-top: 20px; border-top: 1px dotted rgb(200, 200, 200); border-bottom: 1px dotted rgb(200, 200, 200);">
<tbody>
<tr valign="top" style="border-spacing: 0px;">
<td id="TextCell_14847275811100.9342162843671515" colspan="2" style="vertical-align: top; position: relative; padding: 0px; display: table-cell;">
<div id="LPRemovePreviewContainer_14847275811100.6476041797795284"></div>
<div id="LPTitle_14847275811100.16901943772083183" style="top: 0px; color: rgb(0, 75, 139); font-weight: normal; font-size: 21px; font-family: wf_segoe-ui_light, "Segoe UI Light", "Segoe WP Light", "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif; line-height: 21px;">
<a id="LPUrlAnchor_14847275811100.4137773939403846" href="http://lists.osgeo.org/mailman/listinfo/geonode-users" target="_blank" style="text-decoration: none;">geonode-users Info Page - Open Source Geospatial Foundation</a></div>
<div id="LPMetadata_14847275811100.28974175809119274" style="margin: 10px 0px 16px; color: rgb(102, 102, 102); font-weight: normal; font-family: wf_segoe-ui_normal, "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif; font-size: 14px; line-height: 14px;">
lists.osgeo.org</div>
<div id="LPDescription_14847275811100.3117833229970428" style="display: block; color: rgb(102, 102, 102); font-weight: normal; font-family: wf_segoe-ui_normal, "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif; font-size: 14px; line-height: 20px; max-height: 100px; overflow: hidden;">
GeoNode users discussion. To see the collection of prior postings to the list, visit the geonode-users Archives. Using geonode-users</div>
</td>
</tr>
</tbody>
</table>
</div>
<br>
<br>
>><br>
><br>
><br>
><br>
> --<br>
> Simone<br>
><br>
> _______________________________________________<br>
> geonode-users mailing list<br>
> geonode-users@lists.osgeo.org<br>
> <a href="http://lists.osgeo.org/mailman/listinfo/geonode-users" id="LPlnk278790" previewremoved="true">
http://lists.osgeo.org/mailman/listinfo/geonode-users</a>
<div id="LPBorder_GT_14847275812250.562151860645141" style="margin-bottom: 20px; overflow: auto; width: 100%; text-indent: 0px;">
<table id="LPContainer_14847275812240.8038356372878028" cellspacing="0" style="width: 90%; background-color: rgb(255, 255, 255); position: relative; overflow: auto; padding-top: 20px; padding-bottom: 20px; margin-top: 20px; border-top: 1px dotted rgb(200, 200, 200); border-bottom: 1px dotted rgb(200, 200, 200);">
<tbody>
<tr valign="top" style="border-spacing: 0px;">
<td id="TextCell_14847275812240.9696530467073654" colspan="2" style="vertical-align: top; position: relative; padding: 0px; display: table-cell;">
<div id="LPRemovePreviewContainer_14847275812240.6385166320699105"></div>
<div id="LPTitle_14847275812240.13792474180489123" style="top: 0px; color: rgb(0, 75, 139); font-weight: normal; font-size: 21px; font-family: wf_segoe-ui_light, "Segoe UI Light", "Segoe WP Light", "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif; line-height: 21px;">
<a id="LPUrlAnchor_14847275812240.11599047445586352" href="http://lists.osgeo.org/mailman/listinfo/geonode-users" target="_blank" style="text-decoration: none;">geonode-users Info Page - Open Source Geospatial Foundation</a></div>
<div id="LPMetadata_14847275812250.4458419412655319" style="margin: 10px 0px 16px; color: rgb(102, 102, 102); font-weight: normal; font-family: wf_segoe-ui_normal, "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif; font-size: 14px; line-height: 14px;">
lists.osgeo.org</div>
<div id="LPDescription_14847275812250.9266113062400687" style="display: block; color: rgb(102, 102, 102); font-weight: normal; font-family: wf_segoe-ui_normal, "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif; font-size: 14px; line-height: 20px; max-height: 100px; overflow: hidden;">
GeoNode users discussion. To see the collection of prior postings to the list, visit the geonode-users Archives. Using geonode-users</div>
</td>
</tr>
</tbody>
</table>
</div>
<br>
<br>
><br>
</div>
</span></font></div>
</div>
</body>
</html>