New Post: Drawing an arc on a map?
Come on guys, this isn't rocket science - surely somebody must know the answer to this?
View ArticleNew Post: Drawing an arc on a map?
Maybe look at linepointtype of ShapeOp 8 jun. 2016 12:26 schreef "BlueBeret" <[email removed]>:From: BlueBeretCome on guys, this isn't rocket science - surely somebody must know the answer to...
View ArticleNew Post: Drawing an arc on a map?
Not sure what you are trying to do. Create an arc (section of a circle), or take a curved line and connect the end points to create a polygon? You could look a the help section under "Shape Class...
View ArticleCommented Unassigned: Panning bug - suddenly renders the wrong half of the...
Hi,When panning the view such that the upper (or lower) half of a grid is hidden, MapWinGIS suddenly renders the wrong half of the grid. This did not happen in 4.9.3.5.Affected releases: >=...
View ArticleClosed Unassigned: Panning bug - suddenly renders the wrong half of the grid...
Hi,When panning the view such that the upper (or lower) half of a grid is hidden, MapWinGIS suddenly renders the wrong half of the grid. This did not happen in 4.9.3.5.Affected releases: >=...
View ArticleNew Post: Convert Polygon to Polyline
Hi Does anyone know a quick way to do this? As I understand it there's very little difference so it should be trivial and there's probably a trick that I don't know! I've had a go with something really...
View ArticleNew Post: Multi-line Tooltip (VBA)
Hi All, I'm having issues creating a multi-line tooltip in excel, this is the code I have so far:Private Sub Map1_MouseMove(ByVal Button As Integer, ByVal Shift As Integer, ByVal X As Long, ByVal Y As...
View ArticleNew Post: Drawing an arc on a map?
Hi, I'm trying to create a polygon with a curved line connecting two points. I looked through the help and examples before posting the original message. I've looked at the SerializeToString and Shape...
View ArticleNew Post: Multi-line Tooltip (VBA)
I had the same problem with labels and ended up with this (in C#)if (se.MapType == Constants.MAP_ZDEV_WELL2) { labexp = "[well]"; } else { labexp = "[well]+" + "\"\n\"" + "+[depth]"; }...
View ArticleNew Post: Drawing an arc on a map?
Hi, I thought if you were looking for a true arc (section of a circle), you could use the Buffer function around a point, and then try to get at a section of the curve. But not what you want... I...
View ArticleNew Post: Drawing an arc on a map?
Hi dwalt, Thanks for the reply - interesting to know, but not quite what I'm looking for. I've resigned myself to the fact that I'm going to have to calculate the points manually and simply add them to...
View ArticleNew Post: Why is point size and Labels only applies to first feature of the...
Hi, I have a function that gets XY data from a datagridview and then plot the points on a map. I want to change the point size and add labels, but my code only change the size of 1 points and add...
View ArticleCreated Unassigned: MapWinGis.Point.Key property cannot be set [26027]
In version 4.9 of the .ocx setting the Key property of a Point object no longer works, e.g;If you create a new instance of Point of example, "Key" will be "". If you then do something like:myPoint.Key...
View ArticleNew Post: Why is point size and Labels only applies to first feature of the...
Fixed it by removing the field creation from the loop with the datagridview rows....
View ArticleNew Post: Event Select by Polygon
you could try: PointInShape SelectByShapefile GetRelatedShapes lots of information in:the help
View ArticleCreated Unassigned: Labels.Serialize() crashes on 4.9.4.0 or higher [26028]
After installing MapWinGIS 4.9.4.0 or 4.9.4.2 the Labels.Serialize() function give a AccessViolationExpection error:An unhandled exception of type 'System.AccessViolationException' occurredAdditional...
View ArticleNew Post: Multi-line Tooltip (VBA)
For anyone else facing the same problem here is the code I'm using:Private Sub Map1_MouseMove(ByVal Button As Integer, ByVal Shift As Integer, ByVal x As Long, ByVal y As Long) ' Datatips need to add...
View ArticleNew Post: Using offline OpenStreetMap with MapWinGis in a C# Application
Hi there, i try to use mapServer as TileServer on an Apatche server (ms4w) to access offline osm maps. The access via Browser still works, but when i try to get the Tiles from the C# application no...
View Article