New Post: Adding WMS/WFS layers?
Hello, I'm in the research stage of looking for a map user control for use in a C# application. I found MapWinGIS this week and have been trying to learn as much about it as possible. My question: is...
View ArticleNew Post: Microsoft Access 2007 Application.GlobalCallback not triggering/...
Here is another tip: try to pass extents which are slightly different from current map extents (requests with same extents may be considered as duplicated and dropped):Set myImage =...
View ArticleNew Post: Adding WMS/WFS layers?
Hi, no, for the time being there is no support for WMS and WFS. It's in the wishlist, but not a top priority so I don't expect it to be implemented in the next 2 months at least. TMS, shapefiles and...
View ArticleNew Post: Version 4.9.3.2 x64 not found
Hi, Why is there not x64 version of MapWinGis ? I used MapWinGis 4.9.2 x64 and others x64 libraries on my current project. But I can't use the latest release of MapWinGis because there is not x64...
View ArticleNew Post: How to get MapWinGIS in access 2013
How do I get to see the MapWinGIS Active X control show up in the Design > Active X Control list in MS Access 2013. my MDB is 2003 format. I have registered the MapWinGIS.ocx using regsvr32 command...
View ArticleNew Post: How to get MapWinGIS in access 2013
Perhaps you are using x64 version of MS Access? Then you need x64 build of MapWinGIS or else the control won't be listed in MS Access. Currently we don't provide x64 build for 4.9.3 release (we decided...
View ArticleNew Post: Version 4.9.3.2 x64 not found
Indeed there is no x64 version available for 4.9.3 release. I guess such version will be released some time soon. We just decided to wait if it is demanded by users (most of them use x86). I can't...
View ArticleNew Post: MapWinGIS moved to GIT
MapWinGIS migrated from SVN to git: https://mapwingis.codeplex.com/SourceControl/latest It is now much easier to join the project. Just fork it make your changes and send a pull request. Read this...
View ArticleSource code checked in, #7f2a909cd476af60a7984b07b599712849da69b2
Register output flag set to true.
View ArticleCreated Unassigned: Problems with Reprojections [25994]
I am working on a project that receives shapefiles in various projections that must be reprojected to the Google Mercator. I have tried to set the project to automatically reproject the shapefiles but...
View ArticleNew Post: Help needed - in-memory creation of shapefile
Host is Access 2003 with latest MapWinGIS. I can successfully create a point shapefile from an Access table of Lat/Long coordinates. Now trying to populate attributes associated with each point. At the...
View ArticleNew Post: Help needed - in-memory creation of shapefile
First remark. EditAddField already returns the index of the newly created field (http://www.mapwindow.org/documentation/mapwingis4.9/group__shapefile__table.html#ga158f17d91bd1ffc32332fd64df224be5) And...
View ArticleCommented Unassigned: Problems with Reprojections [25994]
I am working on a project that receives shapefiles in various projections that must be reprojected to the Google Mercator. I have tried to set the project to automatically reproject the shapefiles but...
View ArticleNew Post: Help needed - in-memory creation of shapefile
Thanks Paul. Made the changes that you suggested, but still no success. Tried both in-memory shapefile and on-disk shapefile. Neither method populates the dbf field with the required information....
View ArticleCommented Unassigned: Problems with Reprojections [25994]
I am working on a project that receives shapefiles in various projections that must be reprojected to the Google Mercator. I have tried to set the project to automatically reproject the shapefiles but...
View ArticleNew Post: Help needed - in-memory creation of shapefile
Hi, I checked the code of Table.EditCellValue. I think the behavior may be possible if the data type of the field in your dataset isn't one of the expected ones. So please try to set the value to...
View ArticleSource code checked in, #d1fc54684494ebed1762468d178e1887c28b627a
Table.EditCellValue will return failure on invalid variant type.
View ArticleNew Post: Help needed - in-memory creation of shapefile
Sergei Thanks! That was clue enough for me to find the problem. Final solution was to create a Variant variable, copy the field value into the new variable, and use the Variant as the parameter for...
View ArticleCreated Unassigned: Grid class doesn't provide projection info [25995]
MapWinGIS 4.9 - When opening NED elevation data in GeoTiff format, the Grid class does not provide a projection using the Grid.Header property. GridHeader.Projection() returns an empty string ("")....
View Article