Created Unassigned: MapWinGIS 4.9.3.6 OCX does not register on XP SP3 [26015]
I have just upgraded my development environment to 4.9.36 using the MapWinGIS-only-v4.9.3.6-Win32.exe. I am running on XP SP3. The install ran without errors and also installed the VC++ 2013...
View ArticleNew Post: OGR-MSSQL-Spatial and ReprojectLayersOnAdding...
Hi All, using GlobalSettings.ReprojectLayersonAdding with an OGR SpatialDatabase-Layer throws an ugly AccessViolationException. Maybe I missed something? Here is my code:Private Sub...
View ArticleNew Post: OGR-MSSQL-Spatial and ReprojectLayersOnAdding...
Adding a shapefile to the map with reprojection works so far... but trying to change the DrawingOptions of the reprojected shapefile fails (it seems the DefaultDrawingOptions are ignored). Changing all...
View ArticleNew Post: OGR-MSSQL-Spatial and ReprojectLayersOnAdding...
Hi Burkhart, I've just checked the code below with my current version (dev494 branch) and it worked:string connection = @"MSSQL:server=.\;database=spatial;trusted_connection=yes"; var layer = new...
View ArticleNew Post: OGR-MSSQL-Spatial and ReprojectLayersOnAdding...
Hi Sergej, thank you for your fast reply. I'm stuck. I always get the AccessViolationException whenever the map is set to reprojectlayersonadd. I checked the SRIDs of the spatial table, comes otu to...
View ArticleNew Post: OGR-MSSQL-Spatial and ReprojectLayersOnAdding...
Digging further into this problem (maybe)... Using QGIS I can access all spatial data on the server(s). Now I've installed the latest MapWindow 5 and trying to connect I get a working connection but no...
View ArticleNew Post: OGR-MSSQL-Spatial and ReprojectLayersOnAdding...
Importing a WGS-Shapefile to MSSQL via Mawindow5 results in a spatial table of geometry type, even if the srid is 4326 which should be geography. Such a layer throws the same exception as any other....
View ArticleNew Post: OGR-MSSQL-Spatial and ReprojectLayersOnAdding...
Maybe it's possible to have a workaround? Maybe I can load the data from the ogrlayer into a in-memory-shapefile and load the shapefile to the map? Didnt't find a clever way yet. Any recommendations?...
View ArticleCreated Unassigned: Saving of shapefile doesn't save objects [26016]
Just downloaded and installed MapWinGIS-only-v4.9.3.6-Win32.exe on Windows 10 (1511) and used it in an MS-Access Form in an VBA-application i used with Version 4.9.3.5The appliction generates custom...
View ArticleEdited Unassigned: Saving of shapefile doesn't save objects [26016]
Just downloaded and installed MapWinGIS-only-v4.9.3.6-Win32.exe on Windows 10 (1511) and used it in an MS-Access Form in an VBA-application i used with Version 4.9.3.5The appliction generates custom...
View ArticleNew Post: OGR DynamicLoading
Hi All, trying to load a greater number of point geometries (20-100k) from an ogr-datasource. Up to the default of ogrlayer.maxfeaturecount (50.000) this is no problem. Trying to load more elements...
View ArticleCreated Unassigned: Labeling polygons on the layer [26017]
Решил использовать в своих разработках MapWinGIS. Очень нравится. Но для себя отметил существенные недостатки:1. Если использовать подписи полигонов (например здания), то надписи расположены как...
View ArticleNew Post: WMS add layer
Hi i'm trying to load a wms layer to the new mapwingis but i can't make it work. what i'm doing right now is the following MapWinGIS.WmsLayer test = new MapWinGIS.WmsLayer(); test.BaseUrl =...
View ArticleCreated Unassigned: MS Access 2016 crash on AxMap.DrawLabel [26018]
I'm developing an application in MS Access 2016 using the MapWinGIS.ocx. My code is working reasonably well but I need to add some simple functionality (like adding labels to markers on the map). My...
View ArticleCommented Unassigned: MS Access 2016 crash on AxMap.DrawLabel [26018]
I'm developing an application in MS Access 2016 using the MapWinGIS.ocx. My code is working reasonably well but I need to add some simple functionality (like adding labels to markers on the map). My...
View ArticleNew Post: set_ShapeSelected
I'm trying to select a polygon in a shapefile. The following is the code I'm using, the first three lines work to identify the shape (based on coordinates) correctly. The 4th line generates a syntax...
View ArticleNew Post: set_ShapeSelected
Nevermind, I found the answer here: http://mapwingis.codeplex.com/discussions/399241
View ArticleNew Post: WMS add layer
I would love to see some sample code (ideally in VB) for loading WMS layers. The following address will work in QGIS but I had no success with MapWin...
View ArticleNew Post: Point Selected
Ok, I solved my selecting polygon issue (from yesterday), and now I'm embarking on a similar one. I have a point layer, where I use custom icons (bitmaps) to display information about the points. If I...
View ArticleCommented Unassigned: MS Access 2016 crash on AxMap.DrawLabel [26018]
I'm developing an application in MS Access 2016 using the MapWinGIS.ocx. My code is working reasonably well but I need to add some simple functionality (like adding labels to markers on the map). My...
View Article