Hi,
Generally speaking reading the file seems ok, there is a number of things
that could use fixing but that can be discussed in a PR (e.g, no need for
the absolute path, there are utilities to get a file extension, no need for
the line number reader, exception eaten).
I'd go ahead with a PR conta
Fine, I am happy you're interested. So I will make one change at a time.
I will start with the *.cpg file. The change will concern the
DataStoreFactory and look like this (the green part is the addition):
public DataStore createDataStore(Map params)
throws IOException {
// ...
On Tue, Mar 12, 2019 at 7:41 PM Andrea Aime
wrote:
> Also, be patient, our ability to follow up on mail is limited by work,
> family and other activities, it would not be strange if the turnaround
> for mails or PRs takes several hours if not days.
>
Actually, before someone takes this statement
Hi Eric,
same answer as for Burkhard, changes are welcomed but you should "talk
first" and have a bit of patience
Cheers
Andrea
On Tue, Mar 12, 2019 at 6:03 PM Eric Engle wrote:
> Semi-related, I have a few patches to enable proper random access (to the
> dbf, and to the shp when an shx is avai
Hi,
improvements are often welcomed, but it's hard to tell unless you explain a
bit how they are meant to be implemented,
the "talk first" policy implies that one discusses the plan before
implementation, or be ready to amend/start over in case the
discussion brings the desired implementation in a
Semi-related, I have a few patches to enable proper random access (to the
dbf, and to the shp when an shx is available or it's acceptable to build
one).
I'd also value ShpFiles support for Path, the Java NIO approach to reading
files, that offers much greater flexibility in the implementation of r
Hi,
investigating a little more, my assumption on the shrinking oft he decimal
count on each saving (see below) is wrong, since the length keeps being
constant. I played around with the code of the ShapefileFeatureWriter, not
rebuilding the header inside the constructor. All tests pass fine, b
On Thu, Nov 29, 2018 at 10:24 AM Peilke, Hendrik
wrote:
> Hi Andrea,
>
>
>
> thanks for your answer. I think the basic design of the ifs (up until
> filtering) is correct: Since the DiffFeatureReader can filter and sorts out
> the modified features filtered by the native reader. Passing the query
ed, if the query is passed to the
DiffFeatureReader, correct?
Should I make a pull request for that?
Regards,
Hendrik
Von: Andrea Aime
Gesendet: Donnerstag, 29. November 2018 09:45
An: Peilke, Hendrik
Cc: Geotools-Devel list
Betreff: Re: [Geotools-devel] Shapefile datastore does not support t
Hi,
looking at the code, I believe that the chain of ifs in the area you're
looking at is wrong... if
there is a transaction going, from that point on any native support for
filtering, sorting, paging should
be foregone, because the DiffFeatureReeader is altering the reader contents
with informatio
working
as expected.
If I would like to get all features source.getFeatures() would be the right
thing to call.
Von: Jody Garnett
Gesendet: Donnerstag, 29. November 2018 02:11
An: Peilke, Hendrik
Cc: GeoTools Developers
Betreff: Re: [Geotools-devel] Shapefile datastore does not support
At some level the writer needs to read over all the features (it needs to
write out all the features), so passing a filter into the reader may act as
a delete.
On Tue, Nov 27, 2018 at 1:37 AM Peilke, Hendrik
wrote:
> Hi,
>
>
>
> I use a shapefile datastore in conjunction with a transaction. When
It should be fixed now. Let me know if you still have problems.
Jesse
Le 22-Jan-08 à 3:03 AM, johann Sorel a écrit :
>
> hello,
>
> I tryed to open a file with a .SHP , he doesn't found it
> He try to open the file but with a .shp end.
>
> It' not a big deal but really annoying when we have man
hello everyone,
here is a new video of the map widget. (JDefaultEditableMap2D)
http://altersig.developpez.com/demo/my.htm
or http://altersig.developpez.com/demo/my.swf
(second link is if the first one doesn't load)
well, it's not completly working but getting closer.
johann sorel
__
Jesse here on Jody's windows machine:
I have solved that problem Andrea. It was the windows FileLocking that
was deadlocking because there was one place where the lock wasn't
released. But that is solved and now the temporary files are not all
being deleted and that is causing problems. Shou
Jesse Eichar ha scritto:
> Naturally the wonderful windows platform doesn't like my work. So I
> have to do some debugging there.
Hum, yes, on windows the build deadlocks badly after throwing a slew
of locking errors.
Jesse, I haven't looked at the code, so I don't know if this helps,
but in an
16 matches
Mail list logo