Ben Caradoc-Davies ha scritto:
> Thanks a lot, Andrea for your feedback. I will make the changes you
> suggest, as they are good. I have commented on a few below:
>
> Andrea Aime wrote:
>> Looked a bit into it. Some general feedback:
>> - the tutorial assumes familarity with SVN, it would be nice
Justin Deoliveira ha scritto:
>
> I think I agree with Gabriel in that adding a derived property which
> just used other properties is one thing, but adding a method that does a
> full blown resource lookup is another, and something I would like to
> avoid on model objects themselves.
>
> As
Thanks a lot, Andrea for your feedback. I will make the changes you
suggest, as they are good. I have commented on a few below:
Andrea Aime wrote:
> Looked a bit into it. Some general feedback:
> - the tutorial assumes familarity with SVN, it would be nicer to provide
> a link to a zipped file w
Andrea Aime wrote:
[in an example app-schema mapping file]
> - in gml:id mapping, why OCQL? I've heard of ECQL (extended) but never
>about OCQL
This was implemented before my time on the project.
Gabriel, Rob A, or Jody. What is the origin of the term OCQL, as used in
the community-schemas/a
I agree. We should treat the docs just like code. Having them live on
trunk, instead of starting fresh each time, is in my view the way to
keep them alive. We can always hide or remove abandoned docs, as we do
abandoned code.
Justin Deoliveira wrote:
> I would say if it is not version specific
Thanks Justin, I do recall your email, and will follow the instructions
(create/copy and update index.rst as required).
Justin Deoliveira wrote:
> Hi Ben,
>
> I sent email to the list about this:
>
> http://www.mail-archive.com/geoserver-devel@lists.sourceforge.net/msg05473.html
>
> -Justin
>
Mike Pumphrey wrote:
> I have just created a Hudson job to build the trunk docs, and have also
> linked the HTML output to docs.geoserver.org
> http://docs.geoserver.org/trunk/
> (is the same as)
> http://gridlock.openplans.org/geoserver/trunk/doc/
Thanks, Mike, that is excellent.
> Ben, FYI, I
Hmmm... this one is sort of tough, dealing with atomic transactions
means we have catch the exception and track it, rather than deal with it
directly. And tracking it means that we only get the message from teh
exception, which in this case is not descriptive at all.
We could modify ActionType
> I'm not sure I fully understand the issue. You mean if a ft _unrelated_
> to the request under execution can't be computed? if so, it shouldn't,
> ok. If the ft is related to the request (say a request involving more
> than one ft) the request should obviously fail.
>
> By the patches at GEO
>
> The easiest case to reproduce is to take Catalog cat, and then
> cat.getLayerGroups().iterator();
>
> Everything that comes out of that iterator is $Proxy21 , which
> (inspecting using eclipse) has h = ModificationProxy , which again has
> proxyObject LayerGroupInfoImpl
Ok... this is
Daniele Romagnoli wrote:
> Hi lists,
> I have noticed that both geotools trunk and geoserver 1.7.x has an
> OpenGeo repository items in the repository list (having SNAPSHOTS tag
> enabled) whilst geotoools 2.5.x doesn't.
> 2.5.x only contains the Osgeo repo.
> [http://svn.osgeo.org/geotools/bran
[
http://jira.codehaus.org/browse/GEOS-2755?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aleda Freeman reopened GEOS-2755:
-
I fixed the coordinate system - now I no longer have UNKNOWN:
[afree...@alexandria ~]$ sderaster -o describ
Perfect. Docguide is copied to trunk, and I edited the Hudson job to build
that as well.
http://docs.geoserver.org/trunk/docguide/
Thanks,
Mike Pumphrey
OpenGeo - http://opengeo.org
Justin Deoliveira wrote:
> I would say if it is not version specific we can just store it and
> maintain it on
Justin Deoliveira wrote:
> Arne Kepp wrote:
>> (This question pertains to GS 2.0)
>>
>> The GWC plugin has a class that implements CatalogListener. Among
>> other things it implements a method , public void
>> handleModifyEvent(CatalogModifyEvent event)
>>
>> My understanding is that I get at the
Arne Kepp wrote:
> (This question pertains to GS 2.0)
>
> The GWC plugin has a class that implements CatalogListener. Among other
> things it implements a method , public void
> handleModifyEvent(CatalogModifyEvent event)
>
> My understanding is that I get at the underlying object by calling
>
(This question pertains to GS 2.0)
The GWC plugin has a class that implements CatalogListener. Among other
things it implements a method , public void
handleModifyEvent(CatalogModifyEvent event)
My understanding is that I get at the underlying object by calling
Object obj = event.getSource()
Hi,
You should be able to do this with the REST api extension, without
writing any code. Check out:
http://docs.geoserver.org/1.7.x/user/extensions/rest/
-Justin
shashank520 wrote:
> I want to add some .tif images to geoserver but not through GUI provided in
> it.I want to write a code in java
I would say if it is not version specific we can just store it and
maintain it on trunk. It will get copied over to branches but I don't
seen an issue with that, as long as the trunk version of the one that
gets maintained, and the one that gets published.
-Justin
Mike Pumphrey wrote:
> As the
Hi Ben,
I sent email to the list about this:
http://www.mail-archive.com/geoserver-devel@lists.sourceforge.net/msg05473.html
-Justin
Ben Caradoc-Davies wrote:
> Justin Deoliveira wrote:
>> We have not really started the trunk manual yet. Once we get a bit
>> closer to release the plan is to po
Hi Ben,
I sent email to the list about this:
http://www.mail-archive.com/geoserver-devel@lists.sourceforge.net/msg05473.html
-Justin
Justin Deoliveira wrote:
> Hi all,
>
> I just added the directories for the sphinx docs to svn for trunk.
>
> I did not simply copy the docs from 1.7.x, you wil
I want to add some .tif images to geoserver but not through GUI provided in
it.I want to write a code in java which will take the path of image as input
and will save the data in geoserver.how can I do this?also can I do this
sitting on a remote server?
--
View this message in context:
http://ww
Ben Caradoc-Davies ha scritto:
> Andrea,
>
> I have committed the app-schema tutorial to trunk. For your convenience,
> I have put the generated HTML on one of our servers:
>
> https://twiki.auscope.org/projects/geoserver/geoserver-trunk-doc/user/tutorials/app-schema/app-schema-tutorial.html
>
I have just created a Hudson job to build the trunk docs, and have also linked
the HTML output to docs.geoserver.org:
http://docs.geoserver.org/trunk/
(is the same as)
http://gridlock.openplans.org/geoserver/trunk/doc/
Ben, FYI, I don't see your app-schema tutorial in the build on trunk, but I m
As much as I love consistency and perfect form, I think that keeping things
moving is preferable. So commit away. Docs can always be edited later if need
be...
Thanks,
Mike Pumphrey
OpenGeo - http://opengeo.org
Christian Müller wrote:
> Should I wait until you have added all these convention
As the transition towards Sphinx docs continues...
I was looking at our documentation guide[1], a meta-document about the
GeoServer docs, and I was thinking that it really isn't all that version
specific. This is fine, as I don't think best practices change according to
the version. (Can you
Andrea Aime wrote:
> Andrea Aime ha scritto:
>> Arne Kepp ha scritto:
>>> Actually it does, probably a few lines earlier. Here's what is
>>> printed if it can't find any suitable variables:
>>>
>>> WARN [storage.DefaultStorageFinder] - Found no usable default cache
>>> prefixes !!! Please set GEO
Hi lists,
I have noticed that both geotools trunk and geoserver 1.7.x has an OpenGeo
repository items in the repository list (having SNAPSHOTS tag enabled)
whilst geotoools 2.5.x doesn't.
2.5.x only contains the Osgeo repo. [
http://svn.osgeo.org/geotools/branches/2.5.x/pom.xml]
Should we add OpenG
Andrea,
I have committed the app-schema tutorial to trunk. For your convenience,
I have put the generated HTML on one of our servers:
https://twiki.auscope.org/projects/geoserver/geoserver-trunk-doc/user/tutorials/app-schema/app-schema-tutorial.html
Please let me know if there is anything you w
Andrea Aime ha scritto:
> Arne Kepp ha scritto:
>> Actually it does, probably a few lines earlier. Here's what is printed
>> if it can't find any suitable variables:
>>
>> WARN [storage.DefaultStorageFinder] - Found no usable default cache
>> prefixes !!! Please set GEOWEBCACHE_CACHE_DIR if you w
Arne Kepp ha scritto:
> Actually it does, probably a few lines earlier. Here's what is printed
> if it can't find any suitable variables:
>
> WARN [storage.DefaultStorageFinder] - Found no usable default cache
> prefixes !!! Please set GEOWEBCACHE_CACHE_DIR if you would like a
> specific locati
Actually it does, probably a few lines earlier. Here's what is printed
if it can't find any suitable variables:
WARN [storage.DefaultStorageFinder] - Found no usable default cache
prefixes !!! Please set GEOWEBCACHE_CACHE_DIR if you would like a
specific location.
WARN [storage.DefaultStorageFi
31 matches
Mail list logo