Source code checked in, #72239
Updated the HasInvalidShapes method of the Shapefile class to return TRUE if one of the shapes is NULL.
View ArticleNew Post: online base maps (like OSM)
Hello again, as I understood, mapWindow.ocx 4.9 will be released soon. Therefore I wonder if it will include the possibility to display WMS-Data, as proposed earlier. If not I would be interested in...
View ArticleNew Post: load two maps component at same time
Yes since it is a component you can add as many as you like or should i say "as many vb/c# can handle," can you post your code
View ArticleNew Post: Creating Legend in VB.net
Yes but to do so you have to atleast have a 1 joining field in your Shape data and in your MDB/SQL, meaning you have to atleast have 1 attributes in your Shape that can be link in your database, that...
View ArticleNew Post: Creating Legend in VB.net
Well, let me try... This is the sample of data in the shapefile's DBF:IDPROV NAMEPROV 11 ACEH 12 NORTH SUMATERA 13 WEST SUMATERA 31 JAKARTA 32 WEST JAVA 51 BALI In this part:Dim index As Integer =...
View ArticleNew Post: Creating Legend in VB.net
well, you can use this as a guide _'Collect first all the data you need in your Database_ iDataAdapter = New SqlClient.SqlDataAdapter("Select Everything in your Database",...
View ArticleCommented Issue: chinese text labels sometimes casue crash [24278]
I use both mapwindows4.8.6 and mapwingis4.8 to label the china city names. When the number of the city name is small, it seems work fine. But when I have to deel with many city names, always it will...
View ArticleCreated Unassigned: How to get the coordinates of points? [24372]
How to get the coordinates of points?i want to insert label that base on the coordinates of points
View ArticleNew Post: How to get the coordinates of points?i want to insert label that...
How to get the coordinates of points?i want to insert label that base on the coordinates of points?
View ArticleNew Post: How to get the coordinates of points?i want to insert label that...
You can use shape.get_Point (http://www.mapwindow.org/documentation/mapwingis4.8/class_shape.html#a3a054db4525078b9d344922d7a33f97a) or use shape.get_XY...
View ArticleNew Post: online base maps (like OSM)
Helmut, v4.9 will be able to load some wms data using the tiles methods. I'm not sure if it can load all wms data. Here's is some sample code about...
View ArticleNew Post: How to get the coordinates of points?i want to insert label that...
pmeems wrote: You can use shape.get_Point (http://www.mapwindow.org/documentation/mapwingis4.8/class_shape.html#a3a054db4525078b9d344922d7a33f97a) or use shape.get_XY...
View ArticleNew Post: Label Orientation Based on Longest Segment
Hi to all, I want to display may labels based on the longest segment orientation of a shape just like Displaying Road name on a Road Data, Can anyone guide me, Thx,
View ArticleSource code checked in, #72279
Merged revision(s) 72239 from MapWinGIS/trunk: Updated the HasInvalidShapes method of the Shapefile class to return TRUE if one of the shapes is NULL.
View ArticleNew Post: I have compiled the ocx file,But I can not register,who can help me
Tip: Can not find the specified module who can help me!!
View ArticleNew Post: Selecting Shape on MouseDown
HI, the code provided by Shade1974 is not working for me can anybody help me, Dim ext As New MapWinGIS.Extents Dim TL, BR As MapWinGIS.Point Dim shapes As Object 'Or Variant type in VB6 Dim shp As...
View ArticleSource code checked in, #72305
Updated .lib dependencies and installation script for 4.9.
View ArticleNew Post: Selecting Shape on MouseDown
Hi Pein, I am not entirely certain from your description what is the exact problem you're having, but if what you're experiencing is false positives from SelectShapes (shapes are selected that are...
View Article