0
tapio.muikku@leanware.fi created
- ABP Framework version: v8.0.2
- UI Type: Angular
- Database System: EF Core (SQL Server)
- Tiered (for MVC) or Auth Server Separated (for Angular): yes
- Exception message and full stack trace: not related
- Steps to reproduce the issue:not related
Background: using of geolocation with abp.io. NetTopologySuite.IO.GeoJSON nuget Spatial Data - EF Core | Microsoft Learn
Question 1: How can I use Location datatype with abp suite entity generator ?
Question 2: Any example how to include NetTopologySuite with abp.io solution ? If you had any advices on this it is very wellcome.
Best regards, Tapio Muikku
1 Answer(s)
-
0
Question 1: How can I use Location datatype with abp suite entity generator ?
Currently, ABP Suite does not support Location datatype.
Question 2: Any example how to include NetTopologySuite with abp.io solution ? If you had any advices on this it is very welcome.
ABP solutions are basically .net solutions, so you can follow the same steps that you would normally do with a plain .net project.