# openlayer-sdk **Repository Path**: tianmeng1603/openlayer-sdk ## Basic Information - **Project Name**: openlayer-sdk - **Description**: 希望大家一起完善项目,本项目基于openlayer - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-06-22 - **Last Updated**: 2025-02-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 一、SDK引入 ```html ``` ## 二、添加div,并设置样式 ```html
``` ## 三、调用实现 ```js let map = new GISMap.XYZMap('map',{ zoom: 4, center:[104.36522215092073,34.73011985764974], url:'http://wprd0{1-4}.is.autonavi.com/appmaptile?x={x}&y={y}&z={z}&lang=zh_cn&size=1&scl=1&style=6' }) ```