dropchop
dropchop copied to clipboard
view attributes of layers
There should be a way to view/edit the parameters
information for each feature of a layer. This can be tabulated data for now!
WIP on the view-attributes
branch!
Wow, that looks great!
Nice work @mapsam! That looks amazing.
You should merge this! It looks awesome!
Ha, I think we actually have it mostly put together in the attr.dropchop.js
file - I just wasn't able to push it far enough to be useful beyond just looking at attributes.
Things that I'd like the view attributes layer to be able to do:
- [ ] sort columns
- [ ] delete row/rows
- [ ] edit cells
One problem I ran into was when viewing a geojson (i.e. an overpass layer) you see a ton of columns/keys that don't exist throughout each feature, so column order got really screwy. This would have to be addressed by adding a piece that essentially adds NULL
to key/values that don't exist.