New Post: WMS & Proxy
Hi, I'm about to start a new application-development (VB.NET) for my new employer. I need to load WMS and WFS layers that can only be accessed via proxy. (Using MapWinGis for years now.) I don't know...
View ArticleCreated Unassigned: the ordinal 4445 not found in the DLL libcurl.dll [26029]
Thank You for the excellent components. Help to fix the failure.Previously I used the version 4.8.8. when migrating to version 4.9.4.2 began to receive the error. "the ordinal 4445 not found in the DLL...
View ArticleNew Post: Place points on map, add labels and save them to shapefile.
Hi All, I'm creating an application using MapWinGIS-v4.9.3.6-Win32 by vb.net using visual studio 2005 this is my first time to use axMapWinGIS in vb.net I dragged the tool into my form and opened a map...
View ArticleNew Post: Place points on map, add labels and save them to shapefile.
Hi Zhoor, Please don't hijack somebody else's thread. If you have a question post a new question and we will try to help you. This resource might help you with your question:...
View ArticleNew Post: WMS & Proxy
Sorry about the late response. You can use a GDAL VRT file to load WMS and WFS layers. I think you can add proxies as well. Regards, Paul
View ArticleNew Post: Using offline OpenStreetMap with MapWinGis in a C# Application
Sorry for the late response. I think the problem is with file:///d: Don't you have a localhost url you can use? Regards, Paul
View ArticleNew Post: isolines maps ?
Do you mean you have a raster file and you want to create a vector file? You can have a look at Utils.GenerateContours:...
View ArticleNew Post: Drawing an arc on a map?
A bit late reply but shapefiles don't allow curved line defined by only 3 points. As you already expected you need to calculate the linestrings along the curve. Other vector formats are slowly adding...
View ArticleNew Post: Convert Polygon to Polyline
Sorry for the late response. First you need to make sure you only have single part polygons using sf.ExplodeShapes:...
View ArticleNew Post: Using offline OpenStreetMap with MapWinGis in a C# Application
Hi, at first thanks for the response. As you can see in the top i try 3 different ways to get the tiles.first case:bool tmp = providers.Add(providerId, "Custom TMS provider",...
View ArticleNew Post: Place points on map, add labels and save them to shapefile.
Hi Pmeems, i'm very sorry for asking my question here , but I didn't know where can I ask a new question could you show me the way to ask a new question ,please? that all I can find is reply for old...
View ArticleNew Post: place a point in a map and save it to a shapefile using MapWinGIS...
Hi All, I'm creating an application using MapWinGIS-v4.9.3.6-Win32 in vb.net by visual basic 2005 this is my first time to use axMapWinGIS in vb.net I dragged the tool into my form and opened a map...
View ArticleCreated Unassigned: DrawLabelEx does not work [26030]
Hello,Code that used to work for drawing labels is no longer working. I have the exact same issue as the person in this...
View ArticleNew Post: add a point in mapwingis by mouse and save it to a shapefile using...
please I want to know how to add a point in mapwingis by mouse and save it to a shapefile using MapWinGIS v4.9.3.6 in vb.net
View ArticleNew Post: C++ DrawPolygon problem?
Hi, I am having the same issue. I am Using MapWinGIS 4.9.3. I am builing an application using C++ in MSVC 2015. Here is code snippet:void plotEllipse(int drawingLayer, double latInDeg, double...
View ArticleNew Post: Snapshot3 background color (VBA)
Hey All, I'm having issues trying to export a colored image from the control. I load a shape file in, set the back color using:Me.Map1.BackColor = RGB(100, 100, 100) create the image using:Set image =...
View ArticleNew Comment on "Working with datasources"
hi, thanks, its working for postgis; now how do i set layers visibility for certain zooming levels ... please?
View ArticleNew Post: add a point in mapwingis by mouse and save it to a shapefile using...
You've send me some more details via e-mail:Dim shp As New Shape Dim sf1 As New Shapefile() Dim x As Double Dim y As Double Map1.PixelToProj(e.x, e.y, x, y) Dim pnt = New MapWinGIS.Point() pnt.x = x...
View Article