Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow configurable legend options in catalog files #1334

Closed
stevage opened this issue Feb 25, 2016 · 1 comment
Closed

Allow configurable legend options in catalog files #1334

stevage opened this issue Feb 25, 2016 · 1 comment

Comments

@stevage
Copy link
Contributor

stevage commented Feb 25, 2016

Sometimes it'd be nice to override properties of a legend from a catalog file. Maybe something like:

{
              "url": "http://services.ga.gov.au/gis/rest/services/NEXIS_Residential_Population_Density/MapServer",
              "type": "esri-mapServer",
              "legendOptions": {
                "title":"People per cell"
              }
}

The options would just be passed directly through to the Legend object, no need to invent anything new here.

@RacingTadpole
Copy link
Contributor

I think this is fixed by the "name" option in "tableStyle.columns", from #1302.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants