Some questions:
1)
Should I rename gt-imagemosaicJDBC to gt-imagemosiac-jdbc ?
2) For testing I decided to use 3 pyramids, the third pyramid contains only
1 image. The biggest dir contains the tiles for the original image, using
9.6 MB. The whole src dir needs 16 MB. I found some modules whi
I refactored the tests and save 8 MB, now using 7.8 MB.
The changes have been commited.
Renaming will be done next week since I am out of time now
Cheers
christian
Daniele Romagnoli writes:
> On Fri, May 30, 2008 at 3:04 PM, Andrea Aime <[EMAIL PROTECTED]> wrote:
>
>>
For me there is an important issue. Is it possible to remove the sun-sdk
dependencies. My deployment platforms are
Linux/zOS
AIX
Linux on power pcc
There is no Sun support one these platforms and each "mvn install" drives me
crazy.
Am I alone or are there others not deploying on intel archi
Andrea Aime writes:
> Christian Müller ha scritto:
>> I can help in testing against DB2. At them moment I have access to db2
>> on linx/386, windows, aix, linux ppc and on z/os. Let me know.
>> The same holds true for Websphere Application Server.
>
> That's
, Errors: 0, Skipped: 0
Is that ok
Andrea Aime writes:
> Christian Müller ha scritto:
>> Andrea Aime writes:
>>> Christian Müller ha scritto:
>>>> I can help in testing against DB2. At them moment I have access to db2
>>>> on linx/386, w
Hy Dave, regarding the online tests I found out that they are working only
on a Windows box using the DB2 standard installation.
Is it ok to eleminate the dependencies, commit and close this issue. I have
the possibility to test on Windows, Linux, Linux z/OS, Linux ppc and AIX,
all running a d
in
CharsetConverterFactoryTest>>testStringToCharset is a line
assertEquals( "UTF-8", charset.displayName() );
This does not work on an ibm sdk because the method displayName gives a much
longer description.
charset.name()
works on both sun and ibm sdk, is it ok to fix and commit ?
Method FormatTest>>testCoordinateFormat(). The following 2 lines cause the
problem:
1)
assertEquals("23°46,8'E 12°44,4'S 127,9\u00A0m 4 janv. 2003",
format.format(position));
2)
assertEquals("23°46,8'E; 12°44,4'S; 127,9\u00A0m; 4 janv.2003",
format.format(position));
An ibm sdk produces a d
Method VisitorCalculationTest>>testUnique
The following code sequence causes the problem:
Object[] array = uniqueResult3.toArray();
assertEquals(3.0, ((Double)array[0]).doubleValue(), 0);
assertEquals(2, ((Integer)array[1]).intValue(), 0);
assertEquals(4, ((Integer)
Both on sun sdk 1.6 and ibm sdk 1.5 the following test fail
Failed tests:
testFindWSG84(org.geotools.referencing.factory.epsg.HsqlDialectEpsgMediator
Test)
testFindWSG84(org.geotools.referencing.factory.epsg.HsqlDialectEpsgFactoryT
est)
Some times only, the following tests fail:
testFi
I am missing DB2. Until now I have not studied this module but i am used
to work with jdbc and db2. Perhaps I could do this part.
Andrea Aime writes:
> Hi all,
> as some of you may know, the H2 module Justin has been
> working on has been created to full fill two purposes:
> - be a H2 dat
I see there is a org.geotools.data.mysql package in the gt-h2 project. Is
this ok ?.
If it is, should I start with an org.geotools.data.db2 package and start
with the db2 stuff.
christian
Andrea Aime writes:
> Christian Müller ha scritto:
>> I am missing DB2. Until now I
Since I need the db2 plugin I tested the following:
1) Duplicate all classes from org.geotools.data.mysql, renaming MySql* to
DB2*.
2) Adapting the classes and tests for DB2 Spatial Extender
3) Copy DB2SqlEncoder from David
Now I am tried to run the tests. 90% of them result in failures or e
Nice to get your mail, yesterday I paused my db2 spatial extender
implementation because of the SRID problem.
Some inputs from me and the DB2 front.
1) The Native SRID used in DB2 does not directly determine a CRS. The SRID
determines the extent of a SRS and the accuracy of the calculations.(
During the last days I had same mail traffic with David Adler and concerning
the db2 plugin we agreed on the following
1) We want to migrate the old plugin into the new design
I will do the migration, David will assist to get things working
2) We want the plugin to be ready for fat clients,
1) I think I should make a proposal in the wiki (where is the best place)
2) I am working on a system handling animal deseases. A typical transaction
does modifications on an host db2, stores zone geometries in an AIX DB2 and
puts
some informations for animal doctors in a jms queue (resulting i
High Andrea,
1)
There was a misunderstanding, I wrote
"3) UDIG and Geoserver are no references because (as far as i know) they do
not use NON geotools transactional resources"
meaning that these 2 products are doing all their transaction handling with
geotools having no further transactio
Hi, I am missing my module gt-imagemosaic-jdbc (which was already included
in 2.5 M3). The module is still in the unsupported branch, I dont know why,
my mentor (Simone) did not respond to my mails since 6 weeks ?.
I need the module for my customer, so what is missing, where is the problem
and
I have done the following to meet the requirements:
1) The documentation is in the WIKI (including documentation for the import
utility, for the ddl generation utility,
and hints for all supported databases)
http://docs.codehaus.org/display/GEOTOOLS/Image+Mosaicing+Pyramidal+JDBC+Plu
gin
T
Yes, the name is a little bit to long. There are 5 parts
1) Image
2) Mosaicing
3) Pyramidal
4) JDBC
5) Plugin
I think 1) and 4) are mandatory.
5) could be omitted
Since there are plugins called ImageMoasic and ImagePyramid I wanted to make
clear that my plugin is doing both tasks. That is
Adler) and to put my focus on the transaction handling.
thanks for your help
christian
Adrian Custer writes:
> On Mon, 2008-09-22 at 12:07 +0200, Christian Müller wrote:
>> Yes, the name is a little bit to long. There are 5 parts
>>
>> 1) Image
>> 2) Mosaicing
int JDBCSpatialFiltersTest there are 2 test methods for the BBOX filter.
testBboxFilter()
testBboxFilterDefault()
I am a little bit confused because I thought I have to do an envelope
intersect (testing if the bbox intersects with the mbr of each geometry).
But it seems to be the other way
the new db2 plugin would be ready to commit. The only showstoppers are
GEOT-2109 and especially GEOT-2095.
GEOT-2109 is an easy problem and if it is ok I would fix it.
Since the development of my imagemosaic-jdbc plugin I have installed all our
target databases (db2,oracle,postgis,mysql) and
For finishing my GIS post-graduate study I have to write a master thesis.
I would be nice to do something in the geotools/geoserver/udig complex to
achieve some synergy effects.
Has anybody a proposol for a theme where I can do some scientific theory and
develop java code for further improve
Thanks for your proposals. Some answers
1) My fist study was computer science and this is my primary target
2) I skipped the remote sensing exams in favor of DBMS stuff.
My areas are Java,J2ee,Web,DBMS,Security,Transactions, ...
I am looking for a theme combining my knowledge in computer scie
I commited the new jdbc-db2 plugin into the 2.5.x and 2.6.x branch.
This plugin works with prepared statements.
mvn test --> Tests run: 112, Failures: 0, Errors: 0, Skipped: 0
-
Test cases implemented 100 %
DB2DataStoreTest
DB2FeatureCollectionTest
DB2FeatureLockingT
1) imageio-ext-gdal formats
Does this plugin also support reading formats like png,jpeg, gif. I want to
use it as a native accelerator on a ppc architecture. (There is not native
support from java imageio on this platform).
2) imageio-ext-gdal operations
Does this plugin support image operat
DB2 stores the vector data in an internal format (using 4 byte Integers).
This format is not official. Reading the data only as blob makes no sense
because you cannot apply any operations on it.
You have to use ST_ASBINARY if you want a WKB representation.
Other possibilities are
ST_ASTEXT f
I am not sure if I am allowed to vote, but if I am, +1
Daniele Romagnoli writes:
> Hi list,
> I would like to move the gt-imageio-ext-gdal module from unsupported to
> plugin module.
>
> I have updated the wiki page with additional information and Gold Star
> Quality check updates:
> http:/
Justin what about GEOT-2212. I need the db2-ng plugin in the next geoserver
release ?
Justin Deoliveira writes:
> Hi all,
>
> I am just about to create the tag for gt 2.5.3. Let me know if there are
> any additional commits that need to get it in to the release and I will
> be sure to app
Following the discussion about licensing problems causes me to ask a further
question.
I am thinking about impelementing the GeoXACML specification for geotools as
GSOC 2009 project.
http://www.opengeospatial.org/standards/geoxacml
This is a geospatial extension for XACML (authorization) a
As far as I am concerned, I would try to enhance geotools to better support
the INSPIRE EU directive.
This directive is from the European Commission and all member states have to
build a national GDI using all these ISO, W3C and OGC standards. The time
frame ends with 2015, but many national p
or comments about that, don't
> hesitate to chime us.
>
> Cheers,
>
> Vincent
>
> Le 22 janv. 09 à 08:11, Christian Müller a écrit :
>
>> As far as I am concerned, I would try to enhance geotools to better
>> support
>> the INSPIRE EU directi
is one of those (a metadata catalog
>> > application) and it's using extensively GT on it's backend.
>> > We're curently working on the metadata library to give it a full INSPIRE
>> > conformance, so if you've questions or comments about that, don't
Hi, last year I did the imagemosic-jdbc plugin. From my experience, the
interpolation is not the problem, or it is a problem of cpu power. The
space saved on disk is perhaps another argument, but not really, because its
only 1/4 of the base level.
The problem arise in main memory, because you
a metadata catalog
>> application) and it's using extensively GT on it's backend.
>> We're curently working on the metadata library to give it a full
>> INSPIRE conformance, so if you've questions or comments about that,
>> don't hesitate to chime
I never succeeded running a "mvn clean install" on an IBM sdk. Can anybody
notify me if we succeed with sun java 6. Afterwards I will try it with the
ibm sdk (necessairy for all users running geotools/geoserver in Websphere or
using geotools on AIX, Linux/ppc or Linux/zOs)
Adrian Custer wri
There is another impact when using
toLowerCase(myAttribute) LIKE 'blah%'
The use of a toLowerCase or toUpperCase on an sql column will prevent using
sql indexes. The result will always be a table scan which hurts on large
tables.
I think this fact should be considered too.
christian
I am lucky to hear that you use the java.util.concurrent package. I did the
same with my imagemosaic-jdbc module, starting a thread for decoding each
tile and putting the resulting java image in a queue.
On an AIX ppc using 4 CPUs I get a CPU usage up to 390 %, which shows me
that the package
"replace" instead of the usual "get" and "put", but once
> I get used it was really a charm.
>
> Christian Müller a écrit :
>> Did you look at the stack traces I sent you ? (Testing geotidy on an IBM
>> sdk)
>
> Yes and I applied a patch ri
Hi Justin, I need some days for additional usability improvements of the
imagemosaic-jdbc plugin.
Since this will be the first geoserver release containing the
imagemosiac-jdbc plugin, I want to improve the handling of the module and
make the tutorial simpler. (I got some feedback from Andrea,
the imagemosaic-jdbc
> artifact when the changes are in. This way we can build and test the
> release in parallel. Thoughts?
>
> -Justin
>
> Christian Müller wrote:
>> Hi Justin, I need some days for additional usability improvements of the
>> imagemosaic
I have 2 questions about this proposal
1) Who would be the mentor
2) Does geoserver implement the full WCS specification (for testing)
The idea is: Since I am writing my master thesis and I have to study the WCS
specification, half the work seems to be done :-)
christian
--
r you to test
> against later in your timeline.
>
> Jody
>
> On Thu, Mar 5, 2009 at 5:54 AM, Christian Müller
> wrote:
>
>>
>> I have 2 questions about this proposal
>>
>> 1) Who would be the mentor
>> 2) Does geoserver implement the full WCS specif
Jody I have not a seen a page for project proposals for geoserver.
(or should we use the one created for geotools).
I am not sure at the moment, but I have an idea doing a GeoXACML
implementation which could deployed in geoserer as a servlet filter.
When is the latest point in time to register
ation (openSAML)
christian
Andrea Aime writes:
> Christian Müller ha scritto:
>> Jody I have not a seen a page for project proposals for geoserver.
>> (or should we use the one created for geotools).
>>
>> I am not sure at the moment, but I have an idea doing a G
Hi Justin, i studied the
GML2ParsingUtils.crs(Node n)
Method.
Is this code up to date ? I am asking because I need to do this in another
place and I am am uncertain about your TODO and HACK comments.
thanks
Justin Deoliveira writes:
> The GeoTools 2.5.4 release is available fo
I am not sure at the moment where to place the different components of
GeoXACML
1) Policy Decision Point
This component handles xml stuff and authorization decisions, I think
geotools would be the right place.
The component could be used universally (like the gml stuff)
2) Policy Enforcmen
:
> Christian Müller ha scritto:
>>
>>
>> I am not sure at the moment where to place the different components of
>> GeoXACML
>>
>> 1) Policy Decision Point
>> This component handles xml stuff and authorization decisions, I think
>> geotools would
Given:
2 JTS geometries g1 and g2
2 CRS crs1 and crs2 (not known in advance)
I want to apply a spatial predicate (intersects,overlapps,..) to g1 and g2.
If "CRS.equalsIgnoreMetaData" is false, I convert both g1 and g2 to WGS84
CRS commonCrs = CRS.decode("EPSG:4326")
MathTransform transf
Do we have something like pyramids for for vector data ?
What I mean is having a FeatureSource (say, the boundary of Europe having
100 000 vertices) and drawing the boundary on a 640x480 image.
I really do not need 100 000 points and therefore I make some
generalizations, each as its own featu
work
Any ideas
christian
Andrea Aime writes:
> Christian Müller ha scritto:
>> Do we have something like pyramids for for vector data ?
>>
>> What I mean is having a FeatureSource (say, the boundary of Europe having
>> 100 000 vertices) and drawing the bounda
Last week I posed a question about having a FeatureSource which has also
some generalizations of the vector data to speed up response time and reduce
data transfer.
While it is is surely not the problem to implement such a FeatureSource, I
need the ScaleDenominator from the caller.
I studi
2.6.x, I
need this feature in geoserver.
christian
Andrea Aime writes:
> Christian Müller ha scritto:
>> Last week I posed a question about having a FeatureSource which has also
>> some generalizations of the vector data to speed up response time and
>>
FeatureSource org.geotools.data.GenFeatureSource
.
Andrea Aime writes:
> Christian Müller ha scritto:
>> But anyway, I do not want any generalization on the fly and 1) is my
>> first target.
>>
>> Passing difference/offset in the native CRS as a hi
1)
Andrea, after the last messages I would propose:
Pass the resolution hint if you are sure that nothing bad can happen.
However you do it, I rely on getting the hint with feature types having one
geometry property with the same CRS.
2) I did a quick implementation of GeneralizingFeatureSourc
Ok, lets agree on that. For the preserving generalisation I use
the JTS TopologyPreservingSimplifier, how to do it for the non preserving
case ?
Andrea Aime writes:
> Christian Müller ha scritto:
>> Looking at the the hint "Hints.PRESERVE_TOPOLOGY" indicates you mean the
Looking at the the hint "Hints.PRESERVE_TOPOLOGY" indicates you mean the
generalization should take place in the FeatureSource ?. Would be consistent
with the handling of image pyramids.
I thought the "Hints.GENERALIZATION_DISTANCE" is enough and the feature
source returns a set of valid geome
here a need for DataStore
(DataAccess) and the correspoinding factory class ?.
As you see, I am quite uncertain about the starting point, the creation of
the wrapper object.
Andrea Aime writes:
> Christian Müller ha scritto:
>> 1)
>> Andrea, after the last messages I would p
/decimation job to the FeatureSource.
Otherwise, the calling component does the decimaion for itself.
True or false ?
Andrea Aime writes:
> Christian Müller ha scritto:
>> Looking at the the hint "Hints.PRESERVE_TOPOLOGY" indicates you mean the
>> generaliza
supporting
the generalization type but having precalculated generalized geometries.
Uff, so far so good, did I forget something ?
Andrea Aime writes:
> Christian Müller ha scritto:
>> Hi Andrea, a quick question about the proposed concept
>> Concerning the 2 hints
>> Hints.GE
lient, it works because Hints.PRESERVERE_TOPOLOGY==false. A
WFS client uses Hints.PRESERVERE_TOPOLOGY==true and this does not work. What
should the data soure do ?. Throw an exception ?.
Andrea Aime writes:
> Christian Müller ha scritto:
>> To say it in your words
>> H
Hi Andrea
At the moment I try to implement an universal DataStore supporting
Hints.GEOMETRY_DISTANCE.
The configuration is read from an XML file (Default Implementation)
Each pregeneralized feature type (or vector pyramid) has the following
properties
1) distance
2) name of the geometry p
n by the geotools directory datastore; and
> you may find it useful. Your datastore would probably only serve a
> single featureSource; but would dynamically choose which internal
> datasoure to retrieve a feature collection from based on the hint you
> mention above.
>
> Chee
Hi Andrea
Taking a quick look at the streamingrender leads to 2 questions
1)
If the feature source supports both hints (which is ok), you pass both of
them to the feature source.
What are you exepecting, best fit geometries or already simplified
geometries. When quering features you can use
Simone, If your are attacking this CRS stuff, could you please make a design
offering an API for CRS conversions of envelopes and images.
The imagemosaic-jdbc module does also CRS conversions for the requested
envelopes and returned images, but I would not swear on it. (I did my best,
but I am
To tell it one sentence ( I looked at 2.5.x)
That could not work. And actually it does not, I wrote a test case.
Btw, the containsAll (Collection ) uses in case of a FeatureCollection
containsAll, which always returns false.
I am wondering that nobody has used this method, or he was very lu
What sdk are you using and which version. I also have such kind of problems
when building with an ibm sdk.
Debasish Sahu writes:
> Hi,
>
> Following tests are faliling in my box . Any ideas ?
>
> org.geotools.referencing.ScriptTest
>
> DefaultFactoryTest
>
> SLDStyleFactoryTest
>
>
Yes, and I will do a loud cry when I succeed with a "mvn -Dall clean
install" on an ibm sdk
Andrea Aime writes:
> Debasish Sahu ha scritto:
>> Hi,
>>
>> Following tests are faliling in my box . Any ideas ?
>>
>> org.geotools.referencing.ScriptTest
>>
>> DefaultFactoryTest
>>
>> SLDStyl
Not sure here, i am working with an ibm 6.0 sdk. Until yet, I found
GEOT-2453 concerning the jdbc stuff, but I am not finished yet
Jody Garnett writes:
> Andrea I have been unable to provide a resolution for some Java 6 api
> changes; specifically with JDBC connection interface. This interface
I already discussed with Andrea about an additional JDK 6 Hudson, using the
IBM sdk instead of SUN.
As you can see looking at GEOT-245x there are a lot of jiras concerning SDK
6 and IBM sdk.
Work is still in progress here, because it is a lot of work. After
succeeding with an ibm sdk 6 build
The mehtod System.getenv() was depricated and afterwards reinstated in 1.5
http://javahowto.blogspot.com/2006/09/system-getenv-reinstated-in-jdk-15.htm
l
Sun and IBM sdk have a different behavior.
Concerning following properties
http://java.sun.com/javase/6/docs/api/java/lang/System.html#g
Yep, there will be an IBM build server, that is on my list.
But first we have to succeed with an "mvn -Dall clean install" on 2.5.x and
2.6.x otherwise the ibm hudson will start crying around with errors :-(
Andrea Aime writes:
> Christian Müller ha scritto:
>
Since I did not know how to add watchers manually, I wanted to ask if you
have taken a look at the provided patch.
thanks
--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensign op
The following issues prevent an ibm 6.0 (5.0) build at the moment.
GEOT-2466
GEOT-2463
GEOT-2458
GEOT-2457
GEOT-2440
Most of them are trivial and have patches, would be happy if you can spend
some minutes and apply these patches on 2.5.x and 2.6.x.
This should be the basis of a Hudson ibm 6
Info and documentation is here
http://docs.codehaus.org/display/GEOTDOC/Feature-Pregeneralized
mvn cobertura:cobertura gives me a code coverage of 86 %
Test cases 52, based on MemoryDataStore and ShapeFileDataStore, data from
gt-sample
Feedback desired, I want to earn my "stars" and list th
ng a preference of mine):
> - Ben Caradoc Davies
> - Christian Müller
> - Gabriel Roldan
> - Michael Bedward
>
> If we forgot anyone, please pop up and say you're available.
> Can the people above confirm whether they are interested/willing
>
Another quick question about advantages / disadvantages about Sphinx. Is
there a possibility for a spell check ?.
For the rest of the arguments, I agree to Andrea. One of the most import
things is to have the documentation in sync with the source code.
And for the WYSIWYG freaks, the followin
Andrea, should we edit the wiki page directly ?.
As an example, I agreed with David Adler on the new db2-ng module, so there
will certainly be not further development and no support for the old db2
module. We can and should remove it or move it for some time to unsupported
and remove it in th
:
> Christian Müller ha scritto:
>> Info and documentation is here
>> http://docs.codehaus.org/display/GEOTDOC/Feature-Pregeneralized
>>
>> mvn cobertura:cobertura gives me a code coverage of 86 %
>>
>> Test cases 52, based on MemoryDataStore and Shap
The modul matrix page is here
http://docs.codehaus.org/display/GEOTOOLS/Feature-Pregeneralized
At the moment, the module/documentation is located in the unsupported
branches.
--
The NEW KODAK i700 Series Scanners
I am using cobertura
+1 for removing
Andrea Aime writes:
> Justin Deoliveira ha scritto:
>> However, this one wrinkle, in geotools the build-configs plugin is also
>> used for clover. Is anyone using this? Do we actually still have a
>> license? Given that cobertura does not require a license
I have to set some system properties for new junit test in jdbc-ng.
1)
Trying to use
System.setProperty("java.naming.factory.initial",
"org.osjava.sj.SimpleContextFactory")
in the test case works within eclispe, but NOT with a "mvn clean install".
2)
mvn -Djava.naming.factory.initial=org.os
o simplify repository to match DataStoreLookup; I
> am not sure you care to ask about locks after all.
>
> Jody
>
> On Tue, May 12, 2009 at 6:52 PM, Christian Müller
> wrote:
>>
>>
>> The modul matrix page is here
>> http://docs.codehaus.org/display
ools right?
>
> So lets use your DataStoreLookup interface as a request to modify
> Repository. Does it represent exactly what you need ? Is it missing
> anything that is needed?
>
> Jody
>
> On Wed, May 13, 2009 at 10:41 PM, Andrea Aime wrote:
>> Christian Müller ha
The imagemosaic-jdbc also is influenced. But I am lucky, I have only two
references, one of them in tests.
Its ok for me.
Justin Deoliveira writes:
> While knowing very little about coverages I read over the proposal and
> it looks good to me. It gets my +1.
>
> Simone Giannecchini wrote:
I cannot apply your patches. All 3 files report errors when applying with
patch -p0 < patchfile
I am up to date with 2.5.x repository
No idea, I think you are sitting in front of an M$ box, I am working on a
linux box. Converting with dos2unix does not help either.
Can you try it agein aft
Notes about Module epsg/wkt
I use it because I have an app using geotools and the epsg database has
always no or incorrect boursa wolf parameters for Austria. So I have to
add/correct the TOWGS84 clause to the wkt definitions.
The file based approach is the easiest way to do this. If there is
t;
> I will see if I can apply the changes to 2.5.x for you.
> Jody
>
>
>
> On Fri, May 15, 2009 at 4:51 PM, Christian Müller
> wrote:
>> I cannot apply your patches. All 3 files report errors when applying with
>> patch -p0 < patchfile
>> I am up t
Fine, I am with you
Andrea Aime writes:
> Christian Müller ha scritto:
>> Notes about Module epsg/wkt
>> I use it because I have an app using geotools and the epsg database has
>> always no or incorrect boursa wolf parameters for Austria. So I have to
>> add/correc
Thanks a lot
Ben Caradoc-Davies writes:
> Christian,
>
> I modified the parent artifact version from 2.5-SNAPSHOT to 2.6-SNAPSHOT
> in modules/unsupported/feature-pregeneralized/pom.xml on trunk, a change
> required to fix the build. Someone else had the same problem in another
> module la
ld be the modules/plugin directory - since this is a
> normal DataStore right?
>
> Jody
>
>
> On Mon, May 18, 2009 at 5:53 AM, Christian Müller
> wrote:
>> I refactored the module on 2.5.x and 2.6.x to use the Repository inteface
>> and kicked off my DataStor
Done on 2.5.x and 2.6.x.
--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables
unlimited royalty-free distribution of the report engine
for externally facing s
I looked deeper at the problem with ValidationRunnable class and the missing
getFeatureSources method from the repository.
The problem here is that the semantics is not clear to me. There are data
store names, ids, namespaces, workspaces, prefixes and I have no idea what
is what for geotools
I installed a local Hudson and did my first steps for building with an IBM
SDK 6 (not yet successfully, but hudson works fine).
I am planing to create a build job for
geotools 2.5.x
geotools 2.6.x
geoserver 1.7.x
gesoserver 2.0
Very helpful would be the configuration from the existing hudson
Yes, I would like to act as PMC member. I have only overseen to answer this
mail, sorry.
Jody Garnett writes:
> I would like to formally nominate Christian for a position on the
> GeoTools Project Management Committee:
>
> Christian is an established module maintainer; and offers an exam
I finshed the geoserver tutorial for the feature-pregeneralizd module.
http://docs.geoserver.org/1.7.x/user/tutorials/feature-pregeneralized/featur
e-pregeneralized_tutorial.html
(at the moment of writing this email, it is not up to date, but it is
already commited)
For testing the tutorial, t
Thanks, I subscribed to the admin list.
Which IRC chat do you mean ?
Jody Garnett writes:
> Thanks everyone:
>
> Mr Müller your name is now added to the developers guide.
>
> If I can ask you to sign up for the geotools administration list that
> would be cool. I am supposed to use the g
+1 for the reports.
Especially the cobertura reports are useful for examining the test coverage.
Concerning the build resources. I have to find a solution for the ibm
hudson, perhaps we can run the "mvn site" on the ibm hudson box.
Andrea Aime writes:
> Hi,
> I've been playing a bit try
I had to use it for some exercises during my GIS study the last two years. I
think for people needing a picture it is a good way of ordering their
thoughts.
The software is easy to use and (important for me) runs on linux.
The intension is to visualize and organize your ideas. What you will r
1 - 100 of 180 matches
Mail list logo