[Geoserver-devel] outdated geotools dependencies being pulled over by scripting modules

2017-03-11 Thread Gabriel Roldan
Hi,

just a note that on master, gt-15-SNAPSHOT dependencies are being pulled
over by the script community modules.

Noticed it while building with -PcommunityRelease and saw 15-SNAPSHOT deps
being downloaded, while master's gt deps are at 17-SNAPSHOT.

master!geoserver/src/community/script *> mvn -o dependency:list |grep
gt-|sort|uniq|grep -v 17
[INFO]org.geotools:gt-brewer:jar:15-SNAPSHOT:compile
[INFO]org.geotools:gt-css:jar:15-SNAPSHOT:compile
[INFO]org.geotools:gt-geobuf:jar:15-SNAPSHOT:compile
[INFO]org.geotools:gt-geojson:jar:15-SNAPSHOT:compile
[INFO]org.geotools:gt-geopkg:jar:15-SNAPSHOT:compile
[INFO]org.geotools:gt-grassraster:jar:15-SNAPSHOT:compile
[INFO]org.geotools:gt-grid:jar:15-SNAPSHOT:compile
[INFO]org.geotools:gt-mbtiles:jar:15-SNAPSHOT:compile
[INFO]org.geotools:gt-ogr-core:jar:15-SNAPSHOT:compile
[INFO]org.geotools:gt-ogr-jni:jar:15-SNAPSHOT:compile
[INFO]org.geotools:gt-swing:jar:15-SNAPSHOT:compile
[INFO]org.geotools:gt-transform:jar:15-SNAPSHOT:compile
[INFO]org.geotools:gt-ysld:jar:15-SNAPSHOT:compile
[INFO]org.geotools.jdbc:gt-jdbc-spatialite:jar:15-SNAPSHOT:compile
[INFO]org.geotools.xsd:gt-xsd-kml:jar:15-SNAPSHOT:compile


-- 

Gabriel Roldán
Software Developer | Boundless 
grol...@boundlessgeo.com
@boundlessgeo 
--
Announcing the Oxford Dictionaries API! The API offers world-renowned
dictionary content that is easy and intuitive to access. Sign up for an
account today to start using our lexical data to power your apps and
projects. Get started today and enter our developer competition.
http://sdm.link/oxford___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] geopackage datastore missing from nightly?

2017-03-11 Thread Andrea Aime
On Sat, Mar 11, 2017 at 1:40 PM, Richard Duivenvoorde 
wrote:

> In our quest to make gpkg a default open data format... should it not be
> in core instead of extenstion? Or is it just not stable enough?
>

Just switched from community to extension in geotools as a store, the
geoserver output
formats need serious love imho before getting into
extension. If the current module is split into four parts, I believe the
various bits could
move at different speeds:

   - As a data store: as I see it, could be extension today with some UI
   work
   - As a WFS output format, needs some more testing but does not look that
   bad, could be extension material soon
   - As a WMS output format... imho some serious work is needed here (there
   was a thread about this months ago)
   - As a WPS process... unsure, did not look into it



> One thing: why not browse to a gpkg file (just like a shp) instead of
> giving a file:///home/richard/geodata/foo.gpkg url and no
> password/usernamen etc?
>

For the file browser, because that requires a custom user interface to be
built for it, like we have it for shapefiles.
The username/password do require some underlying work in the datastore
implementation (hopefully not mutch,
it seems it's half implemented, but not reachable from the datastore
factory).

Long story short, to get to core it needs more investment first, and then
time and proven significant and succesfull
user base later.

Cheers
Andrea

-- 
==
GeoServer Professional Services from the experts! Visit
http://goo.gl/it488V for more information.
==

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39  339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

*AVVERTENZE AI SENSI DEL D.Lgs. 196/2003*

Le informazioni contenute in questo messaggio di posta elettronica e/o
nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il
loro utilizzo è consentito esclusivamente al destinatario del messaggio,
per le finalità indicate nel messaggio stesso. Qualora riceviate questo
messaggio senza esserne il destinatario, Vi preghiamo cortesemente di
darcene notizia via e-mail e di procedere alla distruzione del messaggio
stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso,
divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od
utilizzarlo per finalità diverse, costituisce comportamento contrario ai
principi dettati dal D.Lgs. 196/2003.



The information in this message and/or attachments, is intended solely for
the attention and use of the named addressee(s) and may be confidential or
proprietary in nature or covered by the provisions of privacy act
(Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection
Code).Any use not in accord with its purpose, any disclosure, reproduction,
copying, distribution, or either dissemination, either whole or partial, is
strictly forbidden except previous formal approval of the named
addressee(s). If you are not the intended recipient, please contact
immediately the sender by telephone, fax or e-mail and delete the
information in this message that has been received in error. The sender
does not give any warranty or accept liability as the content, accuracy or
completeness of sent messages and accepts no responsibility  for changes
made after they were sent or for other risks which arise as a result of
e-mail transmission, viruses, etc.

---
--
Announcing the Oxford Dictionaries API! The API offers world-renowned
dictionary content that is easy and intuitive to access. Sign up for an
account today to start using our lexical data to power your apps and
projects. Get started today and enter our developer competition.
http://sdm.link/oxford___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] geopackage datastore missing from nightly?

2017-03-11 Thread Richard Duivenvoorde
On 11-03-17 13:22, Ian Turton wrote:
> You also need the geopackage plugin
> - 
> http://ares.opengeo.org/geoserver/master/community-latest/geoserver-2.11-SNAPSHOT-geopkg-plugin.zip
>  
> 
> The manual page is misleading though - I'll update it.

Ah, thanks, yep. I see, sorry diagonal reading of the docs indeed...

Just works!

In our quest to make gpkg a default open data format... should it not be
in core instead of extenstion? Or is it just not stable enough?

One thing: why not browse to a gpkg file (just like a shp) instead of
giving a file:///home/richard/geodata/foo.gpkg url and no
password/usernamen etc?

Regards,

Richard


--
Announcing the Oxford Dictionaries API! The API offers world-renowned
dictionary content that is easy and intuitive to access. Sign up for an
account today to start using our lexical data to power your apps and
projects. Get started today and enter our developer competition.
http://sdm.link/oxford
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] geopackage datastore missing from nightly?

2017-03-11 Thread Ian Turton
You also need the geopackage plugin -
http://ares.opengeo.org/geoserver/master/community-latest/geoserver-2.11-SNAPSHOT-geopkg-plugin.zip


The manual page is misleading though - I'll update it.

Ian

On 11 March 2017 at 12:12, Richard Duivenvoorde  wrote:

> Hi Devs,
>
> can somebody confirm?
>
> according to: http://docs.geoserver.org/latest/en/user/community/geopkg/
>
> I should be able to view a 'geopackage' item in the add data store page
> after installing WPS extension.
>
> I downloaded nightly (I'm on Debian testing, OpenJDK Runtime Environment
> (build 1.8.0_121-8u121-b13-3-b13) here).
> Downloaded WPS extension and unzipped jars in
> webapps/geoserver/WEB-INFO/lib dir
> and restarted geoserver jetty via startup.sh
>
> I see a WPS 1.0.0 in Service Capabilities, but I do NOT see a Geopackage
> possibility as store to add as you see
>
> http://docs.geoserver.org/latest/en/user/community/
> geopkg/input.html#adding-a-geopackage-vector-data-store
>
> Do I miss something?
> Or did I hit an issue?
>
> Regards,
>
> Richard Duivenvoorde
>
> 
> --
> Announcing the Oxford Dictionaries API! The API offers world-renowned
> dictionary content that is easy and intuitive to access. Sign up for an
> account today to start using our lexical data to power your apps and
> projects. Get started today and enter our developer competition.
> http://sdm.link/oxford
> ___
> Geoserver-devel mailing list
> Geoserver-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-devel
>



-- 
Ian Turton
--
Announcing the Oxford Dictionaries API! The API offers world-renowned
dictionary content that is easy and intuitive to access. Sign up for an
account today to start using our lexical data to power your apps and
projects. Get started today and enter our developer competition.
http://sdm.link/oxford___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] geopackage datastore missing from nightly?

2017-03-11 Thread Richard Duivenvoorde
Hi Devs,

can somebody confirm?

according to: http://docs.geoserver.org/latest/en/user/community/geopkg/

I should be able to view a 'geopackage' item in the add data store page
after installing WPS extension.

I downloaded nightly (I'm on Debian testing, OpenJDK Runtime Environment
(build 1.8.0_121-8u121-b13-3-b13) here).
Downloaded WPS extension and unzipped jars in
webapps/geoserver/WEB-INFO/lib dir
and restarted geoserver jetty via startup.sh

I see a WPS 1.0.0 in Service Capabilities, but I do NOT see a Geopackage
possibility as store to add as you see

http://docs.geoserver.org/latest/en/user/community/geopkg/input.html#adding-a-geopackage-vector-data-store

Do I miss something?
Or did I hit an issue?

Regards,

Richard Duivenvoorde

--
Announcing the Oxford Dictionaries API! The API offers world-renowned
dictionary content that is easy and intuitive to access. Sign up for an
account today to start using our lexical data to power your apps and
projects. Get started today and enter our developer competition.
http://sdm.link/oxford
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] Can we keep the gt 15.x/gs 2.9.x builds alive a bit longer?

2017-03-11 Thread Andrea Aime
Ok, hopefully done correctly. As far as I can tell, doc wise:
* Geotools has a post-build step for docs, that I removed
* GeoWebCache has nothing
* GeoServer has a dedicated build, that is still disabled

Cheers
Andrea


On Sat, Mar 11, 2017 at 10:59 AM, Andrea Aime 
wrote:

> On Fri, Mar 10, 2017 at 5:17 PM, Jody Garnett 
> wrote:
>
>> We can do so, I also got some feedback that "many people are using 2.9".
>> Would you like to re-enable the jobs and sort them back into the view?
>>
>
> Yep, users already have troubles keeping up with our 6-months release
> cycle (and we'd have trouble stabilizing and releasing it with a longer
> cycle),
> cutting the 2.9.x and 2.10.x lifetimes shorter is making things harder for
> them.
>
>
>>
>> How we can do this:
>> - Doc generation/publication is no longer needed - and will conflict with
>> 2.10.x
>>
>
> Ok, can look into that
>
>
>> - Can we cut the cite tests?
>>
>
> I'd rather not do that, cite tests run fast compared to the other builds
> and people getting a nightly of
> 2.9.x at this point are definitely using it for production purposes
>
> Cheers
> Andrea
>
> --
> ==
> GeoServer Professional Services from the experts! Visit
> http://goo.gl/it488V for more information.
> ==
>
> Ing. Andrea Aime
> @geowolf
> Technical Lead
>
> GeoSolutions S.A.S.
> Via di Montramito 3/A
> 55054  Massarosa (LU)
> phone: +39 0584 962313 <+39%200584%20962313>
> fax: +39 0584 1660272 <+39%200584%20166%200272>
> mob: +39  339 8844549 <+39%20339%20884%204549>
>
> http://www.geo-solutions.it
> http://twitter.com/geosolutions_it
>
> *AVVERTENZE AI SENSI DEL D.Lgs. 196/2003*
>
> Le informazioni contenute in questo messaggio di posta elettronica e/o
> nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il
> loro utilizzo è consentito esclusivamente al destinatario del messaggio,
> per le finalità indicate nel messaggio stesso. Qualora riceviate questo
> messaggio senza esserne il destinatario, Vi preghiamo cortesemente di
> darcene notizia via e-mail e di procedere alla distruzione del messaggio
> stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso,
> divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od
> utilizzarlo per finalità diverse, costituisce comportamento contrario ai
> principi dettati dal D.Lgs. 196/2003.
>
>
>
> The information in this message and/or attachments, is intended solely for
> the attention and use of the named addressee(s) and may be confidential or
> proprietary in nature or covered by the provisions of privacy act
> (Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection
> Code).Any use not in accord with its purpose, any disclosure, reproduction,
> copying, distribution, or either dissemination, either whole or partial, is
> strictly forbidden except previous formal approval of the named
> addressee(s). If you are not the intended recipient, please contact
> immediately the sender by telephone, fax or e-mail and delete the
> information in this message that has been received in error. The sender
> does not give any warranty or accept liability as the content, accuracy or
> completeness of sent messages and accepts no responsibility  for changes
> made after they were sent or for other risks which arise as a result of
> e-mail transmission, viruses, etc.
>
> ---
>



-- 
==
GeoServer Professional Services from the experts! Visit
http://goo.gl/it488V for more information.
==

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39  339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

*AVVERTENZE AI SENSI DEL D.Lgs. 196/2003*

Le informazioni contenute in questo messaggio di posta elettronica e/o
nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il
loro utilizzo è consentito esclusivamente al destinatario del messaggio,
per le finalità indicate nel messaggio stesso. Qualora riceviate questo
messaggio senza esserne il destinatario, Vi preghiamo cortesemente di
darcene notizia via e-mail e di procedere alla distruzione del messaggio
stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso,
divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od
utilizzarlo per finalità diverse, costituisce comportamento contrario ai
principi dettati dal D.Lgs. 196/2003.



The information in this message and/or attachments, is intended solely for
the attention and use of the named addressee(s) and may be confidential or
proprietary in nature or covered by the provisions of privacy act
(Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection
Code).Any use not in accord with its purpose, any disclosure, reproduction,
copying, distribution, or either dissemination, either whole or partial, is
strictly forbidden except 

Re: [Geoserver-devel] Can we keep the gt 15.x/gs 2.9.x builds alive a bit longer?

2017-03-11 Thread Andrea Aime
On Fri, Mar 10, 2017 at 5:17 PM, Jody Garnett 
wrote:

> We can do so, I also got some feedback that "many people are using 2.9".
> Would you like to re-enable the jobs and sort them back into the view?
>

Yep, users already have troubles keeping up with our 6-months release cycle
(and we'd have trouble stabilizing and releasing it with a longer cycle),
cutting the 2.9.x and 2.10.x lifetimes shorter is making things harder for
them.


>
> How we can do this:
> - Doc generation/publication is no longer needed - and will conflict with
> 2.10.x
>

Ok, can look into that


> - Can we cut the cite tests?
>

I'd rather not do that, cite tests run fast compared to the other builds
and people getting a nightly of
2.9.x at this point are definitely using it for production purposes

Cheers
Andrea

-- 
==
GeoServer Professional Services from the experts! Visit
http://goo.gl/it488V for more information.
==

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39  339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

*AVVERTENZE AI SENSI DEL D.Lgs. 196/2003*

Le informazioni contenute in questo messaggio di posta elettronica e/o
nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il
loro utilizzo è consentito esclusivamente al destinatario del messaggio,
per le finalità indicate nel messaggio stesso. Qualora riceviate questo
messaggio senza esserne il destinatario, Vi preghiamo cortesemente di
darcene notizia via e-mail e di procedere alla distruzione del messaggio
stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso,
divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od
utilizzarlo per finalità diverse, costituisce comportamento contrario ai
principi dettati dal D.Lgs. 196/2003.



The information in this message and/or attachments, is intended solely for
the attention and use of the named addressee(s) and may be confidential or
proprietary in nature or covered by the provisions of privacy act
(Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection
Code).Any use not in accord with its purpose, any disclosure, reproduction,
copying, distribution, or either dissemination, either whole or partial, is
strictly forbidden except previous formal approval of the named
addressee(s). If you are not the intended recipient, please contact
immediately the sender by telephone, fax or e-mail and delete the
information in this message that has been received in error. The sender
does not give any warranty or accept liability as the content, accuracy or
completeness of sent messages and accepts no responsibility  for changes
made after they were sent or for other risks which arise as a result of
e-mail transmission, viruses, etc.

---
--
Announcing the Oxford Dictionaries API! The API offers world-renowned
dictionary content that is easy and intuitive to access. Sign up for an
account today to start using our lexical data to power your apps and
projects. Get started today and enter our developer competition.
http://sdm.link/oxford___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel