New Post: Try to Open .shp
Jacky, thank you for your answer. But it still haven't been working. Which version of Visual Studio are you using?
View ArticleNew Post: Try to Open .shp
Sorry for repost, my mistake(namespace shptomif { class Program { static void Main(string[] args) { Shapefile shp = new Shapefile(); if (!shp.Open(@"..\..\Data\Austinstreets.shp", null))...
View ArticleNew Post: Try to Open .shp
This is a new code and it's work. Do you know something about converting .shp into .MIF/.MID file?
View ArticleSource code checked in, #71315
Fixed issue #2285 - Added support for merging 3D shapefiles.
View ArticleNew Post: Labels don't display (if the .DBF file doesn't have write permission)
Hi, What do you think about the getcwd function ? Why is this function used ? Should the applciation be run in a writable current directory ? To my mind the current implementation is very bad and...
View ArticleCreated Issue: Cannot create attribute table if application working directory...
When mapwingis application is run from a directory where it doesn't have write permission, e.g. program Files in seven or vista when uac is enabled, or any other unwritable directory, then creating a...
View ArticleNew Post: Selecting objects on map
Have you looked in the samples and documentation?http://mapwingis.codeplex.com/documentation AGP
View ArticleNew Post: Point layers on top of Point layers
Yes use shape collision. http://www.mapwindow.org/documentation/mapwingis4.8/class_shapefile.html#ae0c2b5b354f003d50bca9efbe82ee08e the documentation says its for labels but I think that may be a...
View ArticleNew Post: Compiler Warning - '_DMap.DrawBackBuffer' cannot be marshaled by...
Hi there, I'm trying to run a project in C# with MapWinGIS. The project seems to work correctly, but I have several instances of the following warning: Warning 1 Processing COM reference "MapWinGIS"...
View ArticleNew Post: Point layers on top of Point layers
That was it! I recall seeing the property but assumed it was labels only based on the documentation. Much appreciated, sindizzy!!
View ArticleSource code checked in, #71350
The DisableWaitCursor flag correctly prevents a wait cursor from being shown when redrawing a map.
View ArticleNew Post: How to set Categories by CellValue in 2 Field ?
Hi all How to set Categories by CellValue in 2 Field ? From http://www.mapwindow.org/documentation/mapwingis4.8/_point_icons_8cs-example.html#a22 that show how to display icon image by use specific...
View ArticleNew Post: Compiler Warning - '_DMap.DrawBackBuffer' cannot be marshaled by...
Hi Rik, You're not doing anything wrong. You can ignore these warnings. Paul
View ArticleNew Post: How to set Categories by CellValue in 2 Field ?
You can use multiple fields in the Expression. Is that what you mean?You can also add a new field and populate it with the combined values. Paul
View ArticleNew Post: Selecting objects on map
What you need to do is create a temporarily point shapefile, add your objects to it and give each point one ore more attributes (fields). Using SelectShapes you can select the shapes and read back the...
View ArticleNew Post: Labels don't display (if the .DBF file doesn't have write permission)
As Brad said, this has been fixed. Can you grab the latest version of the ocx using Update2Svn: http://www.mapwindow.org/phorum/read.php?4,24284 The trunk version here at mapwingis.codeplex is the...
View ArticleNew Post: Try to Open .shp
First it is best the use sf as variable name for the shapefile and shp for the shape that is in the shapefile. And you can use Utils.Ogr2Ogr() to convert a shapefile to mif. Paul
View ArticleNew Post: Labels don't display (if the .DBF file doesn't have write permission)
Hi, Thanks for the versionning information, I understand, so version 4.8 is still evolving to a future release 4.8.8. I just checked the latest commited source code, but the creation of the temporary...
View Article