Other

Other API reference

Scalar API Reference
v4.8.0
OpenAPI 3.1.0

MapTiler Server API

Server:http://localhost:3650/api

MapTiler Server API

Client Libraries

Other

Font glyphs

Generates the glyphs for the requested fonts. Used when displaying vector maps.

Path Parameters
  • fontstack
    Type: string
    required

    Font name, or more comma-separated names.

  • start
    Type: integer
    multiple of:  
    256
    required

    Start of the glyph range.

  • end
    Type: integer
    required

    End of the glyph range (last glyph index).

Responses
  • application/x-protobuf
  • 400

    Invalid glyph range

Request Example for get/fonts/{fontstack}/{start}-{end}.pbf
curl 'http://localhost:3650/api/fonts/{fontstack}/1-1.pbf'
No Body

OGC API conformance classes

Declaration of the implemented conformance classes.

Responses
  • application/json
Request Example for get/ogc/conformance
curl http://localhost:3650/api/ogc/conformance
string
Using the OpenAPI Specification?
Get the openapi.yaml
Was this helpful?
MapTiler Server API
Other | MapTiler Server API
Other