You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we don't need to visualize the shapefiles directly, we want to visualize the data after it has been inserted into the database. For example, to look at the map of experiments we want to test that this is valid ....
selectexperiments.name, sitename, st_asgeojson(geometry) aspolygonfrom sites
join experiments_sites onsites.id=experiments_sites.site_idjoin experiments onexperiments.id=experiments_sites.experiment_idwhere ????<find the stuff that hasn't been committed e.g. sites.created_at = just now>;
similar w/ joins to treatments and cultivars
dlebauer
changed the title
Visualize the shapefiles
Visualize the polygons
Jul 24, 2020
Created a
shape-visual.js
andgmap.js
component that usesreact-leaflet
to visualize the GeoJSON data.The text was updated successfully, but these errors were encountered: