New Post: Developer Getting Started Guide frustration
Did you add an appManger control to your main form and does your main form contain the following code? Without the shell and the appManager.LoadExtesions nothing can be loaded. Based on the DemoMap...
View ArticleNew Post: Developer Getting Started Guide frustration
Good morning, that is the code I have in place, and the .ToolManager has been copied over, and still do not get the darn toolbox to appear I am using VS 2015 if that is an issue
View ArticleNew Post: Developer Getting Started Guide frustration
I had tons of trouble with this too. The instructions are for a prior version I think. This is what I did to make the sample work:Add your DotSpatial libraries in the Project references.Add...
View ArticleNew Post: Select/Info from FeatureSet
Oh sorry, it works for me now but I don't know why... However: Thanks. almaz.
View ArticleNew Post: Setting Selectable Layer
I do not understand how to set the active layer/layers for the selection tool. I need to do it inside my source code but I cannot do it either using the user interface in DemoMap.exe. I Always select...
View ArticleNew Post: Setting Selectable Layer
Have a look at mogikanins first post of issue Select Layer in MapFrame. This should tell you how to select your layer by code in DotSpatial 1.9 and before. In DemoMap selection tool selects everything...
View ArticleNew Post: Setting Selectable Layer
I have followed all the instruction but nothing change also in DemoMap.exe I can see the selection of my layer in the legend but when I draw the selection area all layers loaded are selected. See the...
View ArticleNew Post: Setting Selectable Layer
Okay I had a look at the code and found the following. If your using DemoMaps select tool or build a tool that was based on MapFunctionSelect.cs then your select tool goes and ignores the current...
View ArticleCommented Unassigned: Symbol Rotation/Translation Backwards [25657]
You should rotate then translate but currently the code translates then rotates. This rotates the object around the origin from where it was translated to.Comments: Dear Bryan, feel free to create pull...
View ArticleNew Post: Disable selection on features
Hello, I'd like to know if there is a way to prevent selection on specific features? I'm working with scheme/categories and if my data are filtred I set a transparent category on them, but they are...
View ArticleCreated Unassigned: Saveing feature layer that is created from selected...
If a layer is built using a set of selected elements from another layer, the layer.featureset.name and featureset.filename remain null. Therefore it is not possible to save the layer. Meaning that...
View ArticleCommented Unassigned: Saveing feature layer that is created from selected...
If a layer is built using a set of selected elements from another layer, the layer.featureset.name and featureset.filename remain null. Therefore it is not possible to save the layer. Meaning that...
View ArticleCommented Unassigned: raster extent shifts from correct extent [26002]
Dear all,as already seen in previous discussions (see [here](https://dotspatial.codeplex.com/discussions/294853))there is a shift between the real raster extent and the one recovered with the library.I...
View ArticleNew Post: DotSpatial & VB.NET - totally stuck
Hi, I'm trying to use DotSpatial with VB.Net (VS2010 Pro). Adding a map, a legend and adding data works good, so far. This looks like an awesome work! Really great! But trying to use the appmanager...
View ArticleNew Post: DotSpatial & VB.NET - totally stuck
Hey Burkhart, I checked the DS 1.9 source code and found no reference to any TeamCity folder. What exactly are you trying to do with the appmanager? I can, e.g., see the menubar, but trying to use it...
View ArticleNew Post: DotSpatial & VB.NET - totally stuck
I had some trouble too. Take a look at one of my replies to a post herehttps://dotspatial.codeplex.com/discussions/655873 ~AGP
View ArticleClosed Issue: Map on Windows panel [338]
When I put a Map on a windows panel, in VB VS2010, I get the error "Map is not a member of windows.forms". What is the solution?
View ArticleClosed Issue: Adding a point to file based shapefile crashes. [339]
The editMode is not turned on when you add a point to an existing shapefile. This causes the app to crash when re-drawing.
View ArticleClosed Issue: map.FunctionMode=FunctionMode.Info have a exception with a...
After I add a point layer to the map control,I click the spatialToolStrip button Identify,and then click on the map,there is a exception of IOException! Anyone can test it with the attachment!
View ArticleClosed Issue: DetailedLineSymbolControl.cs ArgumentOutOfRangeException [341]
When re-loading a line layer that has a cartographic start and end cap defined it Line 951 cmbStartCap.SelectedIndex = (int)cs.StartCap; cmbEndCap.SelectedIndex = (int)cs.EndCap;Wont work since...
View Article