Ticket #1958 (closed feature: duplicate)

Opened 4 years ago

Last modified 4 years ago

Improve OL.String.format() to allow for more advance tokens like ${foo.bar}

Reported by: rdewit Owned by:
Priority: minor Milestone: 2.8 Release
Component: BaseTypes Version: 2.7
Keywords: Cc:
State: Review

Description

Once we support these advanced tokens, we can quite easily implement ExtendedData handling in KML where you have constructs like $[holeNumber/displayName]. This would be translated in Format.KML to ${holeNumber.displayName}.
It will also be possible to access 'infinitely' nested objects like ${a.b.c.d.e.f} directly.

Change History

Changed 4 years ago by rdewit

  • status changed from new to closed
  • resolution set to duplicate

Duplicate of #1956

Changed 4 years ago by crschmidt

(In [8907]) Change ordering of termsOfUse/copyright removal, so we get the right CSS class names. Patch from #1858. (See #1958). r=me

Note: See TracTickets for help on using tickets.