New Post: AxMap.ZoomToSelected sometimes zooms more than needed
Thank you very much Sergei. My best regards
View ArticleNew Post: Compiling questions
Hey guys, I'm following the instructions here but it seems I'm still missing something. This should be able to compile with VS2013 right? I'm running VS2013 Community which as I understand should be...
View ArticleNew Post: Compiling questions
Hi, it's important which branch you are compiling. Master branch is still compiled with VS2010 (we didn't want to change runtime until the next 4.9.4 release). So, yes, it needs a bit of work to make...
View ArticleNew Post: Compiling questions
Okay I didn't even think to look for another branch! I'll give that a try, Thanks.
View ArticleNew Post: Clip two Shape with Mapwingis : Resulting shapefile has no shapes?
I just wanna to Clip two shapefile. There is an API function format :Shapefile.Clip (bool SelectedOnlySubject, Shapefile sfOverlay, bool SelectedOnlyOverlay) I start to write this. Dim sfOverlay As New...
View ArticleNew Post: Point symbol as a bold or italic character
Hi everyone, How to set the point symbol to a bold or italic character? I found AxMap_Deprecated.set_UDPointFontCharFont () which is deprecated. Is this functionality is no longer available anymore?...
View ArticleNew Post: Clip two Shape with Mapwingis : Resulting shapefile has no shapes?
Hi, "sfInput give Resulting shapefile has no shapes " means that there is no intersection between your shapefiles. Whether it's true or not I don't know without seeing them. Some tips:...
View ArticleNew Post: Point symbol as a bold or italic character
Hi, there are ShapeDrawingOptions.PointCharacter, ShapeDrawingOptions.FontName properties. There is no way to set bold or italic style indeed. Perhaps you can overcome this by choosing some other font?...
View ArticleNew Post: Drawings using mouse
Hi every one, How to make drawing in a drawing layer by using mouse clicks, e.g the line must be a rubber-band line until double clicking, etc... regards
View ArticleNew Post: Point symbol as a bold or italic character
Thanks Sergei. Can I suggest the use of the font as an object instead of specifying its name. This give the opportunity of specifying all font options e.g. bold, italic,etc. Can I post this as an issue...
View ArticleNew Post: Point symbol as a bold or italic character
Can I post this as an issue or suggestion? Adding separate properties for bold / italic can be easier, since to make MapWinGIS understand it, it should be COM class (stdole's StdFont most likely). But...
View ArticleNew Post: Compiling questions
Yeah, that was what I needed to compile the ocx. I was even able to get the normal branch to compile by recompiling the support libraries. I think I'm missing something trying to compile the...
View ArticleNew Post: Compiling questions
You don't need to compile AxInterop.MapWinGIS.dll yourself. It's .NET primary interop assembly for Map control. It's generated automatically when you add Map control to the form designer in Visual...
View ArticleNew Post: VPN blocking mapwingis tiles
sleschinski, Thank you very much. When I have the proxy set to axMap1.Tiles.SetProxy("127.0.0.1", 8888); and fidler turned on the map tiles loads. But if fidler is turned off it does not. As I...
View ArticleNew Post: Compiling questions
That makes a lot more sense! Yeah, I was confused by the documentation project since it compiled a dll, didn't realize those were generated automatically. Looks like I've got it all working now, thanks...
View ArticleNew Post: Custom provider for map tiles
Hi, I use MapWinGIS to implement a service that uses tiles from custom provider in offline mode. I followed the instructions in Documentation. So, I set the new providerId to AxMap.Tiles.ProviderId,...
View ArticleNew Post: Clip two Shape with Mapwingis : Resulting shapefile has no shapes?
Thanks Sergei, i found my mistake. This function are working for another map. But the others it just not working. Is there any requirements that needed to use this function? can i give an example from...
View ArticleCreated Unassigned: Custom provider for map tiles [26006]
Hi,I use MapWinGIS to implement a service that uses tiles from custom provider in offline mode.I followed the instructions in Documentation.So, I set the new providerId to AxMap.Tiles.ProviderId, and I...
View ArticleNew Post: how to get count ctEqualIntervals,...
how to get count like this? i use mapwingis 4.9.2 Name | count 317.7k-1.05m | 7 1.05m-1.82m | 7 as in the table listing the color, name, and count of the MapWindow menu (properties-categories). how to...
View ArticleCreated Unassigned: Point symbol to a bold or italic character [26007]
Hi, AxMap_Deprecated.set_UDPointFontCharFont () is now set as deprecated.So, the point symbol cannot be set to a bold, italic or underlined character.Despite that ShapeDrawingOptions.PointCharacter and...
View Article