New Post: Legend
Hello I am using MapWinGIS.ocx from the MapWinGIS-only-v4.9.3.4-Win32.exe install set. I am using the Map Control in an MS Access database project. I have successfully been able to import a shape file...
View ArticleNew Post: Legend
MWLite.Symbology.dll is a .NET assembly, and generally can't be used in VBA. There is a workaround through registering it as ActiveX control, though I don't know if it's practical. To display color...
View ArticleNew Post: Show an image on a drawing layer
You can use in-memory point shapefile. Please see the ninth section here. To set icons use ShapeDrawingOptions class (Shapefile.DefaultDrawingOptions.Picture). Hope it helps, Sergei
View ArticleNew Post: New installers for MapWinGIS for x86 & x64
I did just as you wrote. It works. Thanks. Greetings Daniel
View ArticleNew Post: Draw polygon and point marker in the same shapefile
hello everyone, am new user of mapwingis working with c# and i woud like to perform the following actions on the map: 1) draw 4 Pathlines from coordinates :each pathline is a polygon with different...
View ArticleNew Post: Draw polygon and point marker in the same shapefile
You should start looking from here I guess, specifically 3, 4, 5, 9, 10. At runtime most likely you will need at least 2 shapefiles, point (to display markers for points) and polygon (to display...
View ArticleNew Post: Draw polygon and point marker in the same shapefile
for the icon marks works fine but it does not draw the lines, this is the code: var utils = new Utils(); Font f = new Font("Arial", 15, FontStyle.Bold); System.Drawing.Image im = null; var sf = new...
View ArticleCommented Issue: Cannot load ECW with the last version [20972]
It seeems that the changes in the reference to library causes a crash.Not using libecw but the NCSecw causes ecw images to not be loaded and raises an unknown raster function esception.Comments: How to...
View ArticleCreated Unassigned: ZoomToPrev() not working [25999]
I use the last version 4.9.3.5.I try to use ZoomToPrev() while there is one shapefile only loaded to the map, but nothing happens!Any help plz?
View ArticleCreated Unassigned: Tutorial step by step of how to use MapWinGIS [26000]
Is there any tutorial step by step of how to use the MapWinGIS Effectively?There are many beautiful feature that need to be explained how to be implemented.I read the old pdf file on how to use...
View ArticleCreated Unassigned: Pan to XY [26001]
How to center the map at x,y coordinates? e.g Go to point (x, y)?Any help??
View ArticleCommented Unassigned: Pan to XY [26001]
How to center the map at x,y coordinates? e.g Go to point (x, y)?Any help??Comments: If your coordinate system supports transformation to WGS84, then Map.Latitude, Map.Longitude properties should work....
View ArticleCommented Issue: Cannot load ECW with the last version [20972]
It seeems that the changes in the reference to library causes a crash.Not using libecw but the NCSecw causes ecw images to not be loaded and raises an unknown raster function esception.Comments: The...
View ArticleCommented Unassigned: Tutorial step by step of how to use MapWinGIS [26000]
Is there any tutorial step by step of how to use the MapWinGIS Effectively?There are many beautiful feature that need to be explained how to be implemented.I read the old pdf file on how to use...
View ArticleCommented Unassigned: ZoomToPrev() not working [25999]
I use the last version 4.9.3.5.I try to use ZoomToPrev() while there is one shapefile only loaded to the map, but nothing happens!Any help plz?Comments: I checked it and this method is broken I'm...
View ArticleCommented Unassigned: Map Measurement Units [25968]
I would like to request a modification to the map measuring tools (MapWinGIS.tkCursorMode.cmMeasure). The current iteration of the tool is fantastic - one of the best design and display methods I have...
View ArticleNew Post: Draw polygon and point marker in the same shapefile
I'd recommend you to write a simpler code and check if you can display a polyline, without trying to display icons or use categories in the same time. Separation of concerns, you know. Then it will be...
View ArticleCommented Issue: Cannot load ECW with the last version [20972]
It seeems that the changes in the reference to library causes a crash.Not using libecw but the NCSecw causes ecw images to not be loaded and raises an unknown raster function esception.Comments: I...
View ArticleNew Post: Add ECW or MrSID image to the map
How to add an ECW or MrSID image the the map? How to use references? I try to add the DLLs provided with MWLite application, but those DLLs cannot be added to the C# solution. Any help plz?
View ArticleCommented Unassigned: Map Measurement Units [25968]
I would like to request a modification to the map measuring tools (MapWinGIS.tkCursorMode.cmMeasure). The current iteration of the tool is fantastic - one of the best design and display methods I have...
View Article