Source code checked in, #72828
1. A code for handling grid files and grid colour schemes. Migrated from .NET part (MapWindow4). Grids are handled in Map.AddLayer, where an image representation is created for them. Not fully...
View ArticleNew Post: Moving Vertices / Moving Points
Perhaps you can give us some more details. What do you want to do. How do you want to do it and what did you already tried. Paul
View ArticleSource code checked in, #72832
v 4.9: New Map.TilesLoaded event. Snapshot functions will schedule the loading of tiles in case at least one is missing in cache. TilesLoaded event will be fired afterwards with IsSnapshot = true...
View ArticleNew Post: Moving Vertices / Moving Points
Hi Paul, I want to select a specific Vertex then drag that vertex so I can reshape that specific Polygon/line or reposition a point, I am already able to show the Vertices. I have look into...
View ArticleNew Post: Missing set_ShapePointImageListID?
Hi to all, I'm muddling along through the tutorial, and thought I'd gotten my first project just about completed.. But now I've hit a stop line. I'm following the "UsingMapWinGIS.pdf" file at :...
View ArticleNew Post: Missing set_ShapePointImageListID?
Sorry for the post - I've now found the ShapefileCategories class, and I'm going to have a play with this over the next day or so. Does anyone have a link to either VBA, VB6 or VB.Net code examples...
View ArticleNew Post: [How-to] Colorize individual shapes
Thank You for the code example Paul. I'm using Version 4.8.8 SR on my PC, and trying to get to grips with the categories side of things, and this is the best VB example I could find in order to...
View ArticleNew Post: Charset/Codepage selection. Unicode strings
Hi, I recently started to work on a project based on mapwingis to be used particularly in asia. The first question that is raised is obviously character encoding. I didn't find a lot of information...
View ArticleNew Post: [How-to] Colorize individual shapes
Try this:Set ctOrange = SfWaypoints.Categories.Add("Orange")Douglas J. KellyL.G., L.HG.HydrogeologistIsland County Environmental Health(360) 678-7885
View ArticleNew Post: [How-to] Colorize individual shapes
IslandHydro wrote: Try this: Set ctOrange = SfWaypoints.Categories.Add("Orange") Douglas J. Kelly L.G., L.HG. Hydrogeologist Island County Environmental Health (360) 678-7885 You, Sir, are a true...
View ArticleNew Post: Charset/Codepage selection. Unicode strings
We are aware of the problems with unicode. On several locations in the source code modifications need to be made to fully support unicode. At this moment we don't have time to do so. Feel free to fix...
View ArticleNew Post: Moving Vertices / Moving Points
What you request is not so easy and we don't have it 'right out of the box'. You could however look at the label mover. With that plug-in you can move a label around. The label mover is written in C#...
View ArticleNew Post: Delphi & MapWinGIS 4.8
Hi, please share your work. Just tried v. 4.9 and can't compile the tlb file with delphi xe4. Would appreciate your help thx
View ArticleNew Post: online base maps (like OSM)
Example code of how to use e.g. the openstreetmap or google tiles provider would be very appreciated. Can't find any example of how to use it. thx in advance
View ArticleNew Post: Moving Vertices / Moving Points
Hi paul thx for replying to my post, i managed to pull of what i need. ^ ^ after burning my eyebrows and looking for related functions on the web. it is somewhat related to snapping my cursor to the...
View ArticleNew Post: Delphi & MapWinGIS 4.8
Hi Sure, that's modified file (MapWInGIS_TLB.pas): http://www.sendspace.com/file/wp8o03 I hope that this will help.
View ArticleNew Post: online base maps (like OSM)
Hi, for those looking for a solution: it is necessary to set a projection for tiles to work: myGeoProjection := CoGeoProjection.Create; myGeoProjection.ImportFromEPSG(4326) <> TRUE then;...
View ArticleNew Post: scrolling causes map to zoom out
Hi, I've added a map control to an excel spreadsheet in order to display a shapefile. I can open the shapefile okay, but every time I scroll up or down the sheet (using either the rollbar on the mouse...
View Article