Skip to content

Technical Reference

This section describes the technical details of the Mapy.cz integration.

Integration

The module uses the system's standard integration framework.

  • Integration Name: MapyCz
  • Metadata File: application/Espo/Modules/MapyCz/Resources/metadata/integrations/MapyCz.json

Configuration Parameters

Parameter Type Description
apiKey varchar API key for authentication against Mapy.cz services.

Frontend

The frontend logic is built on the Leaflet library.

  • Implementation: client/src/views/address-map/implementations/mapy-cz.js
  • API Endpoints:
    • Tiles: https://api.mapy.cz/v1/maptiles/{type}/256/{z}/{x}/{y}?apikey={apiKey}
    • Geocoding: https://api.mapy.cz/v1/geocode?apiKey={apiKey}&query={address}

Entities

The module does not add any new entities to the database. It only enhances the view of existing entities that have addresses.