Source code checked in, #75590
Find correct world file extension for images with uppercase ending
View ArticleCommented Unassigned: Shape file opens in 1.4, but not in 1.6 or 1.7 [25771]
Just to report that I can open the attached shape file by using Visual Studio 2010 and the DotSpatial 1.4.However, when I try to use the versions 1.6 or 1.7, the function "FeatureSet.Open" throw an...
View ArticleNew Post: Invoke localisation - howto
Hello everybody, as I'm about to move from DotSpatial 1.3 to 1.7, I wonder if anybody could give a short account how to invoke the German localization. Thanks and regards
View ArticleNew Post: Invoke localisation - howto
What do you mean by invoke localization? If you have a computer with German Windows DotSpatial is shown in German as long as it is translated.
View ArticleNew Post: Invoke localisation - howto
Hi, I do it in the program.vb to select the language i want to run my DS application.Shared Sub Main() Dim app_culture As String = "de-DE" Thread.CurrentThread.CurrentCulture = New...
View ArticleSource code checked in, #75600
Take all features if FilterExpression contains only whitespaces
View ArticleClosed Issue: Prevent duplicate label & Label orientation parallel to line...
Hi, would it be possible to add these features?As I`m using DotSpatial for displaying Street Maps it would be very nice to have a little bit more Options when adding labels.Thank you very much for your...
View ArticleClosed Issue: Labels.LineOrientation [24232]
In mapWindow 4.x one can easily place labels parallel to line features by setting the Labels.LineOrientation property for a given shape file.I expected that this method should be easy to port to...
View ArticleNew Post: Invoke localisation - howto
Hi all, sorry I should have tried before asking ...
View ArticleNew Post: Display current scale
Hello everybody, in my Application, I'd like to display the current scale. In MapWinGis, which I used previously, there is an event "ExtentsChanged" in the map control an a property "CurrentScale". Can...
View ArticleSource code checked in, #75607
Added possibilty to label multipoint layers Corrected label orientation for rotated labels Added possibility to rotate line labels parallel or perpendicular to the line
View ArticleNew Post: Display current scale
For the event have a look at Map.ViewExtentsChanged. But there is no CurrentScale property. Have a look at the scale bar issue, it might help you.
View ArticleNew Post: Distance between point A and point B including information about...
Hi, I am trying to find a solution (using .NET/WPF) and dotSpatial that can calculate distance between point A and point B, but including information about country's border. I need this information in...
View ArticleNew Post: Distance between location A and B including info about country's...
If you have one polygonlayer with the country borders and one linelayer with the routes you could go and intersect the line of your users route with the underlying polygons. This should result in lines...
View ArticleNew Post: Distance between location A and B including info about country's...
Thanks jarry, Is there any built-in functionality available in dotSpatial to solve this problem easily?
View ArticleNew Post: Distance between location A and B including info about country's...
You'd have to write a few lines of code to circle over your line features and intersect them with the polygons. Intersect itsself exists as function.
View ArticleNew Post: Print Layout : print result issues
Hi, we are developing an application using DotSpatial. We have another problems with the print result of the layout (thanks jany_ for your previous correction in changesets 74959 & 74996) The...
View Article