dropchop icon indicating copy to clipboard operation
dropchop copied to clipboard

view attributes of layers

Open mapsam opened this issue 9 years ago • 5 comments

There should be a way to view/edit the parameters information for each feature of a layer. This can be tabulated data for now!

mapsam avatar Jul 13 '15 01:07 mapsam

WIP on the view-attributes branch!

dropchop-attributetable

mapsam avatar Jul 13 '15 01:07 mapsam

Wow, that looks great!

alukach avatar Jul 13 '15 01:07 alukach

Nice work @mapsam! That looks amazing.

powersa avatar Jul 13 '15 02:07 powersa

You should merge this! It looks awesome!

jczaplew avatar Oct 21 '15 02:10 jczaplew

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.

mapsam avatar Oct 21 '15 02:10 mapsam