[Geotools-devel] cql - unsuport old syntax

2010-06-25 Thread Mauricio Pazos
2.6.1. I would like unsupport the old syntax for 2.7.x Is there any impediment or opposition? see examples http://docs.codehaus.org/display/GEOTDOC/01+CQL+Examples cheers -- Mauricio Pazos www.axios.es -- Thi

[Geotools-devel] ecql - new syntax for

2010-06-25 Thread Mauricio Pazos
old syntax the following warning will be sent to the log "WARNING: ID IN (...) is a deprecated syntax, you should use IN (...) " cheers -- Mauricio Pazos www.axios.es -- ThinkGeek and WIRED's GeekDad team

Re: [Geotools-devel] ecql - new syntax for

2010-06-30 Thread Mauricio Pazos
turn the results into a string; usually by prefixing the type name. > > Jody I see. I was thinking in a general solution for cql, but in this context the fid integer example is not relevant. Only to know, Why was necessary that fid mapping (integer to layer.fid)? --

Re: [Geotools-devel] spike cql

2010-07-04 Thread Mauricio Pazos
ry. I > have added .project to the svn:ignore as well, for your convenience. Ok, Thanks a lot! > > Kind regards, > Ben. regards -- Mauricio Pazos www.axios.es -- This SF.net email is sponsored by Sprint What will yo

Re: [Geotools-devel] spike cql

2010-07-05 Thread Mauricio Pazos
t manage > to sort it out on the IRC channel. > No problem. I understood the decision. > Jody -- Mauricio Pazos www.axios.es -- This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G

Re: [Geotools-devel] spike cql

2010-07-05 Thread Mauricio Pazos
On Monday 05 July 2010 09:05:12 am Mauricio Pazos wrote: > > I see you have taken a copy of cql into the spike folder. I expect that > > is to look into the recent build issues on win32 and mac? Give me a shout > > if you would like to try a build on osx. > > Today I will t

Re: [Geotools-devel] spike cql

2010-07-05 Thread Mauricio Pazos
On Monday 05 July 2010 12:25:44 pm Mauricio Pazos wrote: > On Monday 05 July 2010 09:05:12 am Mauricio Pazos wrote: > > > I see you have taken a copy of cql into the spike folder. I expect that > > > is to look into the recent build issues on win32 and mac? Give me a > >

Re: [Geotools-devel] spike cql

2010-07-05 Thread Mauricio Pazos
On Monday 05 July 2010 01:31:12 pm Jody Garnett wrote: > Testing now on mac... > - Java 5: success ! > - Java 6: success > > Looks like we are all good. > Jody so, I will update http://svn.osgeo.org/geotools/trunk/modules/library/cql -- Mauricio

Re: [Geotools-devel] spike cql

2010-07-05 Thread Mauricio Pazos
On Monday 05 July 2010 01:47:07 pm Mauricio Pazos wrote: > On Monday 05 July 2010 01:31:12 pm Jody Garnett wrote: > > Testing now on mac... > > - Java 5: success ! > > - Java 6: success > > > > Looks like we are all good. > > Jody > > so, I will updat

Re: [Geotools-devel] spike cql

2010-07-05 Thread Mauricio Pazos
On Monday 05 July 2010 03:04:44 pm Andrea Aime wrote: > I can confirm the build works on my XP VM > > Cheers > Andrea thanks a lot -- Mauricio Pazos www.axios.es -- This SF.net email is sponsored by Sprint W

Re: [Geotools-devel] spike cql

2010-07-05 Thread Mauricio Pazos
On Monday 05 July 2010 04:45:50 pm Jody Garnett wrote: > Mac test is fine. > > Jody Thanks a lot -- Mauricio Pazos www.axios.es -- This SF.net email is sponsored by Sprint What will you do first with EVO,

Re: [Geotools-devel] spike cql

2010-07-06 Thread Mauricio Pazos
On Monday 05 July 2010 04:23:45 pm Andrea Aime wrote: > what was wrong ;-) Unfortunately, I can not found the origin of the problem. I used the same tools (linux, eclipse, svn, mvn) to work in the spike space, It was ok. I only can say that it was a corrupt file. -- Mauricio Pa

Re: [Geotools-devel] cql - unsuport old syntax

2010-07-07 Thread Mauricio Pazos
On Friday 25 June 2010 12:10:22 pm Mauricio Pazos wrote: > We have been supporting the deprecated syntax for the geometry > relationships: "intersect" "touch" "cross" > > OGC corrected these syntax by the following > "intersects" "to

Re: [Geotools-devel] How to modify source code to offset maps

2010-11-02 Thread Mauricio Pazos
geoserver, you should provide a new implementation, something like an adapter to call your "jar", maintaining the interface, so your project won't require modify geoserver. Actually, I this is not a good reply :). cheers -- Mauricio Pazos www.axios.es ---

Re: [Geotools-devel] Filter factory builds case insensitive like filters by default?

2011-03-04 Thread Mauricio Pazos
.bnf.html#xref-COLLATE Some times ago we talked about to implement "ILIKE" as CQL extension. http://jira.codehaus.org/browse/GEOT-2359 But now, I am reflecting about the COLLATE option. comments??? cheers

Re: [Geotools-devel] Filter factory builds case insensitive like filters by default?

2011-03-04 Thread Mauricio Pazos
today is parsed into a case insensitive > filter Yes, that is the idea. like for case sensitive ilike for case insensitive > > Cheers > Andrea I am planing to work in ECQL improvements the next week (Temporal Predicate and ILIKE). I will hear the community suggestions. cheers --

[Geotools-devel] Fwd: Re: gt-cql docs

2011-04-08 Thread Mauricio Pazos
sorry, I forgot cc to the devel list -- Mauricio Pazos www.axios.es --- Begin Message --- On Friday 08 April 2011 11:52:34 am you wrote: > Hi Mauricio: > > I have finished up the gt-render docs; they look pretty good. Sending you > this email now so we can talk on IRC. >

Re: [Geotools-devel] gt-cql docs

2011-04-08 Thread Mauricio Pazos
" (to > document any internal stuff you want to talk about) You should copy the "ECQL Parser Design" page too. It contains the ECQL grammar http://docs.codehaus.org/display/GEOTOOLS/ECQL+Parser+Design

Re: [Geotools-devel] gt-cql docs

2011-04-10 Thread Mauricio Pazos
, so it is necessary to remove indeterminations or left recursion in the rules. Thus the jjt is a good file to generate a good compiler but it is bad for the human readers. I think we should maintain the BNF grammar in different doc. Fortunately, a program language is not a piece that require

Re: [Geotools-devel] Added doc to the (unsupported) mark-wkt module

2011-04-18 Thread Mauricio Pazos
_ > Geotools-devel mailing list > Geotools-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/geotools-devel -- Mauricio Pazos www.axios.es -- Benef

Re: [Geotools-devel] Added doc to the (unsupported) mark-wkt module

2011-04-18 Thread Mauricio Pazos
On Monday, April 18, 2011 10:46:20 am Mauricio Pazos wrote: > > ...feedback appreciated Hello: this feedback is about the color of fronts, usually: 1 - cold front is blue 2 - warm front is red 3 - stationary front is read and blue. I think there is not problem to render 1 and 2, but what

Re: [Geotools-devel] Added doc to the (unsupported) mark-wkt module

2011-04-18 Thread Mauricio Pazos
Thanks for your reply and good luck with this project. Regards On Monday, April 18, 2011 11:12:52 am Luca Morandini wrote: > On 04/18/2011 10:46 AM, Mauricio Pazos wrote: > > Interesting work!. Have you any plan with wind presentation? (direction > > and speed) > > Yes:

Re: [Geotools-devel] Added doc to the (unsupported) mark-wkt module

2011-04-18 Thread Mauricio Pazos
:), OK, I understand the strategy, so good luck. > > Regards, > > Luca Morandini > http://www.lucamorandini.it Best Regards -- Mauricio Pazos www.axios.es -- Benefiting from Server Virtualization: Beyond Initial

Re: [Geotools-devel] [udig-devel] Geoprocessing with Neo4j Spatial and OSM

2011-05-04 Thread Mauricio Pazos
e able to travel to Denver, but I would like read your presentation. cheers -- Mauricio Pazos www.axios.es -- WhatsUp Gold - Download Free Network Management Software The most intuitive, comprehensive, and cost-effectiv

Re: [Geotools-devel] a doubt about examples in cql/ecql sphinx docs

2011-05-04 Thread Mauricio Pazos
to ECQLExamples.java > > > > I added the "Filter using a text patter" (like / ilike) but I am no sure. > > > > Am I right? > > > > > > cheers -- Mauricio Pazos www.axios.es

Re: [Geotools-devel] [udig-devel] Geoprocessing with Neo4j Spatial and OSM

2011-05-04 Thread Mauricio Pazos
led later. Then perhaps we can see > some nice integration between Axios tools and Neo4j :-) That would be > cool. :D, of course ! -- Mauricio Pazos www.axios.es -- WhatsUp Gold - Download Free Network Management Softwa

Re: [Geotools-devel] support for temporal filters

2011-06-01 Thread Mauricio Pazos
tyIsLessThan, During with PropertyIsBetween, etc... If i am not > mistaken this is how CQL supports its subset of temporal constructs. Hi Justin You are right. cheers -- Mauricio Pazos www.axios.es -- Simplify data back

Re: [Geotools-devel] support for temporal filters

2011-06-01 Thread Mauricio Pazos
On Thursday, June 02, 2011 08:46:57 AM Mauricio Pazos wrote: > On Wednesday, June 01, 2011 05:16:58 PM Justin Deoliveira wrote: > > 2. Rather than defining the new interfaces we could also try to support > > temporal filters by actually representing them with the existing filter &g

Re: [Geotools-devel] support for temporal filters

2011-06-06 Thread Mauricio Pazos
gt; feedback with respect to CQL as I don't feel comfortable updating that > code on my own. > > Jody Ok, this week I will apply the patch for FilterToCQL and I will analyze how to extend the CQL/ECQL parser cheers

[Geotools-devel] adding equals method in temporal fiters

2011-07-16 Thread Mauricio Pazos
apply this patch (I am a bit confuse about who is the module maintainer)? cheers -- Mauricio Pazos -- AppSumo Presents a FREE Video for the SourceForge Community by Eric Ries, the creator of the Lean Startup Methodolog

[Geotools-devel] adding equals method in temporal filters

2011-07-17 Thread Mauricio Pazos
? cheers -- Mauricio Pazos -- AppSumo Presents a FREE Video for the SourceForge Community by Eric Ries, the creator of the Lean Startup Methodology on "Lean Startup Secrets Revealed." This video shows you how to

Re: [Geotools-devel] adding equals method in temporal filters

2011-07-18 Thread Mauricio Pazos
filter: aTemporalFilter.equals(otherTemporalFilter) It is necesary to avoid break the unit tests. -- Mauricio Pazos -- Storage Efficiency Calculator This modeling tool is based on patent-pending intellectual property th

Re: [Geotools-devel] adding equals method in temporal filters

2011-07-18 Thread Mauricio Pazos
littel improvement because I did not know if someone is working in the main module (I supposed you). Well, ... If you agree, I could add the patch for equals and hash code implementation for all temporal filters. ? > > Apologies if i

Re: [Geotools-devel] adding equals method in temporal filters

2011-07-19 Thread Mauricio Pazos
it should work and only modifies the base class for those filters. It looks ok -- Mauricio Pazos -- Magic Quadrant for Content-Aware Data Loss Prevention Research study explores the data loss prevention market. Includes in

Re: [Geotools-devel] Build failed in Hudson: geotools-trunk #3853

2011-07-21 Thread Mauricio Pazos
On Friday, July 22, 2011 06:37:17 AM Michael Bedward wrote: > Hi Ben, > > Nice fix. I think it's fine to put the wkt file in docs resources. > > Michael Thanks a lot Ben -- Mauricio Pazos -- 10

[Geotools-devel] geotools quickstart

2011-08-17 Thread Mauricio Pazos
name: "linux" version: "2.6.38-10-generic" arch: "amd64" Family: "unix" IDE: Eclipse Indigo It was successful cheers -- Mauricio Pazos -- Get a FREE DOWNLOAD! and learn more about u

Re: [Geotools-devel] complex datastore vs GEOT-1655

2008-01-08 Thread Mauricio Pazos
language provide a definition for string literal, I guess we don't need a new definition. I could maintain the two possibilities but I really think that is not an elegant solution. The programmer could write something like: 'abcd' = strConcat("ab", 'cd') --

Re: [Geotools-devel] CQL++ = TXT

2008-01-09 Thread Mauricio Pazos
cases... it generates the TXT format mentioned above > (so it is not always valid CQL) > Jody -- Mauricio Pazos www.axios.es tel-:+34 94 441 63 84 - Check out the new SourceForge.net Marketplace. It's the bes

Re: [Geotools-devel] CQL++ = TXT

2008-01-09 Thread Mauricio Pazos
all that geotools filters can do; my hope is it clears up test > cases and makes it easier to get into geotools programming. We had a > "filter builder" previously but the language used there had many many > braces. > Jody

Re: [Geotools-devel] TXT grammar as GEOT-1666

2008-01-14 Thread Mauricio Pazos
this page for the grammar analysis. I think, we could use a template like Equivalents sentences: CQL: ::= ... TXT: ::= ... CQL: ::= ... TXT: ::= ... ... CQL: ::= ... TXT: ::= ... New sentences: TXT: ::= ... TXT: ::= ... cheers -- Mauricio Pazos www.axios.es tel-:+34 94 441

Re: [Geotools-devel] EasyMock and Junit4

2008-01-28 Thread Mauricio Pazos
On Monday 28 January 2008, Simone Giannecchini wrote: > > I'm +1 for upgrating to JUnit 4 at least on trunk (I'm indifferent for > > 2.4 branch). > > > >        Martin +1 for trunk too regards -- Mauricio Pazos

Re: [Geotools-devel] {Spam?} Re: [Geotools-gt2-users] Ordered Feature Collection approach ?

2008-02-20 Thread Mauricio Pazos
On Wednesday 20 February 2008, Jody Garnett wrote: > Mauricio Pazos wrote: > > Hi list, I need a feature collection sorted by different attributes or > > properties alfanumeric (no geometry attributes). > > > > This was my first test (it uses a shape file as feature s

[Geotools-devel] FID into TXT Language (CQL Extension)

2008-04-16 Thread Mauricio Pazos
ls in the following junit http://svn.geotools.org/geotools/trunk/gt/modules/library/cql/src/test/java/org/geotools/filter/text/txt/TXTTest.java well, we need more samples to assure that the language could parse all fids. comments? -- Mauricio Pazos www.axios.es ---

Re: [Geotools-devel] FID into TXT Language (CQL Extension)

2008-04-17 Thread Mauricio Pazos
thanks a lot for your replies! On Thursday 17 April 2008 11:16:21 Andrea Aime wrote: > Mauricio Pazos ha scritto: > > Hi, we was preparing the land to extend CQL. You could see the scope in > > the following link: > > > > http://docs.codehaus.org/display/GEOTOOLS/TXT+La

Re: [Geotools-devel] FID into TXT Language (CQL Extension)

2008-04-21 Thread Mauricio Pazos
I have created the http://jira.codehaus.org/browse/GEOT-1779 for this issue and have added your comments and alternatives. If I forgot something please add your comments. cheers - This SF.net email is sponsored by the 2008

Re: [Geotools-devel] Header work

2008-06-04 Thread Mauricio Pazos
s apparently supposed to be > recognized by an automatic code generation tool. Those files are used by the generated parser by javacc. But they are manually modified. You could change those headers too. cheers -- Mauricio Pazos www.axios.es Tel.: +

Re: [Geotools-devel] Header work

2008-06-05 Thread Mauricio Pazos
On Thursday 05 June 2008 07:27:42 you wrote: > Mauricio Pazos wrote: > > On Wednesday 04 June 2008 21:32:56 Adrian Custer wrote: > >> Also there are two files > >> /modules/library/main/modified-src/org/geotools/filter/parser/Node.java > >> modules/library/m

[Geotools-devel] headers

2008-06-06 Thread Mauricio Pazos
.org/trunk/modules/library/metadata/src/main/java/org/geotools/factory/FactoryCreator.java What is the correct year 2004 or 2005? cheers -- Mauricio Pazos www.axios.es Tel.: +34 94 682 42 86 - Check out the new Sourc

Re: [Geotools-devel] headers

2008-06-06 Thread Mauricio Pazos
the new "(C) OSGEO" > > statement. so, when I create a new class, must I adjust the copyright or Cédric will do that. thanks -- Mauricio Pazos www.axios.es Tel.: +34 94 682 42 86 - Check out the new Source

Re: [Geotools-devel] Feature restrictions: usage of "." to signify "this"

2008-07-02 Thread Mauricio Pazos
1/name2 or name1[att1 = val1]) in TXT. Probably, the reason why you need more than one way to write a property name is to avoid write data conversion or formatter methods, don't it?. If that is true, perhaps we need add some "formatters" utils in geotools. > > Cheers &g

Re: [Geotools-devel] Feature restrictions: usage of "." to signify "this"

2008-07-02 Thread Mauricio Pazos
On Tuesday 01 July 2008 13:07:48 Andrea Aime wrote: > len(.) < 3 sorry, for my last reply, reading the complet thread I realized that my bad "." is not a valid Attribute Name in CQL the sintax is ::= .... cheers -- Mauricio Pazos Axios Director www.axios.es Tel.:

Re: [Geotools-devel] Feature restrictions: usage of "." to signify "this"

2008-07-02 Thread Mauricio Pazos
On Wednesday 02 July 2008 12:55:51 Andrea Aime wrote: > Mauricio Pazos ha scritto: > > On Wednesday 02 July 2008 11:05:09 you wrote: > >> Jody Garnett ha scritto: > >>> Andrea Aime wrote: > >>>> Anyone against this? > >>> > >&

[Geotools-devel] Expressions in BBOX

2008-09-23 Thread Mauricio Pazos
enough to implement the new bbox syntax but the implementation of bbox requires a *PropertyName* as first argument. Is there any plan to extend the factory method bbox to accept functions or Geometries? cheers -- Mauricio Pazos Director www.axios.es

Re: [Geotools-devel] Expressions in BBOX

2008-09-24 Thread Mauricio Pazos
On Tuesday 23 September 2008 17:23:00 Jody Garnett wrote: > Mauricio Pazos wrote: > > Hi > > I am working to extend cql. Now it parses bbox sentences like: > > > > BBOX(the_geom, 10.0, 20.0, 30.0, 40.0) > > > > The idea is extend it to allow to write a sent

[Geotools-devel] TXT - near to finish

2008-10-08 Thread Mauricio Pazos
.filter.text.txt.TXTTest The package org.geotools.filter.text.txt contains many test cases if you are interested in more details. Finally, I would like the next step in the process. Maybe, is it time to start the voting?. Could I

[Geotools-devel] TXT - near to finish

2008-10-08 Thread Mauricio Pazos
Hello list, we are near to finish our TXT proposal called "Extension of CQL to match abilities of Filter" http://docs.codehaus.org/display/GEOTOOLS/Extention+of+CQL+to+match+abilities+of+Filter In the inception phase we picked up the suggestions of a lot of people. Then we were working to prov

Re: [Geotools-devel] TXT - near to finish

2008-10-10 Thread Mauricio Pazos
th a link to the relevant section of TXT analysis (syntax and sample) for each predicate. http://docs.codehaus.org/display/GEOTOOLS/Extention+of+CQL+to+match+abilities+of+Filter Are you agree? cheers -- Mauricio Pazos www.axios.es --

Re: [Geotools-devel] TXT - near to finish

2008-10-17 Thread Mauricio Pazos
2 but TXT is using java 5 features, so it could be easy to backport if you update udig to geotools 2.5 or 2.6 cheers -- Mauricio Pazos Director www.axios.es - This SF.Net email is sponsored by the Moblin Your Move Dev

[Geotools-devel] Spatial Relations - Alternative Syntax

2008-10-21 Thread Mauricio Pazos
ll comment are welcome thanks in advance -- Mauricio Pazos www.axios.es - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win

Re: [Geotools-devel] Spatial Relations - Alternative Syntax

2008-10-21 Thread Mauricio Pazos
ration now and extend the language in the next iteration with the alternative syntax. Thus, the people could use bosh syntax in the future: OGC like and "Geotools TXT improvements". Thanks a lot -- Mauricio Pazos www.axios.es -

Re: [Geotools-devel] Spatial Relations - Alternative Syntax

2008-10-21 Thread Mauricio Pazos
I added the release pan column in the Tasks table. http://docs.codehaus.org/display/GEOTOOLS/Extention+of+CQL+to+match+abilities+of+Filter#Tasks On Tuesday 21 October 2008 20:29:53 Mauricio Pazos wrote: > On Tuesday 21 October 2008 15:07:23 Andrea Aime wrote: > > Both syntaxes are fine t

[Geotools-devel] TXT, vote please

2008-10-23 Thread Mauricio Pazos
, I will not problem to change or backport this work to 2.5.x branch. cheers -- Mauricio Pazos www.axios.es - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux

Re: [Geotools-devel] TXT, vote please

2008-10-27 Thread Mauricio Pazos
On Sunday 26 October 2008 10:54:37 Andrea Aime wrote: > Mauricio Pazos ha scritto: > > Hi, I am finishing the documentation of the new TXT parser, i think is > > the moment to consider this work and vote. > > > > For details, take a look at the following link: >

Re: [Geotools-devel] [Fwd: Re: [udig-devel] PSC Update]

2008-11-12 Thread Mauricio Pazos
ould involve in the module required and work to achieve the "supported status" in geotools. cheers -- Mauricio Pazos www.axios.es - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge

Re: [Geotools-devel] [jira] Created: (GEOT-2157) CQL datetime values throw exception Oracle

2008-11-17 Thread Mauricio Pazos
ser.FilterListCompilationU >nit(CQLParser.java:82) at > org.geotools.filter.text.cql2.CQLCompiler.compileFilterList(CQLCompiler.jav >a:112) at org.geotools.filter.text.cql2.CQL.toFilterList(CQL.java:231) > at org.geotools.filter.text.cql2.CQL.toFilterList(CQL.java:183) >

Re: [Geotools-devel] [jira] Created: (GEOT-2156) CQL datetime values not properly translated in Oracle

2008-11-17 Thread Mauricio Pazos
tten following the rule: := "-" "-" so, your chance is that the client module (habitually the user interface)   handles the date, taking into account the locale, and transforms it to OGC CQL date format.   cheers -- Mauricio Pazos Director www.axios.es --

Re: [Geotools-devel] [jira] Created: (GEOT-2157) CQL datetime values throw exception Oracle

2008-11-17 Thread Mauricio Pazos
On Monday 17 November 2008 16:29:43 Andrea Aime wrote: > Mauricio Pazos ha scritto: > > Hi Andrea: if you want, assign this bug to me. > > Well, if it turns out to be a CQL parser issue, I'll sure do, but atm > my best guess is that the user did not url-encode the cql st

[Geotools-devel] toCQL WARNING THIS IS A WORK IN PROGRESS

2008-11-19 Thread Mauricio Pazos
fer output = (StringBuffer) filter.accept( toCQL, new StringBuffer() ); return output.toString(); } I think, this work has been finished. Am I right? so I could remove this comment and add this new feature in the documentation? cheers -- Mauricio Pazos ww

[Geotools-devel] TXT documentation finished - voting process status

2008-11-21 Thread Mauricio Pazos
+of+CQL+to+match+abilities+of+Filter cheers Mauricio Pazos www.axios.es - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK &

Re: [Geotools-devel] Build failed in Hudson: geotools-trunk #1147

2008-11-21 Thread Mauricio Pazos
a :[92,37] unreported exception > org.geotools.filter.text.commons.CQLException; must be caught or declared > to be thrown > > > [INFO] > > [INFO] For more information, run Maven with the -e switch > [INFO] >

Re: [Geotools-devel] I would like to nominate Emily for commit access

2008-11-21 Thread Mauricio Pazos
On Tuesday 05 August 2008 20:36:46 Jody Garnett wrote: > Emily is currently working with Simone on image moasic; and Ecleisa and > myself on SLDParser and the transition to SE1.1 interfaces. I don't have > time to keep up with the patches she is producing and would like to > nominate her for commit

Re: [Geotools-devel] I would like to nominate Emily for commit access

2008-11-24 Thread Mauricio Pazos
On Monday 24 November 2008 05:36:37 Jody Garnett wrote: > I think this email thread has stalled out; My new mail client is driving me crazy :) -- Mauricio Pazos www.axios.es - This SF.Net email is sponsored by the Mob

Re: [Geotools-devel] TXT documentation finished - voting process status

2008-11-24 Thread Mauricio Pazos
wadays, TXT parser generates all filters provided by FilterFactory2 and improve the language with new predicate to do easy to write complex query. The idea was avoid the limitation of CQL specification. Thus, TXT offers us a new door to develop new requirement and improve the language. > >

Re: [Geotools-devel] TXT documentation finished - voting process status

2008-11-24 Thread Mauricio Pazos
On Monday 24 November 2008 15:21:19 Andrea Aime wrote: > I guess the big question is the following: is any valid CQL filter also > a valid TXT filter? Yes it is. > Can it be used as a drop in replacement in all > places where CQL was used before? Yes it can. -- Mauricio Pazos

[Geotools-devel] Could we close GEOT-2157 ?

2008-12-09 Thread Mauricio Pazos
Hi, I am thinking to close this issues: http://jira.codehaus.org/browse/GEOT-2157?page=com.atlassian.jira.plugin.system.issuetabpanels:all- tabpanel Karel Andrea, do you agree? cheers -- Mauricio Pazos www.axios.es

[Geotools-devel] Question for PMC - About include TXT as new feature?

2008-12-10 Thread Mauricio Pazos
gh to include TXT as new feature in the next release (maybe 2.6)? Does the PMC agree? cheers -- Mauricio Pazos www.axios.es -- SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, N

[Geotools-devel] Better name for TXT Language

2008-12-10 Thread Mauricio Pazos
agree. > thanks, > adrian I will change the subject of this mail to hear what the people think about. cheers -- Mauricio Pazos www.axios.es -- SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas

Re: [Geotools-devel] Better name for TXT Language

2008-12-10 Thread Mauricio Pazos
wing the lead of wkb and ewkb) ;) I am with Andrea Aime proposal: "ECQL" > cheers > -- > Mauricio Pazos > www.axios.es -- SF.Net email is Sponsored by MIX09, March 18-20, 2009 in

Re: [Geotools-devel] Better name for TXT Language

2008-12-11 Thread Mauricio Pazos
On Thursday 11 December 2008 01:44:32 Jody Garnett wrote: > Mauricio Pazos wrote: > > I am with Andrea Aime proposal: "ECQL" > > That is cool - some reference to CQL is good ... CQL+ :-) > > That said we may wish to propose the FeatureID extensions to CQL as par

Re: [Geotools-devel] Better name for TXT Language

2008-12-12 Thread Mauricio Pazos
ard to > pronounce. Hello Mattias, It is a good point. thanks for your feedback -- Mauricio Pazos www.axios.es -- SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future o

Re: [Geotools-devel] Question for PMC - About include TXT as new feature?

2008-12-12 Thread Mauricio Pazos
day to think abut and probably I will be in the next irc meeting before to take the final decision. thanks a lot -- Mauricio Pazos www.axios.es -- SF.Net email is Sponsored by MIX09, March 18-20

Re: [Geotools-devel] OSGeo username for Adrian Custer

2008-12-13 Thread Mauricio Pazos
eo > > Rob I am in similar situation. Axios (Miguel Angel Alonso) agreement covers Mauricio Pazos. I will create an account for myself. (mauricio.pazos) . That is right? cheers -- Mauricio Pazos www.axios.es --

[Geotools-devel] Mauricio's osgeo user id

2008-12-13 Thread Mauricio Pazos
d as the > initial committer and can add everyone else. He'll also be waking up > just in time to do so after the migration. Hi Jody, this is my osgeo id Userid "mpazos" created successfully. I am not in the contributor list but the Axios agreement covers me. cheers ---

[Geotools-devel] ECQL as name of the CQL dialect (or extension)

2008-12-22 Thread Mauricio Pazos
3- I will change all reference in the wiki documentation cheers -- Mauricio Pazos www.axios.es -- ___ Geotools-devel mailing list Geotools-

Re: [Geotools-devel] Build failed in Hudson: geotools-trunk #1263

2009-01-13 Thread Mauricio Pazos
 for project it.geosolutions.imageio-ext:imageio-ext-imagereadmt The build was successful in my desk. I guess it is going to be OK when the server can do the "transfer" cheers -- Mauricio Pazos www.axios.es ---

[Geotools-devel] ECQL finished

2009-01-27 Thread Mauricio Pazos
Hi list, I have finished the ECQL documentation and I have changed to "public" the ECQL facade in trunk. User Doc http://docs.codehaus.org/display/GEOTDOC/03+ECQL+Examples Design http://docs.codehaus.org/display/GEOTOOLS/ECQL+Parser+Design cheers -- Mauricio Pazos ww

Re: [Geotools-devel] ECQL finished

2009-02-03 Thread Mauricio Pazos
On Tuesday 03 February 2009 14:43:06 Adrian Custer wrote: > congratulations on all the hard work to get this to land! Thanks -- Mauricio Pazos www.axios.es -- Create and Deploy Rich Internet Apps outside the browser w

Re: [Geotools-devel] [jira] Created: (GEOT-2356) CQL/Filter Like is case sensitive

2009-02-25 Thread Mauricio Pazos
statement (under ECQL umbrella), thus: - LIKE generates (or builds) PropertyIsLike - ILIKE generates (or builds) (org.opengis.filter has not a filter for ILIKE). cheers -- Mauricio Pazos www.axios.es -- Open Source Bus

Re: [Geotools-devel] Created: (GEOT-2356) CQL/Filter Like is case sensitive

2009-02-26 Thread Mauricio Pazos
pport for it by following the path I described > before (extend the interfaces to add matchCase to Like filters, > change filter parsers, the sql encoders, and so on). > > Cheers > Andrea Thank for your comments, I will add the ilike as "new feature".

Re: [Geotools-devel] Reminder to update company descriptions and contact information

2009-03-09 Thread Mauricio Pazos
On Monday 09 March 2009 10:18:55 Jody Garnett wrote: > I noticed the link to axios is also broken. thanks for the observation. cheers -- Mauricio Pazos www.axios.es -- Open Source Business Conference (OSBC), March 24

Re: [Geotools-devel] Vote: graduating the charts module into supported land

2009-05-11 Thread Mauricio Pazos
On Friday 08 May 2009 12:55:40 Andrea Aime wrote: > Feedback and votes appreciated. interesting work, +1 cheers -- Mauricio Pazos www.axios.es -- The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Y

Re: [Geotools-devel] Modules cleanup: modules removed (jjtree-javacc)

2009-05-18 Thread Mauricio Pazos
Filter)CQL.toFilter(input); return output; } Is possible move EnvironmentVariableResolver to other module to avoid the circular dependency? (It look like an util class) cheers -- Mauricio Pazos www.axios.es

Re: [Geotools-devel] Modules cleanup: modules removed (jjtree-javacc)

2009-05-18 Thread Mauricio Pazos
unately I could not manage to get cql building with the > Mojo javacc plugin (which I used with success in GeoServer btw), > that's why I wrote the mail above. > Understood. Today I will have a look, I will comment if I find a good alternative. >

Re: [Geotools-devel] Modules cleanup: modules removed (jjtree-javacc)

2009-05-20 Thread Mauricio Pazos
On Monday 18 May 2009 11:14:49 Mauricio Pazos wrote: > > In the main module it's used by an old text expression > > parser that is marked as deprecated (ExpressionBuilder). > > I'd say, let's just remove it and in the few places > > where it's used, let&

Re: [Geotools-devel] Modules cleanup: modules removed (jjtree-javacc)

2009-05-21 Thread Mauricio Pazos
ll apply the first solution (node instanceof using Multi mode) thanks for your feedback -- Mauricio Pazos www.axios.es -- Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is a gathering of tech-side

Re: [Geotools-devel] website update; feedback needed

2009-05-27 Thread Mauricio Pazos
On Wednesday 27 May 2009 03:09:58 Jody Garnett wrote: > Any other feedback? The "download counter" could be interesting info. -- Mauricio -- Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is a gath

Re: [Geotools-devel] website update; feedback needed

2009-05-29 Thread Mauricio Pazos
epos. If you estimate that the Maven repos download is significantly greater than sourceforge download so we should forget present this very poor information. cheers > > Cheers > Andrea -- Mauricio Pazos www.axios.es --

Re: [Geotools-devel] Modules cleanup: modules removed (jjtree-javacc)

2009-06-02 Thread Mauricio Pazos
On Thursday 21 May 2009 15:00:51 Mauricio Pazos wrote: > On Thursday 21 May 2009 09:06:16 Andrea Aime wrote: > > Hum, as far as I understand the id is considered private in javacc > > and the code is supposed to perform instanceof checks instead. > >  From what

Re: [Geotools-devel] code bubbles IDE

2010-03-12 Thread Mauricio Pazos
On Friday 12 March 2010 05:31:35 am Michael Bedward wrote: > Hello folks, > > Has anyone tried this yet ? > http://www.cs.brown.edu/people/acb/codebubbles_site.htm > > Michael Interesting, It reminds me of mind maps http://en.wikipedia.org/wiki/Mind_map Thanks for the refe

Re: [Geotools-devel] CQL to Filter and back again

2007-10-08 Thread Mauricio Pazos
heers -- Mauricio Pazos www.axios.es tel-:+34 94 441 63 84 On Friday 21 September 2007, Jody Garnett wrote: > Hi Johann - a couple of tips: > - small email of one subject gets answered > - make the subject obvious in the title (so the module maintainer can > notice) > - look up the modul

  1   2   3   >