Edited Unassigned: Bug in tool Reproject Features [63610]
The Toolbox tool called "Reproject Features" is returning "parameter missing" for a reprojection that works without problems when using myFeatureSet.Reproject(toProjectionInfo). At least when...
View ArticleNew Post: Roadmap (in particular Net Topology Suite)
thank you. ok ASAP but not today as I'm overcommitted right now and I would need a little time to ensure I would find the test case files.
View ArticleNew Post: Hi
Hello I hope you are well someone can help me with the following. I want to have the dll DotSpatial.WebControls but I can not encontarlo in the library 1.8 can anyone tell me how or where to get the...
View ArticleNew Post: Create shapefile containing 3D shapes
I am trying to create shapefiles that contain 3d shapes. Features and FeatureSets don't seem to work, since these objects don't seem to use the Z from the coordinates. Any help on what direction I...
View ArticleNew Post: Load geotiff image as Raster file
Hi, I have seen how to load a bdg file as Raster But Could not figure out how to convert a geotiff layer as Raster..Is there any method to do this? Thank you so much
View ArticleNew Post: working with 3D Viewer plugin
Well,I figure out the 3dviewer source code is a good stage to start with.so I could find out how to run 3dviwer plugin..and it is great only use this code and it enables the plugin using...
View ArticleNew Post: Weird LineScheme behavior
Hi, I'm having troubles using LineScheme with custom FilterExpressions in DotSpatial 1.7. I have created a custom LIneScheme and populated it with several LineCategories, e.g.: CartographicStroke...
View ArticleNew Post: Developer Getting Started Guide
Oscarafone77 wrote: Hi Claudia, here is an old discussion where GDAL usage was explained : https://dotspatial.codeplex.com/workitem/23782 however I guess that latest Dotspatial does not need to follow...
View ArticleNew Post: Dotspatial 1.8 loadextentions
Hi, I have worked with dotspatial 1.7 and it seems it works fine.but I could not make 1.8 work.I want to use GDAL plugin and I tried to use app managment to load extentions but I always get this erorr...
View ArticleNew Post: Using the Gdal extension from a script in F#
Hello! I am trying to use DotSpatial from F# scripts. For this, I've constructed a F# library project, downloaded all DotSpatial Nugget Packages for this project and compiled it. In this project, I use...
View ArticleNew Post: Using the Gdal extension from a script in F#
I found the solution here : https://dotspatial.codeplex.com/discussions/586346. Had to create a GdalRasterProvider first and use its Open methodlet gdal= new...
View ArticleNew Post: Using the Gdal extension from a script in F#
Marciolegal wrote: I found the solution here : https://dotspatial.codeplex.com/discussions/586346 . Had to create a GdalRasterProvider first and use its Open methodlet gdal= new...
View ArticleNew Post: Using the Gdal extension from a script in F#
I created a folder "windows extensions" (can be any name) in the debug folder of my F# project, copied the entire gdal extension folder inside it, and referenced the dll like in the first post, in the...
View ArticleNew Post: Using the Gdal extension from a script in F#
Marciolegal wrote: I created a folder "windows extensions" (can be any name) in the debug folder of my F# project, copied the entire gdal extension folder inside it, and referenced the dll like in the...
View ArticleNew Post: Using the Gdal extension from a script in F#
No, I didn't have to use GdalConfiguration or to use an appmanager to make it work. Just opening that dll. I'm not sure what you mean by local copy in properties, but if you mean the "Copy to output...
View ArticleNew Post: Using the Gdal extension from a script in F#
Marciolegal wrote: No, I didn't have to use GdalConfiguration or to use an appmanager to make it work. Just opening that dll. I'm not sure what you mean by local copy in properties, but if you mean the...
View ArticleNew Post: Using the Gdal extension from a script in F#
What exactly is the error you're getting? Can you post more details?
View ArticleNew Post: Using the Gdal extension from a script in F#
Marciolegal wrote: What exactly is the error you're getting? Can you post more details? Thank you so much, In fact I am working with C# but I have done as you said.I get this errorerrorAn unhandled...
View Article