Closed Unassigned: LabelLayer does not work in IMapFeatureLayer [25461]
LabelLayer does not work in IMapFeatureLayer.Sample code.```private void map_MouseDoubleClick(object sender, MouseEventArgs e){// Create plygon layer IMapFeatureLayer layer = null; IFeatureSet...
View ArticleCreated Unassigned: Localisation DotSpatial.Symboloy.Forms Library [25464]
Hi,I have localized the DotSpatial.Symboloy.Forms Library, where I found the mayor part of the DS user interface and dialogs.The localized languages are German, Italian and Portuguese Brazil. I did...
View ArticleSource code checked in, #74385
Improved memory using when reading Line and Polygon shapefiles.
View ArticleNew Post: Large shapefiles not in memory
Ok, i tried this japan sample and did some memory optimizations in trunk. At the moment DS fails only on roads.shp (1.3 Gb). All other shape files from these archive now works fine. The main problem...
View ArticleSource code checked in, #74386
Localization for DotSpatial.Symboloy.Forms Library: German, Italian and Portuguese Brazil. #25464
View ArticleCommented Unassigned: Localisation DotSpatial.Symboloy.Forms Library [25464]
Hi,I have localized the DotSpatial.Symboloy.Forms Library, where I found the mayor part of the DS user interface and dialogs.The localized languages are German, Italian and Portuguese Brazil. I did...
View ArticleCommented Unassigned: Localisation DotSpatial.Symboloy.Forms Library [25464]
Hi,I have localized the DotSpatial.Symboloy.Forms Library, where I found the mayor part of the DS user interface and dialogs.The localized languages are German, Italian and Portuguese Brazil. I did...
View ArticleClosed Unassigned: Localisation DotSpatial.Symboloy.Forms Library [25464]
Hi,I have localized the DotSpatial.Symboloy.Forms Library, where I found the mayor part of the DS user interface and dialogs.The localized languages are German, Italian and Portuguese Brazil. I did...
View ArticleCommented Task: Localisation DotSpatial.Symboloy.Forms Library [25464]
Hi,I have localized the DotSpatial.Symboloy.Forms Library, where I found the mayor part of the DS user interface and dialogs.The localized languages are German, Italian and Portuguese Brazil. I did...
View ArticleCommented Task: Localisation DotSpatial.Symboloy.Forms Library [25464]
Hi,I have localized the DotSpatial.Symboloy.Forms Library, where I found the mayor part of the DS user interface and dialogs.The localized languages are German, Italian and Portuguese Brazil. I did...
View ArticleCommented Task: Localisation DotSpatial.Symboloy.Forms Library [25464]
Hi,I have localized the DotSpatial.Symboloy.Forms Library, where I found the mayor part of the DS user interface and dialogs.The localized languages are German, Italian and Portuguese Brazil. I did...
View ArticleNew Post: extending the TableEditor Plugin
what is the best way to extend the functionality of the TablEditor Plugin. What I'm trying to do is allow a hook from the table editor plugin to my custom database so that I could make changes to the...
View ArticleNew Post: extending the TableEditor Plugin
TableEditor Plugin is quite simple. You can create your own plugin with the same code - just copy & past entire DotSpatial.Plugins.TableEditor.csproj to your solution and change what yout need.
View ArticleNew Post: extending the TableEditor Plugin
I created a Plugin based on a copy of the TableEditor Plugin with the addition of a form that contains DotSpatial.Controls.TableEditor control in the form. What I'm confused about is how would I...
View ArticleNew Post: extending the TableEditor Plugin
So you want to show your own form instead standard attributes form? You can show it in your plugin instead calling layer.ShowAttribute(). It is the easiest way. There is another, but a bit more complex...
View ArticleNew Post: extending the TableEditor Plugin
i just want to show the standard attribute form with an additional button that i can have code to return results from a database. Basically if I need to change a field value in the attribute table. I...
View ArticleNew Post: extending the TableEditor Plugin
laoballer wrote: i just want to show the standard attribute form with an additional button that i can have code to return results from a database. This mean that you want to show your own form. Create...
View ArticleNew Post: extending the TableEditor Plugin
I'm a little confused. the layer.ShowAttributes() method automatically will generate a TableEditor. Are you suggesting that if I want to show my own form with the layer attributes I should create a...
View Article