New Post: Load TILES from WMTS
Hi, Thank youNow i try with “brutile”….Regards, IsidorVon: sleschinski [email removed]Gesendet: Mittwoch, 10. Juni 2015 19:37An: [email removed]Betreff: Re: Load TILES from WMTS [mapwingis:639784]From:...
View ArticleCreated Unassigned: Mosaic images [26004]
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 ArticleNew Post: Mosaic images
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion. We've not yet implemented this in MapWinGIS. When we've time we'll add it.
View ArticleNew Post: DrawCircle and DrawPoint issue
Hi, It seems that the DrawCircle and DrawPoint methods behaves differently. While points maintain their size while zooming the circles changes their size. I would expect the same behavior since both...
View ArticleNew Post: Adds label to the specified drawing layer.
I'm glad the label worked. I don't know what you want to display on the map. I would suggest looking at the help file for an answer. Maybe search under "tiles" or "icon" or "shapefile" or "point...
View ArticleNew Post: Latitude and Longitude
Hi, I try to show cursor coordinate in a separate control, e.g. LABEL, while mouse move (by implementing the mouse move event as shown above). My problem is that the update rate of the control is very...
View ArticleNew Post: What is a "projected X (or Y) map coordinate"?
Hello, I understand what are Longitude and Latitude, what are coordinates in pixels, but what is a "projected X (or Y) map coordinate"? For example I take a point with Longitude = 37.731 and Latitude...
View ArticleNew Post: What is a "projected X (or Y) map coordinate"?
They are units defined by coordinate system & projection of map (see AxMap.GeoProjection.ExportToWkt()), which in turn is usually borrowed from the first datasource which is added to the map. If...
View ArticleNew Post: Polygon properties
I'm drawing a polygon in a in-memory shapefile and want to set some properties like the fill color and transparency. I have read that I can use properties like ShapeDrawFill, ShapeFillColor,...
View ArticleNew Post: Sample code in C# to plot a point from degree lat and long
I have been searching the web but could not find a simple sample code in C# which takes lat and long in degrees double as arguments and plots it on the map. Preferably in USA. If you have a simple code...
View ArticleCreated Unassigned: Occurrence of MouseMoveEvent is very slow [26005]
I try to show cursor coordinate in a separate control, e.g. LABEL, while mouse move (by implementing the mouse move event as shown above).My problem is that the occurrence of MouseMoveEvent is very...
View ArticleEdited Unassigned: Occurrence of MouseMoveEvent is very slow [26005]
I try to show cursor coordinate in a separate control, e.g. LABEL, while mouse move (by implementing the mouse move event as shown [here](https://mapwingis.codeplex.com/discussions/636662)).My problem...
View ArticleCommented Unassigned: Occurrence of MouseMoveEvent is very slow [26005]
I try to show cursor coordinate in a separate control, e.g. LABEL, while mouse move (by implementing the mouse move event as shown [here](https://mapwingis.codeplex.com/discussions/636662)).My problem...
View ArticleNew Post: Sample code in C# to plot a point from degree lat and long
Perhaps section 9 here.
View ArticleNew Post: Polygon properties
It's generally recommended to use ShapeDrawingOptions / categories to do it, since it's more recent and flexible API. Section 3 here demonstrates how to set options common for all polygons. And...
View ArticleCommented Unassigned: Occurrence of MouseMoveEvent is very slow [26005]
I try to show cursor coordinate in a separate control, e.g. LABEL, while mouse move (by implementing the mouse move event as shown [here](https://mapwingis.codeplex.com/discussions/636662)).My problem...
View ArticleNew Post: Sample code in C# to plot a point from degree lat and long
sleschinski, Thank you very much. It worked out. Do you happen to have any example code for plotting multiple lat and log couples as a polygon?
View ArticleNew Post: Sample code in C# to plot a point from degree lat and long
It's basically the same, just change SHP_POINT to SHP_POLYGON (in 2 places) and add cycle for points of polygon. Here is sample which generates polygon shapefile with random circles. I guess you'll be...
View Article