markrendle / Simple.Data

A light-weight, dynamic data access component for C# 4.0
MIT License
1.33k stars 303 forks source link

Opening OData source gives Unrecognized type Edm.GeographyPoint #294

Closed peterodk closed 11 years ago

peterodk commented 11 years ago

When opening this datasource the error "Unrecognized type Edm.GeographyPoint" is thrown.

url="http://services.odata.org/V3/OData/OData.svc/"; dynamic db = Database.Opener.Open(url); table="Products"; IEnumerable data= db[table].All();

markrendle commented 11 years ago

Please repost this issue to https://github.com/simplefx/Simple.OData/issues