[Geoserver-devel] MSSQL Spatial data source

I’ve created an SQLServer Spatial data source for the codeplex mssqlspatial extensions.

I created this by modifying the DB2 version.

I have updated the unit tests as well as the code and it seems to work fine.

Could somebody tell me what the procedure is to donate this ?

Richard Shaw

¤º°°º¤ø,¸¸,ø¤º°°º¤ø¤º°°º¤ø,¸¸,ø¤º°°º¤ø¤º°`°º¤ø,¸¸,ø¤

Richard Shaw
Technical Design Authority - Information Solutions Consultancy
Intelligent Transport Systems

Atkins Highways and Transportation
Woodcote Grove, Ashley Road, Epsom, Surrey, KT18 5BW

Tel: +44 (0) 1372 756407
Fax: +44 (0) 1372 740055
Mob: 07740 817586
E-mail: richard.shaw@anonymised.com.997…

www.atkinsglobal.com/its

This email and any attached files are confidential and copyright protected. If you are not the addressee, any dissemination of this communication is strictly prohibited. Unless otherwise expressly agreed in writing, nothing stated in this communication shall be legally binding.

Sure :stuck_out_tongue:

Attending an IRC meeting and grabbing and agenda item would be the best way to meet everyone. Please read developers guide (note well the part about being a module maintainer); we are trying out a new procedure for "unsupported" modules as well.

Basically we cannot accept code into the core library without a person to maintain it; depending on the level of support you can offer your work would either be part of the library proper; or be available as an example to start people out with.

Cheers,
Jody

I've created an SQLServer Spatial data source for the codeplex mssqlspatial extensions.

I created this by modifying the DB2 version.

I have updated the unit tests as well as the code and it seems to work fine.

Could somebody tell me what the procedure is to donate this ?

Richard Shaw

¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø¤º°`°º¤ø,¸¸,ø¤

*Richard Shaw* Technical Design Authority - Information Solutions Consultancy Intelligent Transport Systems

*Atkins* *Highways and Transportation*
Woodcote Grove, Ashley Road, Epsom, Surrey, KT18 5BW

Tel: +44 (0) 1372 756407 Fax: +44 (0) 1372 740055
Mob: 07740 817586 E-mail: richard.shaw@anonymised.com

_www.atkinsglobal.com/its_ <http://www.atkinsglobal.com/its&gt;

*This email and any attached files are confidential and copyright protected. If you are not the addressee, any dissemination of this communication is strictly prohibited. Unless otherwise expressly agreed in writing, nothing stated in this communication shall be legally binding.*

------------------------------------------------------------------------

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
------------------------------------------------------------------------

_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel
  

Shaw, Richard A ha scritto:

I've created an SQLServer Spatial data source for the codeplex mssqlspatial extensions.

I created this by modifying the DB2 version.

I have updated the unit tests as well as the code and it seems to work fine.

Could somebody tell me what the procedure is to donate this ?

First of all, thank you for you contribution :slight_smile:

As for sharing the code, you should address the geotools project, since it's there that datastores are kept. I guess you've developed it
against the db2 code found in geotools 2.2.1 or something similar.

Now, usually a developer steps in and provides a module and also
becomes its mantainer. Being a mantainer means fixing bugs that
users do find, and making the module elvolve along with geotools.

It also means porting the module to the current geotools trunk,
which has a different API for feature management.
So, all in all, it's quite a bit of work and requires commitment.

If you're not wishing to bear that work, I guess we'll have
to find a way to put your code somewhere waiting for someone
interested to pick it and mantaining it, but we shall accept
it in any case.

Let me know what you intend to do.
Cheers
Andrea

PS: btw, another user was interested in a spatial datastore for
mssql datastore on the users mailing list, thought I don't
know if he's using the MsSqlSpatial extension or not...