Uygar Donduran

Results 2 issues of Uygar Donduran

### Assemblies affected Microsoft.AspNetCore.OData 7.5.0 ### Reproduce steps Startup.cs using System.Linq; using Microsoft.AspNet.OData.Builder; using Microsoft.AspNet.OData.Extensions; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Hosting; using Microsoft.OData.Edm; namespace WeatherAPI {...

follow up

Hi, I'd like to know why didn't use ` var p = layer._map.latLngToLayerPoint(layer._latlng),` in canvas code, and instead you used ` var p = layer._point,` The canvas code returns different...