New Post: how to show map reference
For MapWindow Desktop we use the snapshot option. When you link two maps to the same dataset you might get weird errors. And a snapshot is also much faster, because it creates 1 image. Paul
View ArticleNew Post: Very large rasters
Hi Paul, Thanks for working on this, you (all) are doing a great service to the GIS community. One question, I thought that Mapwindow was constructed from MapWinGIS? If so, why is it that I can load...
View ArticleNew Post: how to show map reference
i'm still no idea about that, could you explain to me step by step ?
View ArticleNew Post: how to show map reference
Hi Paul, I understand what you mean. I tried to think another way but I want my two maps to be able to offer the same functions (zooms, pans, select,, insert points). As they aren't the same size, it...
View ArticleNew Post: point information
i would to show information when i click point on point layer, i try to use mouseclick event but found something problem, the information can't be show on messagebox, Can somebody help me to solve my...
View ArticleNew Post: how to show map reference
You can have a look at how it is done in MapWindow Desktop. The code is available at http://svn.mapwindow.org/svnroot/MapWindow4Dev/MapWindow/ Paul
View ArticleNew Post: Very large rasters
Hi Doug, You are right. If you can open your files in MapWindow Desktop you should be able to open them using MapWinGIS. As long as you use the same versions! So to summarize. You can open the MrSid...
View ArticleNew Post: point information
You can have a look at this plug-in:http://svn.mapwindow.org/svnroot/MapWindow4Plugins/MeemsTools/DrillDown/ It will do as you want. I'm not sure if the plug-in is still fully functional, but you...
View ArticleNew Post: Very large rasters
So, I am building a Mapwindow project, with multiple layers in it, formatted the way I want. I then load that project in my MapWinGIS application with the following line of code: hndBasemap =...
View ArticleNew Post: point information
thank :) but i'm still have no idea about that, can you tell me more specific Paul ? stap by step what should i do
View ArticleNew Post: search for feature
data on my shp file :------------------------------------------- = Id + name location + area = ------------------------------------------- = a1 + area1 + 500 = = a2 + area2 + 250 = = a3 + area3 + 350 =...
View ArticleNew Post: search for feature
Charista--You can iterate through the attribute table using get_CellValue (you might want to use get_FieldIndexByName as well for safety). There are several good examples of its use on the doc pages....
View ArticleNew Post: Disable select box ?
DonRahmlow wrote: How about axMap1.CursorMode = MapWinGIS.tkCursorMode.cmNone; Don I finally made it work, axMap1.CursorMode = MapWinGIS.tkCursorMode.cmNone; is the good answer.
View ArticleNew Post: Disable select box ?
Nice perseverance, Olivier! The mouse handling can be a bit tricky... Don
View ArticleNew Post: Disable select box ?
Yes Don, I'm very happy with Mapwingis and understand that most (all?) errors come from oneself at the beginning. So I encourage everyone to look deeply at the class descriptions and think twice before...
View ArticleNew Post: Showing Point attributes
i tried to select a point and show their information. then i found at http://www.mapwindow.org/documentation/mapwingis4.8/_tool_tip_8cs-example.html , and this is the codes (VB.NET) :Public Partial...
View ArticleNew Post: labels disappeared
First I added labels for the shapefile, I didn't set the scale options of labels. I zoom out the map, the labels are displayed well. Then I zoom in the map , the labels are disappeared. After this, I...
View ArticleNew Post: Showing Point attributes
Hello Charista,maybe you have to set AxMap1.sendMouseMove=true (in VB it may be different). That could solve one of your problems.Greetings Maurits2014-02-20 4:01 GMT+01:00 Charista <[email...
View Article