ngageoint / hootenanny-ui

Hootenanny UI is a submodule of the Hootennany vector conflation project.
ISC License
28 stars 7 forks source link

schema switcher bug #1622

Open maxgrossman opened 5 years ago

maxgrossman commented 5 years ago

If a user...

  1. selects a feature (highway=path)
  2. switches the schema to a non-ogr (TSDv41)
  3. selects the preset to get the drop-down of presets and selects a different preset (road, AP013)

A feature out of the spec response is replied from the switcher. I see 2 requests being made, both trying just to translate the feature with the OGR equivalent for a path (AP050). I would think it would make the translated request for 'what is the OSM for FCODE=AP013'

Also, if after step 3 you switch the schema to another schema then click on the preset to try to select a different one, you the switcher shows dropdowns from the schema you selected in step 2 (it's like it does not respect the changed schema at that point.

sisskind commented 4 years ago

@maxgrossman is this something we can revisit?