Source code checked in, #74996
Fixed issue #22515 Character Symbol does not scale with DPI
View ArticleClosed Issue: Character Symbol does not scale with DPI...
Character Symbol on a MapPointLayer is correctly positioned, but size is not scaled to match the printing DPI.Other symbols, such as DotSpatial.Symbology.PointShape, are.Comments: Resolved with...
View ArticleNew Post: Print Layout : print result issues
These problems where fixed in changesets 74959 and 74996.
View ArticleNew Post: Web GIS with Dotspatial
The web site looks like a Google Maps web site. I do not see the connection to dotSpatial. How is dotSpatial used in the website http://cticdss.gencomnet.org/default.aspx ?
View ArticleNew Post: Select Does not work after Enabeling Lable
Hi,Does any one has problem with select feature while Lable is enabled?When I enable lable on map I can not select enything.I tried to disable lable layer but It did not work.Do you have any Idea how...
View ArticleNew Post: Select Does not work after Enabeling Lable
I'm not sure whether it helps in your case, but sometimes when a layer is in EditMode the selection is not visible. Have a look at your layers properties and switch EditMode to false if it is true.
View ArticleNew Post: Select Does not work after Enabeling Lable
I set EditMode=false; But it did not work..:(
View ArticleNew Post: get a handle on the map layer by name or some uniqe value
Hi,I want to get handel of a spatial map layer in my project.I can not use IMapFeatureLayer lay = (IMapFeatureLayer)map1.Layers[0] because it changes when I add new layer to map,How can I handel a map...
View ArticleNew Post: A sample code for add symbology to layer
The above code should work base on decumention but It removes shape and shows nothing to map window.What is wrong in this method ? IMapFeatureLayer lay = (IMapFeatureLayer)map1.Layers[0];...
View ArticleNew Post: LoadExtension error
We are using 1.7 full version. While loading extension it is throwing an error "Object reference not set to an instance of an object." in the stack trace it is showing at...
View ArticleNew Post: LoadExtension error
Did you set Shell like shown below before you loaded the extensions?using System.ComponentModel.Composition; using System.Windows.Forms; using DotSpatial.Controls; public partial class MainForm : Form...
View ArticleNew Post: LoadExtension error
Thanks for your quick response, I missed-out the line Shell = this; between any snippet code for zoom window
View ArticleNew Post: get a handle on the map layer by name or some uniqe value
Hey am2, just search through all layers in map1.Layers and look whether the DataSet.Name equals the name of the layer your searching. Here an examplary function, that you can feed with map1.Layers to...
View ArticleSource code checked in, #74998
Added plugin SetSelectable to allow users to choose in which layers features should be selected. Allow LegendItem.IsExpandable to be saved to dspx so user doesn't have to re-fold legend after loading...
View ArticleClosed Unassigned: Strange Select Tool Behavior [25629]
If I try to select features of more than one layer at the same time only the features of the layer that is shown at the top of the legend get selected. If I want to avoid the selection of certain...
View ArticleNew Post: Attribute data in feature set not saved to shape file
I use the latest version 1.7. The problem occurs when I clone the DataTable of the original feature set to the DataTable of the new feature set. If I add columns one by one, the problem does not occur....
View ArticleNew Post: Attribute data in feature set not saved to shape file
As the microsoft documentation says cloning a datatable gives you a new datatable that is identic to the old one but does not contain data. If you want the new one to have all the data of the old table...
View ArticleNew Post: HillShade Analysis
MapImageLayer simply can't be casted to IMapRasterLayer. The only interfaces it supports is IMapImageLayer.
View ArticleNew Post: HillShade Analysis
So, How I process .tiff format images. I does not accept it as IMapRasterLayer!!
View Article