This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections.Generic; | |
using System.Net.Http; | |
using System.Net.Http.Headers; | |
namespace HttpClientApproach | |
{ | |
internal class Contributor | |
{ | |
public string Login { get; set; } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using NetTopologySuite.Geometries; | |
using GeoAPI.Geometries; | |
/* | |
this looks wrong. SRID is not used? | |
Edge (West-East) of Central Park: 0.00906435667878181 | |
Margin Distance of Central Park: 0.0983743244869002 | |
Central Park Area: 0.000354214827500022 | |
*/ | |
namespace NetTopologySuiteTest { |