cartodb-4.42/doc/manual/source/components/maps-api.rst

11 lines
656 B
ReStructuredText
Raw Permalink Normal View History

2024-04-06 13:25:13 +08:00
Maps API
========
The Maps API provides a node.js based API that allows you to generate maps based on data hosted in your CARTO account by applying custom SQL and CartoCSS to the data
Like the other components of CARTO is Open Source and you can find the source code at `CartoDB/Windshaft-cartodb <https://github.com/CartoDB/windshaft-cartodb>`_
You can find usage documentation at https://docs.carto.com/cartodb-platform/maps-api.html
Although you can chechout any branch of the repository most of them are usually work in progress that is not guaranteed to work. In order to run a production ready Maps API service you need to use **master** branch.