/**
 * Extends the map engines to be used on the map module.
 * @module mapsources
 * @extends googlemapsapi
 * @extends leafletosmapi
 */
import googlemapsapi from "./googlemaps.js";
import leafletosmapi from "./leaflet.js";
export { googlemapsapi, leafletosmapi };