Skip to content
Snippets Groups Projects

Geo json2

Merged Ghost User requested to merge GeoJSON2 into Development
8 files
+ 50
398
Compare changes
  • Side-by-side
  • Inline
Files
8
import { Entity, Column, PrimaryGeneratedColumn, Timestamp, ManyToOne } from 'typeorm';
import { PersonEntity } from 'src/user/user.entity'
import { PersonEntity } from '../user/user.entity'
/*
Entity: MapMarker
Loading