Quantcast
Channel: GMap.NET - Great Maps for Windows Forms & Presentation
Browsing all 3384 articles
Browse latest View live
↧

New Post: Local map provider units

some people use geoserver to generate the tiles

View Article


New Post: Custom Marker not showing Tooltip

sorry, but how can i use this below ? i need to use custom image markers thanks, Marcelo xandolph wrote: Check this out, works perfectly:   using System; using System.Collections.Generic; using...

View Article


New Post: Dynamic providers: Clear Cache and WMS Provider

I would like to do something much like this, however i hope to avoid hard coded classes like WMSProvider1 etc. I may have many, really it will be up to the user how many MapProvider they wish to add....

View Article

Commented Issue: Dragging map not possible when computer has not restarted...

Hi there,Whenever a computer hasn't restarted for a long time (let's say longer than 14 days) you are not able the drag the map anymore.We already investigated this issue and found that this is caused...

View Article

New Post: using same serial port on three different forms in c#

..it's not really project related, but try experiment on simpler code..

View Article


New Post: Use $GPRMC azimut info

Hello, is there an easy way to show direction of movement on marker? Info about angle is from NMEA sentence in degrees. Thanks for reply.

View Article

New Post: create the marker and show direction and distance

hello radioman, i am so happy because find you in web. and so thanks for your support and helps. but I have two Question and will thanks to give me answer :   1 - how to create and show the markers...

View Article

New Post: Know a marker unique ID

Hi Radioman!, Do you Mean using a custom dictionary in our application or there is some built in mechanism inside the control?  I saw the markers are stored in a collection and therefore couldn't be...

View Article


New Post: Know a marker unique ID

yes, use dictionary

View Article


New Post: Know a marker unique ID

  I get It, but Do you Mean using a custom dictionary in our application or there is some built in mechanism inside the GMaps.Net Control?

View Article

New Post: Know a marker unique ID

I assume it's a custom one.  And If I change attributes or location of the marker I just invalidate the map to refresh?  Tks Regards HN

View Article

Commented Issue: Map tile error - invalid tiles being cached [16051]

When the visible map is displayed and the provider is changed before all of the tiles have been recieved (not out of cache) some of the map tiles remain and corrupt the cache in the newer provider...

View Article

New Post: Faster SQL Provider performance

For those wanting a faster response out of thier secondary (or primary) MS SQL Server cache provider and have an a ppropriate version of SQL Server then the following script will allow for a faster...

View Article


New Post: Faster SQL Provider performance

current provider adds tiles to database, it won't work with view, so just add index to the table

View Article

New Post: Faster SQL Provider performance

Within SQL Server a clustered indexed view is visible to the base table from the optimisers perspective, when querying the underlying table.That is to say if you have (Table A) with a single key on...

View Article


New Post: Faster SQL Provider performance

current definition is: CREATE TABLE [GMapNETcache] ( [Type] [int] NOT NULL, [Zoom] [int] NOT NULL, [X] [int] NOT NULL, [Y] [int] NOT NULL, [Tile] [image] NOT NULL, CONSTRAINT [PK_GMapNETcache] PRIMARY...

View Article

New Post: Faster SQL Provider performance

..i can't test it myself in the moment, would be interesting to see the actual execution estimations from sql management studio for tile query, as i remember tile select triggers primary index and...

View Article


New Post: How get 2 points?

Hello! Help me please! I need to get the coordinates (latitude, longitude) of the top left point of the map and the bottom right point of the map. By what properties gmapcontrol I do that?...

View Article

New Post: How get 2 points?

var p1 = map.FromLocalToLatLng(0, 0); var p2 = map.FromLocalToLatLng(width, height); or var area = map.ViewArea;

View Article

New Post: How get 2 points?

thanks! you helped me much more!

View Article
Browsing all 3384 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>