Source code checked in, #72803
Improved the update section of the Extension manager. Added a what's new section to display changes of new updates.
View ArticleCreated Unassigned: bug IndexOutOfRange EnvelopeExt.Intersection(this...
DotSpatial.Topology.EnvelopeExt.Intersection(this IEnvelope self, ILineSegment segment)This method throws an IndexOutOfRangeException because we try to check more than two borderpointsif we already...
View ArticleNew Post: how can I load plugin in my application?
hi actually I want to load some plugin in my application but i can't, I use appManager1.LoadExtensions() in my code but I just can use data extensions folder with it,when I add plugin folder to My...
View ArticleNew Post: IHeaderControl
hi Doub I want to load some plugin in my toolbar of my application but i dont know how can i do it,can you send me some example code that help me?
View ArticleSource code checked in, #72825
Modified extension to allow setting DeactivationAllowed to false outside of the Application Extensions directory. This is necessary for downloading updates.
View ArticleNew Post: VectorToRaster
Hi list, I am trying to use VectorToRaster class which is here (https://dotspatial.codeplex.com/SourceControl/latest#DotSpatial.Analysis/VectorToRaster.cs). I would like to change the extent of my grid...
View ArticleCommented Issue: Alternative (or wrong?) name in...
In the constructor for TransverseMercator so does a line say:Â Name = "Transverse_Mercator";Â In my .prj file so is the name actually "Transverse Mercator" (space instead of underscore). I don't know if...
View ArticleSource code checked in, #72845
Updated the ExtensionManager to handle dependencies for updates.
View ArticleSource code checked in, #72848
Added some checks to prevent an unhanled exception when removing a geografic layer. Also fixed a panning issue.
View ArticleNew Post: Ploting Satellite Position and Track
Anyone have any suggestion on how to do this. I have a Mercator projection in the map object and need to overlay a sat path and position. Any help would be appreciated.
View ArticleNew Post: DotSpatial.Topology vs NetTopologySuite
Hey, I am currently looking for a geometric platform for an application I am developing. A few open source names came up, with the main contenders being DotSpatial for its internal Topology dll, and...
View ArticleNew Post: DotSpatial.Topology vs NetTopologySuite
I don't know where you gathered your wisdom butNetTopologySuite closely matches JavaTopologySuite v1.12 DotSpatial.Topology broadly matches JavaTopologySuite 1.7 with some custom additions. Hth FObermaier
View ArticleNew Post: DotSpatial.Topology vs NetTopologySuite
That's very good to know... The internet is very scarce on resources on the subject. So it seems that if these two libraries are the contenders, DotSpatial is definitely the winner. I've seen that...
View ArticleNew Post: GML export
I am developing a .NET project [C#] that needs to export/write features as GML and GeoJson, including, of course, the attributes; data could queried by a database or manually entered. So the question...
View ArticleNew Post: GML export
You can create you shape file and attribute data with DotSpatial and after this convert to GML with this tool:https://dl.dropboxusercontent.com/u/39631349/shp2gml.exe
View ArticleNew Post: OutOfMemoryException FeatureType.Point
How many points can be saved in the file shp? I am trying tested this method but crash by memory. I want to save a lot of points with a related table. any recommendations? public void CreateSHP() {...
View ArticleNew Post: GML export
Thanks a lot for your quick reply. What you suggested is an executable, but actually I would need to manage the code with open source tools, so I'm still looking for. thank you in any case. cheers
View Article