[Featureserver] Minor bugs/requests in featureserver 1.09
Kurt Schwehr
schwehr at ccom.unh.edu
Sat Oct 13 10:56:54 EDT 2007
Hi Christopher,
Thanks for the quick turnaround time!!
-kurt
> On Sat, Oct 13, 2007 at 01:02:23AM -0400, Kurt Schwehr wrote:
>> Hi,
>>
>> I'm running into a couple small bugs in working on packaging
>> featureserver for Mac OSX w/ fink (a debian pkg addon -
>> http://finkproject.net). Any chance of getting a quick fix released
>> for at least the 1st item?
>>
>> * The mkdist.sh script misses the fcgi that is in the svn tree
>
> Fixed.
>
>> * The version number in setup.py is 1.07 whereas the tar lists 1.09
>
> Everything is now 1.10.
>
>> * You might want to consider using a MANFEST.in for the list of files.
>> This allows a single command to make non-full tar:
>>
>> ./setup.py sdist --formats=bztar,gztar
>
> Done.
>
>> * setup.py has a #!/usr/bin/env python but is not executable. A quick
>> fix:
>>
>> svn propset svn:executable ON setup.py
>
> Done.
>
>> * Would it be possible to have a try of psycopg2 before using psycopg
>> for the postgis layer?
>
> Last report I got from a user was that it doesn't work with psycopg2, so
> not until that's fixed. Things to test:
> * Sticking features with a mix of int/varchar/text/date/bool attributes in
> * Querying against them
> * Pulling out features by ID
>
> Last I heard, querying-by-bool didn't work (though I may have fixed
> that) and pulling out by ID raised a complaint about "requires type int"
> or something like that.
>
> Regards,
>
More information about the Featureserver
mailing list