I have an edmx which has an entity called “Address”. The entity “Address” has a property called “GeoLocation” which is of type Geography (Spatial Type).
When I run my javascript, performing a simple query for any entity in my model, Breeze.js complains:
Error: Unable to Recognize DataType is: Edm.Geography
Does Breeze.js support Spatial Type? Is there another way to succeed?
Breeze doesn’t support spatial types right now.
If you’d like to see it in a future build, please upvote it on UserVoice: