|
View:
New views
7 Messages
—
Rating Filter:
Alert me
|
|
|
FDO ToolboxHi everyone,
This is something that I have been working on in my spare time, and now I think it is time to share it with you all. FDO Toolbox is a windows application to process, create and manage geospatial data. It is written in C# and uses the Feature Data Objects (FDO) API. You will need to have the following installed: - .net Framework 2.0 or later - Microsoft Visual C++ 2005 SP1 runtime library FDO Toolbox is hosted on Google code: http://code.google.com/p/fdotoolbox Binaries and source (via subversion) are available and licensed under the GNU Lesser GPL license. Comments? Bug reports? suggestions? All are welcome :-) - Jackie -- Blog: http://themapguyde.blogspot.com Facebook: http://www.facebook.com/profile.php?id=599261907 LinkedIn: http://www.linkedin.com/in/jackieng _______________________________________________ mapguide-users mailing list mapguide-users@... http://lists.osgeo.org/mailman/listinfo/mapguide-users |
|
|
RE: FDO ToolboxHI Jackie, It’s a pretty cool tool. I would have been happier
if you and Haris could have collaborated on this, but I still haven’t
seen the source for fdo2fdo, so… J I was playing around with an earlier release a couple days ago and
found a few things that I would have liked to see, most of them from my
experience with fdo2fdo. I’ll add them as enhancement requests at
Google Code. Jason From: Jackie Ng This is something that I have been working on in my spare
time, and now I think it is time to share it with you all. _______________________________________________ mapguide-users mailing list mapguide-users@... http://lists.osgeo.org/mailman/listinfo/mapguide-users |
|
|
Re: FDO Toolbox
Very nice work Jackie.
I am sure this will help out many people transfering data, including myself. Regards, Kenneth Skovhede, GEOGRAF A/S Jackie Ng skrev:
_______________________________________________ mapguide-users mailing list mapguide-users@... http://lists.osgeo.org/mailman/listinfo/mapguide-users |
|
|
RE: FDO ToolboxJackie, Great work indeed. Finally and admin tool for FDO! I played a bit with it. It got a me a bit of time to
figure out where you could edit the schema (you have to go back to the
connection to find the popup). But after that, it was straight forward. I
like the fact that we finally have a spatial context editor. I didn’t
spend a lot of time on it and will certainly do in the future. A minor
detail - the geometry type. FDO has 2 ways to specify the geometry types for a
geometry property: geometrictype and geometrytype. GeometricType is what
you are using and it is less specific or too vague. We added GeometryType
which basically indicates the specific geometry type it support like point,
multipoint, curve, etc. I think that’s what we need to show in the
UI instead of the GeometricType. As you can see, my comments are pretty
minor so far… Thanks for doing this and making it available! Robert From:
fdo-users-bounces@... [mailto:fdo-users-bounces@...] On
Behalf Of Jason Birch HI Jackie, It’s a pretty cool tool. I would have been happier
if you and Haris could have collaborated on this, but I still haven’t
seen the source for fdo2fdo, so… J I was playing around with an earlier release a couple days ago
and found a few things that I would have liked to see, most of them from my
experience with fdo2fdo. I’ll add them as enhancement requests at
Google Code. Jason From: Jackie Ng This is
something that I have been working on in my spare time, and now I think it is
time to share it with you all. _______________________________________________ mapguide-users mailing list mapguide-users@... http://lists.osgeo.org/mailman/listinfo/mapguide-users |
|
|
Re: FDO ToolboxHow does one connect to Postgis.
I get the following error message: Unable to load the FDO Provider: The specified module could not be found. What does it mean and how do I resolve it. Regards, 2008/7/22 Jackie Ng <jumpinjackie@...>:
-- Sindile Bidla _______________________________________________ mapguide-users mailing list mapguide-users@... http://lists.osgeo.org/mailman/listinfo/mapguide-users |
|
|
Re: FDO Toolbox
Quick guess: you are missing libpq.dll.
Other than that, try opening the file Postgisprovider.dll with dependency walker: http://www.dependencywalker.com Regards, Kenneth Skovhede, GEOGRAF A/S Intengu Technologies skrev:
_______________________________________________ mapguide-users mailing list mapguide-users@... http://lists.osgeo.org/mailman/listinfo/mapguide-users |
|
|
Re: FDO ToolboxThe application uses the stock FDO SDK binaries, meaning most rdbms providers would require additional dlls copied over into the application directory (because they are not bundled with the FDO SDK)
Does this link help? http://trac.osgeo.org/fdo/wiki/FdoPostGISNotes - Jackie
|
| Free Forum Powered by Nabble | Forum Help |