feat: upgrade to Intaleq Style v3 and enable Egypt routing demo (code only)
This commit is contained in:
@@ -4,6 +4,8 @@ import { GeocodingService } from './geocoding.service';
|
||||
import { GeocodingInitService } from './geocoding-init.service';
|
||||
import { GeocodingController } from './geocoding.controller';
|
||||
import { PlaceSyria } from './entities/place-syria.entity';
|
||||
import { PlaceJordan } from './entities/place-jordan.entity';
|
||||
import { PlaceEgypt } from './entities/place-egypt.entity';
|
||||
import { OsmArea } from './entities/osm-area.entity';
|
||||
import { OsmPointWithArea } from './entities/osm-point-with-area.entity';
|
||||
|
||||
@@ -11,6 +13,8 @@ import { OsmPointWithArea } from './entities/osm-point-with-area.entity';
|
||||
imports: [
|
||||
TypeOrmModule.forFeature([
|
||||
PlaceSyria,
|
||||
PlaceJordan,
|
||||
PlaceEgypt,
|
||||
OsmArea,
|
||||
OsmPointWithArea
|
||||
]),
|
||||
|
||||
Reference in New Issue
Block a user