New Post: Add ECW or MrSID image to the map
Hi, have you seen my comments to your question in this issue?
View ArticleClosed 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 ArticleCommented Unassigned: Begin/AfterDrawing and OnDrawBackBuffer provide write...
First, thank you to all developers who have produced this package, it is very useful. My issue is the way the AfterDrawing and OnDrawBackBuffer are implemented. I was attempting to draw anti-aliased...
View ArticleNew Post: How can I print map layout using MapWINGIS 4.9.3.5
Under MapWINGIS 4.8, I can use mwlayout.dll to create my map layout. However, I found it can no longer be used now. Could you tell me how can I print the map laylout using MapWinGIS 4.9.3.5? I got an...
View ArticleNew Post: How can I print map layout using MapWINGIS 4.9.3.5
I'm afraid most likely some update of mwLayout.dll is needed to make it work with with MWLite's legend. Perhaps it won't be very difficult, since it's largely a matter of namespaces (MWLite was written...
View ArticleCreated Unassigned: Map Legend Error MapWinGIS.tkShapeDrawingMethod [26002]
I am building a MapWinGIS application in VB .Net VS 2013.After adding a legend to a form I receive the following error message:An unhandled exception of type 'System.MissingMethodException' occurred in...
View ArticleNew Post: Mosaic images
Hi Everyone, Is there anyway in MapwinGis to mosaic a bunch of images into one giant image? I tried this method MapWinGIS.Utils.MergeImages() but it does not work, probably it is not meant for mosaic...
View ArticleCommented Unassigned: Map Legend Error MapWinGIS.tkShapeDrawingMethod [26002]
I am building a MapWinGIS application in VB .Net VS 2013.After adding a legend to a form I receive the following error message:An unhandled exception of type 'System.MissingMethodException' occurred in...
View ArticleCommented Unassigned: Map Legend Error MapWinGIS.tkShapeDrawingMethod [26002]
I am building a MapWinGIS application in VB .Net VS 2013.After adding a legend to a form I receive the following error message:An unhandled exception of type 'System.MissingMethodException' occurred in...
View ArticleNew Post: Zoom to drawing?
Hello, I have created a new drawing using the NewDrawing method and added some points and lines (DrawPointEx, DrawLineEx). Now I would like to zoom to the extent of my drawing but can't find the way....
View ArticleNew Post: Zoom to drawing?
No, there is no way to access the drawings added to the map. It's a known limitation of the API. I'd recommend to use in-memory shapefile if drawing layers lack certain functionality. Section 9 here...
View ArticleNew Post: Adds label to the specified drawing layer.
It would seem a simple matter using the command AddDrawingLabel (DrawHandle int, string Text, uint Color, double x, double y, tkHJustification hJustification) but to me it is not working. He always...
View ArticleCreated Unassigned: Shapefile can't be read [26003]
I've attached a shapefile which can be read by QGis but not by MW.MW5 reports: geometry type: not definedMost likely the shapefile parser of MW is too strict.
View ArticleCommented Unassigned: Shapefile can't be read [26003]
I've attached a shapefile which can be read by QGis but not by MW.MW5 reports: geometry type: not definedMost likely the shapefile parser of MW is too strict.Comments: It seems the problem is with non...
View ArticleCommented Unassigned: Shapefile can't be read [26003]
I've attached a shapefile which can be read by QGis but not by MW.MW5 reports: geometry type: not definedMost likely the shapefile parser of MW is too strict.Comments: Hi Sergei, You're right it has no...
View ArticleNew Post: Load TILES from WMTS
Hi I'm Trying to connect to a WMTS URL to get Tiles. How do i have to make the Connection? How can i Display then the Tiles from WMTS. I'm using MapWinGIS.ocx
View ArticleNew Post: Adds label to the specified drawing layer.
You could try "DrawLabelEx" From the help: AxMap.DrawLabelEx (int DrawHandle, string Text, double x, double y, double Rotation) Draws a label on the specified drawing layer. Something...
View ArticleNew Post: Load TILES from WMTS
Hi, have you read the section about custom tile providers: here? MapWinGIS doesn't support WM(T)S yet (Capabilities request for example). But perhaps some of these services still can be added as custom...
View ArticleNew Post: Adds label to the specified drawing layer.
Yesss!!! Thanks, I solved your indication. The correct string is as follows: Map0.DrawLabelEx LastrinaObj1, "AAAA", LonObj1, LatObj1, 0 Perfect! Now, since you are so well versed in the subject, I...
View Article