Re: [OSGeo-Discuss] Which Java OS GIS project to join ?

2012-02-14 Thread Pieter De Graef
In case you are interested in web-based GIS, you're always welcome to join
the Geomajas project. I believe it's the only full-Java web framework out
there (correct me if I'm wrong) by making use of GWT on the client.

http://www.geomajas.org/

Hope to see you there ;-)

Pieter De Graef

2012/2/15 Landon Blake 

> That is a dangerous e-mail on a list like this. :]
>
> If you still have volunteer juice left when your done with Cameron,
> we'd love extra help on OpenJUMP. I have at least 6 things I should be
> working on for OpenJUMP right now. It is a great open source desktop
> GIS written in Java, with a really awesome worldwide developer and
> user community.
>
> Landon
>
> On Tue, Feb 14, 2012 at 1:54 PM, Cameron Shorter
>  wrote:
> > On 15/02/12 04:09, Andreas Paukner-Ruzicka wrote:
> >>
> >> Hello,
> >> I'd like to contribute to a Java based OpenSource GIS project.
> >> Which ones have backlogs of tasks I can work on as a Java programmer and
> >> architect ?
> >> Any recommendations ?
> >>
> >
> > Wow, what an attractive offer to an Open Source project team. I'm going
> to
> > jump in early and try to woo you over to the OSGeo-Live project for a
> couple
> > of weeks (until we put out our next release)
> > http://live.osgeo.org
> >
> > At osgeolive, we package close to 50 open source gespatial applications
> on
> > an Xubuntu base, and distribute at conferences and workshops around the
> > world.
> >
> > Right now we would dearly love someone with some java experience to test
> > applications running on openjdk 7, as they previously were tested on sun
> > java 6. This is something that all java projects will need to address
> soon,
> > as sun java will not be allowed to be included in linux based installers
> in
> > future linux releases (it will need to be installed separately).
> >
> > It would be great to have someone test all our java applications with
> > openjdk, identify any errors, then work with the communities to help
> resolve
> > any issues found.
> >
> > This would also be a great way to learn about what open source java gis
> > projects are out there, and help you determine which you would like to
> work
> > with.
> >
> > Interested? Please drop by and introduce yourself at
> > irc://freenode.net#osgeolive or on our email list
> > http://lists.osgeo.org/mailman/listinfo/live-demo
> >
> > You will also want to download our latest ISO image we are testing from:
> > http://aiolos.survey.ntua.gr/gisvm/5.5/
> >
> > --
> > Cameron Shorter
> > Geospatial Solutions Manager
> > Tel: +61 (0)2 8570 5050
> > Mob: +61 (0)419 142 254
> >
> > Think Globally, Fix Locally
> > Geospatial Solutions enhanced with Open Standards and Open Source
> > http://www.lisasoft.com
> >
> >
> > ___
> > Discuss mailing list
> > Discuss@lists.osgeo.org
> > http://lists.osgeo.org/mailman/listinfo/discuss
> ___
> Discuss mailing list
> Discuss@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/discuss
>
___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss


Re: [OSGeo-Discuss] Which Java OS GIS project to join ?

2012-02-14 Thread Landon Blake
That is a dangerous e-mail on a list like this. :]

If you still have volunteer juice left when your done with Cameron,
we'd love extra help on OpenJUMP. I have at least 6 things I should be
working on for OpenJUMP right now. It is a great open source desktop
GIS written in Java, with a really awesome worldwide developer and
user community.

Landon

On Tue, Feb 14, 2012 at 1:54 PM, Cameron Shorter
 wrote:
> On 15/02/12 04:09, Andreas Paukner-Ruzicka wrote:
>>
>> Hello,
>> I'd like to contribute to a Java based OpenSource GIS project.
>> Which ones have backlogs of tasks I can work on as a Java programmer and
>> architect ?
>> Any recommendations ?
>>
>
> Wow, what an attractive offer to an Open Source project team. I'm going to
> jump in early and try to woo you over to the OSGeo-Live project for a couple
> of weeks (until we put out our next release)
> http://live.osgeo.org
>
> At osgeolive, we package close to 50 open source gespatial applications on
> an Xubuntu base, and distribute at conferences and workshops around the
> world.
>
> Right now we would dearly love someone with some java experience to test
> applications running on openjdk 7, as they previously were tested on sun
> java 6. This is something that all java projects will need to address soon,
> as sun java will not be allowed to be included in linux based installers in
> future linux releases (it will need to be installed separately).
>
> It would be great to have someone test all our java applications with
> openjdk, identify any errors, then work with the communities to help resolve
> any issues found.
>
> This would also be a great way to learn about what open source java gis
> projects are out there, and help you determine which you would like to work
> with.
>
> Interested? Please drop by and introduce yourself at
> irc://freenode.net#osgeolive or on our email list
> http://lists.osgeo.org/mailman/listinfo/live-demo
>
> You will also want to download our latest ISO image we are testing from:
> http://aiolos.survey.ntua.gr/gisvm/5.5/
>
> --
> Cameron Shorter
> Geospatial Solutions Manager
> Tel: +61 (0)2 8570 5050
> Mob: +61 (0)419 142 254
>
> Think Globally, Fix Locally
> Geospatial Solutions enhanced with Open Standards and Open Source
> http://www.lisasoft.com
>
>
> ___
> Discuss mailing list
> Discuss@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/discuss
___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss


[OSGeo-Discuss] How to enable a spatial query with MODE=FEATUREQUERY (CGI mode)?

2012-02-14 Thread Eduardo Kanegae
Hi,

I have two layers (poly_layer and point_layer) and using MapServer CGI
interface I wish to:
a) - let user click a polygon at 'poly_layer'
b) - then list attributes of 'point_layer' that are contained into the
polygon choosen at (a)

At my mapfile, both layers has layer->template property set and at CGI
interface (web->template) I'm passing:
- mode = featurequery
- slayer = poly_layer
- qlayer = point_layer

But after the click on map, got only a "not found" error.

Am I doing right use of this mode? Or for this need, is it better to
use another mode?

ps.: all layers are Mapinfo files and can't use PostGIS at this application.

Eduardo Patto Kanegae
___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss


Re: [OSGeo-Discuss] Which Java OS GIS project to join ?

2012-02-14 Thread Cameron Shorter

On 15/02/12 04:09, Andreas Paukner-Ruzicka wrote:

Hello,
I'd like to contribute to a Java based OpenSource GIS project.
Which ones have backlogs of tasks I can work on as a Java programmer and
architect ?
Any recommendations ?



Wow, what an attractive offer to an Open Source project team. I'm going 
to jump in early and try to woo you over to the OSGeo-Live project for a 
couple of weeks (until we put out our next release)

http://live.osgeo.org

At osgeolive, we package close to 50 open source gespatial applications 
on an Xubuntu base, and distribute at conferences and workshops around 
the world.


Right now we would dearly love someone with some java experience to test 
applications running on openjdk 7, as they previously were tested on sun 
java 6. This is something that all java projects will need to address 
soon, as sun java will not be allowed to be included in linux based 
installers in future linux releases (it will need to be installed 
separately).


It would be great to have someone test all our java applications with 
openjdk, identify any errors, then work with the communities to help 
resolve any issues found.


This would also be a great way to learn about what open source java gis 
projects are out there, and help you determine which you would like to 
work with.


Interested? Please drop by and introduce yourself at 
irc://freenode.net#osgeolive or on our email list 
http://lists.osgeo.org/mailman/listinfo/live-demo


You will also want to download our latest ISO image we are testing from:
http://aiolos.survey.ntua.gr/gisvm/5.5/

--
Cameron Shorter
Geospatial Solutions Manager
Tel: +61 (0)2 8570 5050
Mob: +61 (0)419 142 254

Think Globally, Fix Locally
Geospatial Solutions enhanced with Open Standards and Open Source
http://www.lisasoft.com

___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss


Re: [OSGeo-Discuss] Which Java OS GIS project to join ?

2012-02-14 Thread José Antonio Canalejo Alonso
Hello Andreas,
if gvSIG CE is what you are looking for, you are welcome: www.gvsigce.org
If you are interested in collaborating on the development of the project, sign 
up to our community mailing list. Once there, please introduce yourself and 
tell us what you are interested in and we can make you part of the development 
team.
Best regards!
--
José Canalejo
gvSIG CE Team 
www.gvsigce.org



>On 02/14/2012 09:09 AM, Andreas Paukner-Ruzicka wrote:
> Hello,
> I'd like to contribute to a Java based OpenSource GIS project.
> Which ones have backlogs of tasks I can work on as a Java programmer and
> architect ?
> Any recommendations ?
>___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss


Re: [OSGeo-Discuss] Which Java OS GIS project to join ?

2012-02-14 Thread Alex Mandel
On 02/14/2012 09:09 AM, Andreas Paukner-Ruzicka wrote:
> Hello,
> I'd like to contribute to a Java based OpenSource GIS project.
> Which ones have backlogs of tasks I can work on as a Java programmer and
> architect ?
> Any recommendations ?
> 

I'm sure all of them have something they could use more coders on. Are
you more interested in Desktop or Web, in visualization, analysis or low
level background libraries?

Thanks,
Alex
___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss


[OSGeo-Discuss] Which Java OS GIS project to join ?

2012-02-14 Thread Andreas Paukner-Ruzicka
Hello,
I'd like to contribute to a Java based OpenSource GIS project.
Which ones have backlogs of tasks I can work on as a Java programmer and
architect ?
Any recommendations ?

-- 
Mit freundlichen Gruessen/Kind regards,
Andreas Paukner-Ruzicka
(Geschaeftsfuehrer/Managing Director)


Geo-IT GmbH - Geoinformatik, IT-Services
Guggenberg 3, D-82380 Peissenberg
Tel: +49-8803-498372, Mobile: +49-179-5913766
eMail: a...@geo-it.com - Internet: http://www.geo-it.com

Geschaeftsfuehrer/Managing directors: 
Andreas Paukner-Ruzicka, Daniel Robrecht

Registergericht: AG München, HRB 135305
USt-IdNr.: DE813168044, St.Nr.: 183/68099
 

___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss


Re: [OSGeo-Discuss] Call for 2011 Annual Report Items: Sponsors, Projects, Chapters, Committee, Board

2012-02-14 Thread Landon Blake
Thanks Jody and Sanghee for your support and help.

Landon

2012/2/13 Shin, Sanghee :
> Dear Landon,
>
> I added Korean Chapter activities of 2011 to the wikipage you mentioned.
>
> I really appreciate your efforts.
>
> With regards,
>
> Sanghee
>
> 2012. 2. 14., 오전 7:04, Landon Blake 작성:
>
>> I'd like to put out a call for 2011 Annual Report items for Volume 11
>> of the OSGeo Journal:
>>
>> http://wiki.osgeo.org/wiki/Journal_Volume_11
>>
>> We are planning to publish this report by the end of March. You can
>> make your submission for the report directly to me
>> (sunburned.surve...@gmail.com), to the Journal mailing list, or on the
>> wiki page for the 2011 Annual Report:
>>
>> http://wiki.osgeo.org/wiki/Annual_Report_2011
>>
>> I know it is a bit of work, but I encourage all of our OSGeo sponsors,
>> software projects, chapters, committees, and the board to submit a
>> report. All I need is a word processor document or plain text file.
>> The Journal team will take care of all the formatting.
>>
>> Thanks in advance for the submissions.
>>
>> Landon
>> ___
>> Discuss mailing list
>> Discuss@lists.osgeo.org
>> http://lists.osgeo.org/mailman/listinfo/discuss
>
> ___
> Discuss mailing list
> Discuss@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/discuss
___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss