New Post: Problem with opening a project
Hi. I have an application where the user can add points onto the map in a pointlayer, which get a symbol depending on a pointscheme with different categories. I am trying to implement the ability to...
View ArticleSource code checked in, #74598
Fixed angle calculation for line decorations in cartographic mode
View ArticleNew Post: Problem with opening a project
Hi pettmark, it seems that you have the same issue as described here (see comments). It is an issue in serialization manager, which does not saves your pointlayer into disk. So as workaround, you have...
View ArticleClosed Unassigned: GDALImage read [25520]
Hi,I want to load a tiff image. i use this code for load itusing DotSpatial.Data;using DotSpatial.Data.Rasters.GdalExtension;GdalImage img = new GdalImage(@"Data\map0-Georef.tif");But an error returned...
View ArticleNew Post: Problem with opening a project
Thanks mogikanin! Will definitely have a look at it!
View ArticleNew Post: Is linebreaks supported in labels?
I'm using labels with my map, and they are shown with the exception that they haven't any linebreaks. So some of my labels are saying "Hello\nWorld!", where \n should be a linebreak in this case. Is...
View ArticleNew Post: Is linebreaks supported in labels?
Just tried it - linebreaks (\r\n or \n) works fine with map labels.
View ArticleNew Post: Is linebreaks supported in labels?
It doesn't work for me. My code:Dim ls As New LabelSymbolizer() ls.LabelAngleField = "VINKEL" ls.UseLabelAngleField = True Me.uiMap.AddLabels(layer, "[DESCRIPTIO]", "", ls, 500)
View ArticleNew Post: Is linebreaks supported in labels?
Is this text "ID:648013\nkW: 11\nFami....." is content of "DESCRIPTIO" field?
View ArticleSource code checked in, #74607
Show "No Name" when Name is null in LabelCategory.ToString()
View ArticleNew Post: Is linebreaks supported in labels?
Yes. And I'm using DotSpatial 1.6 via nuget.
View ArticleNew Post: Is linebreaks supported in labels?
Ok, i've created simple application using DS1.6 and it also shows line breaks. Maybe something wrong with your data? Please share your data, so i can check it.
View ArticleNew Post: Is linebreaks supported in labels?
Here's my data: https://drive.google.com/file/d/0ByLuNOsgtVuCSXhwcHJpNHFzdHc/edit?usp=sharing (click on File --> Download, or hit Ctrl+S once you opened the link).
View ArticleSource code checked in, #74613
FeatureIdentifier (Identity tool) now can work with large feature sets. Also some methods marked as obsolete: * FeatureSet.IdentifySelect(Extent region) * FeatureSet.IdentifySelect(Extent region, out...
View ArticleNew Post: Is linebreaks supported in labels?
your field values are something like this: "currValue = "ID: 648044\\nkW: 74\\nSunnanvinden Trading AB\\nFallvindsgatan 4\\nKvГllsvinden 2" if you want linebreaks, then values should be:"currValue =...
View ArticleNew Post: Is linebreaks supported in labels?
This is strange, when I open the .shp file in AutoCAD and take a look at the DataTable, there are no double backslashes.
View ArticleNew Post: Is linebreaks supported in labels?
but probably you see "\n". But new line symbol is nonprinting and you should see nothing.
View Article