Other
Font glyphs
Added in v1.0.0
GET http://localhost:3650/api/fonts/{fontstack}/{start}-{end}.pbf
Generates the glyphs for the requested fonts. Used when displaying vector maps.
Request
Path Parameters
| Parameters | Type | Description |
|---|---|---|
| fontstack | string |
Font name, or more comma-separated names.
Added in v1.0.0 |
| start | integer |
Start of the glyph range.
Multiple of: 256Added in v1.0.0 |
| end | integer |
End of the glyph range (last glyph index).
Added in v1.0.0 |
Request example
http://localhost:3650/api/fonts/{fontstack}/{start}-{end}.pbf
Responses
| Code | Content | Description |
|---|---|---|
| 200 | application/x-protobuf | |
| 400 |
Invalid glyph range |
OGC API conformance classes
Added in v4.6.0
GET http://localhost:3650/api/ogc/conformance
Declaration of the implemented conformance classes.
Request
Request example
http://localhost:3650/api/ogc/conformance
Responses
| Code | Content | Description |
|---|---|---|
| 200 | application/json | OK |
Using the OpenAPI Specification?
Get the openapi.yaml
On this page