Edited Issue: Minnesota Country Coordinates still wrong [23660]
Things seem to have changed since my last visit. A year ago I checked in changes to correct the parameters. There is no record of those changes, my previous issue...
View ArticleNew Post: Corrections for Minnesota projections
I applied your fix: https://dotspatial.codeplex.com/SourceControl/changeset/73058 See issue: https://dotspatial.codeplex.com/workitem/23660
View ArticleNew Post: Google Map
Thanks Sannavtar, but it doesn't work. Can you send me current release of brutilelayer? I think I use wrong version of BrutileLayer.
View ArticleNew Post: Google Map
I am using this:https://dl.dropbox.com/u/39631349/DotSpatial.Controls.BruTileLayer.zip fromhttp://dotspatial.codeplex.com/discussions/403644
View ArticleNew Post: Draw Circle on a Map.Drawing layer
Hi, I need for my project to mark with circles specific areas on a Map and I am wondering if there is there is a way to draw a circle on a drawing layer and add it on the map the same way as points,...
View ArticleNew Post: Draw Circle on a Map.Drawing layer
there was this old post on thathttps://dotspatial.codeplex.com/discussions/249408 I didn't try to do what you ask but maybe it is a good starting point otherwise you may also take advantage of the...
View ArticleCreated Unassigned: Incorrect reprojection between RT90 2,5 gon V and WGS84...
DotSpatial does incorrection reprojection between RT90 2,5 gon V and WGS84.I used DotSpatial to reproject these coordinates in RT90 2,5 gon V,Northing: 6910904Easting: 1411545Resulting in these...
View ArticleNew Post: Draw Circle on a Map.Drawing layer
Oscar, thanks for your reply. I had already reviewed the old post and it's not what I want. In the old post you create a circle but it behaves like a symbol on map and not as a shape like a line or a...
View ArticleCreated Unassigned: Data.InRamImageData cropping 16 bit image load [24859]
Hi!I discovered an issue with DotSpatial.Data.InRamImageLoad() which appears when trying to load some images. Passing a System.Drawing.Image object into InRamImageLoad() and adding it to my map object...
View ArticleSource code checked in, #73284
Minor change to brutile version number. Going back to 6.0
View ArticleNew Post: Draw Circle on a Map.Drawing layer
I actually found out that the best way to do it is to calculate the circle circumference coordinates (for a given circle center and radius) and then feed them to MapPolygonLayer. The circle points can...
View ArticleNew Post: How to calculate area of a polygon if we have lat long of all points?
Hi, You can not calculate area directly from lat/long.. you have to first convert or project the lat/longt to any projected co-ordinate system and get x , y.. Once x & y received use following...
View ArticleCommented Unassigned: Data.InRamImageData cropping 16 bit image load [24859]
Hi!I discovered an issue with DotSpatial.Data.InRamImageLoad() which appears when trying to load some images. Passing a System.Drawing.Image object into InRamImageLoad() and adding it to my map object...
View ArticleNew Post: How to Get Shapes selected by click and how select they...
Hi guys, I'm new with DotSpatial, 1)If I have a layer and I click on a shape like a polygon, and so on, how get the reference of that object. I'm looking a such property like "Layer.selectetObject" but...
View ArticleNew Post: Polygon.Area - what are the units?
okay, figured it out. has to be in the proper projection and you need to use the multiplier squared: Using t As New DataTable Using myReader As SqlDataReader = sqlCmd.ExecuteReader() t.Load(myReader)...
View ArticleCreated Task: DotSpatial.Plugins.WebMap: Ability to change list of maps in...
Now all services (maps) hardcoded into dll. Sometimes need to exclude/include some services. The better will be to do this without recompiling DotSpatial.Plugins.WebMap.dll
View ArticleNew Post: How to Get Shapes selected by click and how select they...
1) To select shapes you may use the cursor function mode select, this allows you to select all the shapes you want programmatically you will have a button in a tool strip and pressing this button you...
View Article