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

load fonts from geoserver #194

Open
ischneider opened this issue Mar 3, 2015 · 3 comments
Open

load fonts from geoserver #194

ischneider opened this issue Mar 3, 2015 · 3 comments

Comments

@ischneider
Copy link
Member

using the /fonts REST API endpoint (must include extension, e.g. fonts.json)

see d3ffa55

@bartvde
Copy link
Member

bartvde commented Mar 3, 2015

@ischneider you mean to find out which fonts are installed on the GeoServer instance?
What would we do with this info? Limit the options given to the user in the combo (if SLD styling is used)? Have several fonts mapping to an entry in the combo and pick one of them? Something else?

@ischneider
Copy link
Member Author

Right, what is available on the GeoServer instance.

While this obviously doesn't help the client-side fonts (which should be limited to family for portability), yes, the idea would be to allow the user to be more specific with fonts - no mapping.

It does imply that the style UI understands whether a layer is client or server-side.

Not critical to address immediately but wanted to capture this.

@bartvde
Copy link
Member

bartvde commented Mar 3, 2015

Okay right so a combo box filled with all the fonts that GeoServer supports, makes sense.

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

No branches or pull requests

2 participants