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

New Post: Polygon with inner polygons

$
0
0
Is it nessesary to recompile the source or is the solution working with the build 1.7 of gmap.net ?

I have a similar problem.
I want to show Countries as Polygons.
some Regions have holes. For example excludes the region Brandenburg the region berlin.
I am very happy to have the gmap.net-dll.

Hoping someone can help me.

New Post: Google Hybrid and Satelite View not working

New Post: Marker dragging?

$
0
0
hi, how to use marker dragging on c# app

New Post: FinlandMap

New Post: Demo project is not working on a PC running windows 10 and choosing GoogleMap as mapprovider.

$
0
0
Hello I cant get the greatmap DLL to work on a PC running windows 10 PC. My project runs well on win7. The demoprojekt is not working either. __Any clue what to do ?

Is there a hotfix for this behaviour ?
__

Image

New Post: Demo project is not working on a PC running windows 10 and choosing GoogleMap as mapprovider.

$
0
0
Hi, for the records the greatmap DLL works well for me on Windows 10 (I haven't checked the demo project). I'm using the latest Greatmaps build on my project on Windows XP (32/64), 7, 8.1 and 10 without any flaw.

New Post: Custom projection EPSG:28992

$
0
0
..hm, maybe its zero?

try "Looking at the GetCapabilities response, I see that the correct origin is
[-285401.92 903402.0]" or Transformation(1, 285401.920, -1, 903401.920)

2nd try [285401.920, 22600]

3rd try "TileGrid({ origin: [-285401.92,22598.08]"

.dig until you find correct one ;}

New Post: Custom projection EPSG:28992


New Post: ScaleDenominator

$
0
0
I'm working on a projection for ETRS-TM35FIN and get tiles loaded allrigt. Boring when they are all the same though :) I've used as a template the SWEREF99_TMProjection from the project and I think somewhere i have faulty parameter(s) in my version... The getcapabilities for the wmts server being used can be requested here

How should the parameter in the subject be used in my projection file?

I have now the following:
static readonly double MinLatitude = 58.00;
    static readonly double MaxLatitude = 70.00;
    static readonly double MinLongitude = 18.0;
    static readonly double MaxLongitude = 34.0;

    static readonly double orignX = -548576;
    static readonly double orignY = 8388608;

    static readonly double scaleFactor = 0.9996;                    // scale factor             
  static readonly double centralMeridian = DegreesToRadians(27);// Center longitude (projection center) 
    static readonly double latOrigin = 0.0;                    // center latitude           
  static readonly double falseNorthing = 0.0;             // y offset in meters         
    static readonly double falseEasting = 500000.0;        // x offset in meters            
    static readonly double semiMajor = 6378137.0;           // major axis
    static readonly double semiMinor = 6356752.3141403561; // minor axis
    static readonly double semiMinor2 = 6356752.3142451793;     // minor axis
    static readonly double metersPerUnit = 1.0;
    static readonly double COS_67P5 = 0.38268343236508977; // cosine of 67.5 degrees
    static readonly double AD_C = 1.0026000;               // Toms region 1
.....
static double[] resolutions = new double[] { 32768.0, 16384.0, 8192.0, 4096.0, 2048.0, 1024.0, 512.0, 256.0, 128.0, 64.0, 32.0, 16.0, 8.0, 4.0, 2.0, 1.0 };

In FinlandMapProvider I have:
static readonly string UrlFormat = "http://karttamoottori.maanmittauslaitos.fi/maasto/wmts?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=taustakartta&STYLE=default&TILEMATRIXSET=ETRS-TM35FIN&TILEMATRIX={0}&TILEROW={1}&TILECOL={2}&FORMAT=image%2Fpng";

otherwise my code follows the SwedenMapProvider's.

Any help on the way greatly appreciated!

New Post: Demo project is not working on a PC running windows 10 and choosing GoogleMap as mapprovider.

$
0
0
Hi,

@stonestream, same problem here! Working great with 1.7.0.0 but crash with the last on github.

Best regards.

Created Unassigned: Street View [16151]

$
0
0
Is it possible to enable street view using GMap.Net control in winforms application?
If yes, where can I get an example code on this?

New Post: Demo project is not working on a PC running windows 10 and choosing GoogleMap as mapprovider.

$
0
0
@radioman, can you please provide a solution for this ? Is the project dead seems to be very low on activity here nowdays

Closed Unassigned: Street View [16151]

$
0
0
Is it possible to enable street view using GMap.Net control in winforms application?
If yes, where can I get an example code on this?
Comments: http://greatmaps.codeplex.com/SourceControl/latest#Testing/Demo.StreetView/Window1.xaml.cs

Project License Changed

$
0
0
Copyright (c) FLAT EARTH WARNING: This software can access some map providers and may viotile their Terms of Service, you use it at your own risk, nothing is forcing you to accept this ;} Source itself is legal! Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Project License Changed

$
0
0
Copyright (c) FLAT EARTH. This software can access some map providers and may viotile their Terms of Service, you use it at your own risk, nothing is forcing you to accept this ;} Source itself is legal! Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Source code checked in, #620e22a0ecad

$
0
0
GMap.NET.Core: version update, 1.7.5

New Post: Navionics maps

$
0
0
Navionics have a cool web api which looks great for showing coastal and ski maps.

Has anyone played with trying to add their maps as a map provider?

Tom

New Post: How to set Marker with Adress and not with Latitude Longitude C# ?

$
0
0
Hello Community, i need help with the GMap.NET. I just know to set a Marker with the Latitude and Longitude but. The Problem is that i want to set the Marker by the TextBox Text with the City, Streetname and Number.

I know that this Code set's a Marker with Lat and Lng:
GMapMarker marker = new GMarkerGoogle(new PointLatLng(48.8617774, 2.349272), GMarkerGoogleType.red_dot);
And i want to have something like this:
GMapMarker marker = new GMarkerGoogle(new PointLatLng(textbox1.text + textbox2.text + textbox3.text), GMarkerGoogleType.red_dot);
I hope you Guys can help me. I searched the hole Internet for my Problem.
Grettings from Germany !

New Post: Demo project is not working on a PC running windows 10 and choosing GoogleMap as mapprovider.

$
0
0
try delete the 'license.txt' or update

Updated Release: Hot Build (Aug 30, 2016)

Viewing all 3384 articles
Browse latest View live