Closed Issue: Positioning ReadTypedSentence() does not handle GPVTG [397]
Add the following code to the method ReadTypedSentence() in NmeaReader:if (sentence.CommandWord.EndsWith("VTG", StringComparison.Ordinal)){// Yes. Convert it using the fast pre-parseed constructor...
View ArticleClosed Issue: Mark classes SecuritySafeCritical to prevent GPS detection...
I have been using DotSpatial successfully, but struggled with this issue quite bit. I had to make the following changes to get it to work:1. BluetoothDevice.csAdd:[SecuritySafeCritical]internal void...
View ArticleClosed Issue: DotSpatial.Positioning NmeaSentences not parsed correctly. [421]
You may experience error in parsing the NmeaSentences generated by the NMEA emulator, I had to make the following changes to GpggaSentence.cs, GpggkSentence.cs, GpgllSentence.cs and...
View ArticleClosed Issue: No NMEA sentence is parsed correctly [295]
Using DotSpatial.Positioning to read GPS data from a GPS receiver, all events report no data.Specifically, I receive only one FixAcquired event, with Position not available (0, 0).Instead, in...
View ArticleCommented Unassigned: Problem in GPGSA Sentence [63617]
if i create a new GPGSA sentence, the Fix Indicator is always on NOFIX, no matter what is given to the Constructor var sateliteList = new List<Satellite>{ new Satellite(19, new Azimuth(30.3), new...
View ArticleCommented Unassigned: Web application using Dot Spatial [63613]
I want to create Asp.Net web application which can do following things.1. Import Image file and render on Dot spatial's map control in web application.2. create dynamic shape file.Are there any example...
View ArticleClosed Issue: NmeaEmulator creates sentences NmeaSentence can't parse [384]
When NmeaEmulator creates NmeaSentences they have the following characteristics that causes problems when parsed by NmeaSentence:a. Checksum is empty (no characters beyong the asterisk)b. Hemispere...
View ArticleCreated Unassigned: After creating shapefile from db the geometry coordinate...
I have a database table named 'hitbgt'. There is a column name 'the_geom' contains the geometry value. Get the data from db table as datatable and create a shapefile based on it. The codes are given...
View ArticleClosed Unassigned: Shapes and Features - Coordinates Change [63620]
In the code snippet below, I am trying to create 3d geometries (cuboids) and save them in a shapefile. Each cuboid is defined by 6 polygons, each with 4 coordinates. When I create a Feature from the...
View ArticleCommented Unassigned: After creating shapefile from db the geometry...
I have a database table named 'hitbgt'. There is a column name 'the_geom' contains the geometry value. Get the data from db table as datatable and create a shapefile based on it. The codes are given...
View ArticleCreated Unassigned: ShapeReader - Error moving from one page to the next [63623]
Hello,there is a error in the [DotSpatial.Data.ShapeReader](http://dotspatial.codeplex.com/SourceControl/latest#Trunk/DotSpatial.Data/ShapeReader.cs).The move next function is incrementing the internal...
View ArticleEdited Unassigned: ShapeReader - Error moving from one page to the next [63623]
Hello,there is a error in the [`DotSpatial.Data.ShapeReader`](http://dotspatial.codeplex.com/SourceControl/latest#Trunk/DotSpatial.Data/ShapeReader.cs).The move next function is incrementing the...
View ArticleClosed Unassigned: Problem in GPGSA Sentence [63617]
if i create a new GPGSA sentence, the Fix Indicator is always on NOFIX, no matter what is given to the Constructor var sateliteList = new List<Satellite>{ new Satellite(19, new Azimuth(30.3), new...
View ArticleCreated Unassigned: Having Problem With Creating Polygone Shapefile(Closed...
hello, i have a question,when i worked with dotspatial reference in c# i founded that when you create a polygone shapefile and save it you see that the last line dose not save and we have not a...
View ArticleCommented Unassigned: Having Problem With Creating Polygone Shapefile(Closed...
hello, i have a question,when i worked with dotspatial reference in c# i founded that when you create a polygone shapefile and save it you see that the last line dose not save and we have not a...
View ArticleCreated Unassigned: zoom in throws a StackOverflowException [63625]
When zooming in to an extent of less then 1e-7 in OnViewExtentsChanged of DotSpatial.Controls.Map, the ViewExtender will be caught in a infinite loop and will eventually throw a...
View ArticleCommented Unassigned: zoom in throws a StackOverflowException [63625]
When zooming in to an extent of less then 1e-7 in OnViewExtentsChanged of DotSpatial.Controls.Map, the ViewExtender will be caught in a infinite loop and will eventually throw a...
View ArticleCommented Unassigned: zoom in throws a StackOverflowException [63625]
When zooming in to an extent of less then 1e-7 in OnViewExtentsChanged of DotSpatial.Controls.Map, the ViewExtender will be caught in a infinite loop and will eventually throw a...
View ArticleCommented Unassigned: zoom in throws a StackOverflowException [63625]
When zooming in to an extent of less then 1e-7 in OnViewExtentsChanged of DotSpatial.Controls.Map, the ViewExtender will be caught in a infinite loop and will eventually throw a...
View ArticleCreated Unassigned: Exception in WebMap plugin if "espg"-substring is...
Concerns WebMap plugin.When checking the projection in line 166 in class WMSServerParameters.cs, ```var crs = (string) lbCRS.SelectedItem;```I have a case where the "EPSG" part is given in lower case...
View Article