Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DbGeography type support #1527

Closed
takazm opened this issue Jun 1, 2016 · 3 comments
Closed

DbGeography type support #1527

takazm opened this issue Jun 1, 2016 · 3 comments

Comments

@takazm
Copy link

takazm commented Jun 1, 2016

I am working on a project which requires saving GPS coordinates into my database. I ran the dotnet-ef.. command to scaffold my tables into c# entities and I got this message : Could not find type mapping for column 'table1.GPSCoords' with data type 'geography'. Skipping column.

Does this mean there is no support of the type yet and if so when will it be supported?

@muratg
Copy link
Contributor

muratg commented Jun 1, 2016

cc @divega

@laskoviymishka
Copy link
Contributor

laskoviymishka commented Jun 1, 2016

@takazm you better addres this issue to entity framework team.
This stuff curently in backlog dotnet/efcore#1100
It not marked as up for grabs and not as RTM, so most probably it not appear in nearest time
Some of scenarious covered in current version, so may be you find a way how to handle your requirements.

@divega
Copy link
Contributor

divega commented Jun 2, 2016

Closing so that we can follow up on the EF issue. It would be interesting to hear what type you are using to represent spatial values on the .NET side and why you choose it.

@divega divega closed this as completed Jun 2, 2016
@ghost ghost locked as resolved and limited conversation to collaborators Dec 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants