New Post: Join data from Acces file accdb
Table.Join (http://www.mapwindow.org/documentation/mapwingis4.9/class_table.html#a9020260706ce759f6718615b9ef4bcb9) is in MapWinGIS so you can access it. What type is your ogrLayer? If it is from a...
View ArticleNew Post: OGR DynamicLoading
Thanks for the kind words. Since you are already using MapWinGIS for 10 years now, wouldn't it be time to move your application to a MapWindow5 plug-in?
View ArticleNew Post: GenerateCategories and OpenFromQuery
I'm not familiar with this workflow. I'll ask the other team members. Regards, Paul
View ArticleNew Post: OGR-MSSQL-Spatial and ReprojectLayersOnAdding...
We've made some changes for the geodatabase handling in the new installer which will be published in two weeks time. Perhaps you can then try again with the latest version? Regards, Paul
View ArticleNew Post: Methods get_ doesn't work
Yes, For reasons unknown Microsoft decided to prepend get_ and set_ to methods in C#. For VB.NET this is not necessary. For .NET v4 this has been fixed for C# as well. So when you see get_MethodName...
View ArticleNew Post: offline openstreetmap?
Sorry for the late response. I'm trying to catch up with the questions. Did you read the new tiles documentation: http://www.mapwindow.org/documentation/mapwingis4.9/class_tiles.html And which version...
View ArticleNew Post: Index Gneration slow
Hi Helmut, I created https://mapwindow.atlassian.net/browse/MWGIS-31 for this. We will have a look at this, but I don't know when. And you are right you might want to consider migrating your...
View ArticleNew Post: Showing Point attributes
Thanks for sharing your code. It looks fine to me. What is the status of your development project? Is it finished, still ongoing, abandoned? If it is finished or still ongoing you might want to...
View ArticleNew Post: dynamic size for pictures
When looking at the categories class (http://www.mapwindow.org/documentation/mapwingis4.9/class_shapefile_categories.html) I see a reference to a sample...
View ArticleNew Post: Read fields, values and feature points from a .shp example
Thank you. I replicated the upper code to ironpython. However an error emerges on shape file Open method. I am wondering if sometimes this happens in C# too? When I call the following ironpython...
View ArticleNew Post: Read fields, values and feature points from a .shp example
Are you sure you need the ShapefileClass and not just MapWinGIS.Shapefile: http://www.mapwindow.org/documentation/mapwingis4.9/group__shapefile__management.html#ga20dd5a465b84543916144eb515e9e9fd...
View ArticleNew Post: Read fields, values and feature points from a .shp example
Thank you. When I load the Interop.MapWinGIS.dll file to ironpython, there's no Open function within MapWinGIS.Shapefile. There is only one within MapWinGIS.ShapefileClass. I tried supplying the "null"...
View ArticleNew Post: Blank white spaces appearing on map.
Hi All, I've found that extensive use (3 hours +) of MapWinGis leads to some of the map not loading correctly. I'm currently using LabVIEW to display the map, and make sure that the Redraw is done...
View ArticleNew Post: Tiles.Prefetch() broken?
Hi, I'm using MapWinGIS in an MS Access Application and trying to prefetch the tiles for a given region for all defined zoom levels. The code is pretty simple:'--- Getting the boundary into '---...
View ArticleNew Post: Tiles.Prefetch() broken?
Thanks for reporting this. I've asked Sergei (the original developer of the tiles class) to answer this and similar questions:https://mapwindow.atlassian.net/projects/DOC/issues/DOC-10 Sergei is a bit...
View ArticleNew Post: Blank white spaces appearing on map.
Which version of MapWinGIS are you using? And can you share some code? Regards, Paul
View ArticleNew Post: Tile provider problem
I'm using 4.9.3.3 version. Is there any available provider for satellite tiles in MapWinGIS?
View ArticleNew Post: Tile provider problem
You can have a look at the MapQuest Aerial tiles: http://wiki.openstreetmap.org/wiki/MapQuest They are used in MW5 as well.
View ArticleNew Post: Read fields, values and feature points from a .shp example
We're almost ready to release a new version of MapWinGIS. This installer will include the interop dlls. Hopefully you can wait a few more days.
View ArticleNew Post: dynamic size for pictures
Thanks for your reply. I was looking for a way to manipulate the size of a picture direct when putting them in the shapefile. Working with categories I think we need a matrix of categories wich will...
View Article