Closed Issue: Rasters with only one unique value are not drawn [24051]
Applying a coloring scheme to a raster fails if the raster is filled with just one value.Comments: Resolved with changeset 71423: Ability to drawing rasters with only one unique value
View ArticleCreated Task: Unit-test refactoring [24052]
1. Use one framework - Nunit2. Use package from nuget instead SupportFiles\NUnit
View ArticleNew Post: Is Map.ExtendBuffer completely bugged or am I being stupid?
I turned on Map.ExtendBuffer, and now everything is screwed up. Pixel dont project correctly anymore and panning and zooming is impossible. I tried to find the bug, and I found this: ProjExt.cs public...
View ArticleNew Post: About reprojection
Dear All, I'm working with a collegue of mine, he is the developer and I'm the GIS man. We have some problems with projection and reprojection, and then he told me: "write you this email" ;) We define...
View ArticleSource code checked in, #71424
Changed tool manager to cycle through output parameters after a tool executes. It tries to cast the values of the parameters to either IFeatureSet or IRaster, then accesses the file associated with...
View ArticleSource code checked in, #71425
This should have been committed with last commit. Sorry.
View ArticleSource code checked in, #71426
Added a check to OnExtentsChanged to make sure that we don't add the extent to the Previous/Next stack if it is the "Default" Extent that DotSpatial starts on. This is to fix HydroDesktop issue 8667.
View ArticleSource code checked in, #71427
Many source files in DotSpatial have had out of date and conflicting license and copyright information. I'm systematically updating all source header info. Note the critically important statement that...
View ArticleSource code checked in, #71428
Changed occurences of "ESRI" to "Esri" in response to HydroDesktop issue number 8660.
View ArticleSource code checked in, #71429
Changed comparison of basemap name in file to ignore case when looking for known basemap services.
View ArticleNew Post: Draw SQL Server points on map without shapefile
I noticed that. Have you got a fix for it? There's no problem if just the loction column is selected but it fails for more than one column.
View ArticleNew Post: Draw SQL Server points on map without shapefile
shadhow wrote: I noticed that. Have you got a fix for it? There's no problem if just the loction column is selected but it fails for more than one column. Either you call the mapper.Add(...) function...
View ArticleCreated Issue: Iesi.Collections in Topology conflicts with other assembies...
Why is Iesi.Collections embedded as source code inside of the Topology project and either not renamed or instead not referenced to as a DLL? When using other projects such as NHibernate where a...
View ArticleNew Post: Converts a WKT or GML data to a Geometry
Dear all, I'm looking for a way to write a polygon starting from a WKT or GML annotation. I know that there is "WkbReader Class" that converts a Well-Known Binary byte data to a Geometry, but it seems...
View ArticleNew Post: Draw SQL Server points on map without shapefile
Many thanks! As an aside (not sure if worth opening another thread) do you know of any library which will plot features regardless of whether they are ponts, lines or polygons (like the spatial tab in...
View ArticleSource code checked in, #71459
RasterToPolygon : fixed incorrect behaviour for non square cells.
View Article