Gino Miceli

Results 327 comments of Gino Miceli
trafficstars

> Am I right in thinking "Moving all to a map" means we'll unify them all under `Geometry`? > > ``` > Point : Geometry > Polygon : Geometry >...

> > Define generic geometry types independent of Ground model (perhaps import [GeoTools](https://docs.geotools.org/latest/userguide/library/jts/geometry.html)?) > > I think we should probably do this too, but I'm not sure if we should...

We spoke. I'll summarize here: - [ ] Define model classes and GeoJSON (de)serialization (import GeoTools?) @scolsen - [ ] (De)serialize geometries as GeoJSON in local db @scolsen - [...

@scolsen Before I forget - do you think we should support Polygon as well? The polygon drawing tool will only be capable of drawing a single polygon, but we could...

Iiuc, MultiPolygons with only one Polygon are equivalent to a single Polygon. We could always check whether there's only one to allow editing.

Hi @scolsen! What else is left? Are rendering, local persistence, and editing all moved over to the new model? If not maybe we should split this into separate issues to...

There are three steps left, all assigned to @scolsen: * Load/save in local db * Update map to render new Geometry types * Delete old subclasses of LocationOfInterest @scolsen @JSunde...

`LinearRing` is basically a polygon w/no holes. I don't think we need to render those. `LinearString` was rendered as part of the polygon drawing feature (for the an unfinished polygon...

@sergeydolgov1 Is it ok to show an empty feature sheet with the "+ Add observation" button disabled for layers with no form? (i.e. reference layers)? Or should this case get...