Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions entity-framework/core/modeling/spatial.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Devart.Data.Oracle.EFCore | [Devart.Data.Oracle.EFCore.NetTopology
Devart.Data.PostgreSql.EFCore | [Devart.Data.PostgreSql.EFCore.NetTopologySuite](https://www.nuget.org/packages/Devart.Data.PostgreSql.EFCore.NetTopologySuite)
Devart.Data.SQLite.EFCore | [Devart.Data.SQLite.EFCore.NetTopologySuite](https://www.nuget.org/packages/Devart.Data.SQLite.EFCore.NetTopologySuite)
Teradata.EntityFrameworkCore | [Teradata.EntityFrameworkCore.NetTopologySuite](https://www.nuget.org/packages/Teradata.EntityFrameworkCore.NetTopologySuite)
FileBaseContext | [NetTopologySuite](https://www.nuget.org/packages/NetTopologySuite)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mguinness does this mean that no additional special package is needed to work with spatial data as with the other providers? i.e. the user simply should reference NetTopologySuite themselves, and everything just works?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, similar to InMemory provider. GeoJSON4STJ is required to serialize/deserialize types to GeoJSON, beyond that nothing is needed as the provider performs no translations.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, thanks for the clarification!


## NetTopologySuite

Expand Down