当前位置: 首页 > news >正文

巢湖建设网站做网站前需要做哪些事情

巢湖建设网站,做网站前需要做哪些事情,免费windows云服务器,淮安品牌网站建设在做地图应用时,有时需要根据指定的坐标来画一个圆形区域,比如签到打卡类的应用,此时我们可以使用 leaflet.Circle 来在在指定坐标上创建一个圆并添加到的地图上,其中可以通过 radius 属性可以指定区域半径,比如: con…

在做地图应用时,有时需要根据指定的坐标来画一个圆形区域,比如签到打卡类的应用,此时我们可以使用 leaflet.Circle 来在在指定坐标上创建一个圆并添加到的地图上,其中可以通过 radius 属性可以指定区域半径,比如:

const circle = leaflet.circle([lat, lng], {color: 'red',fillColor: 'red',fillOpacity: 0.5,radius: 100,
}).addTo(this.map);

完整例子如下

import { Component, OnInit, AfterViewInit } from "@angular/core";
import * as leaflet from "leaflet";@Component({selector: "app-map-circle",templateUrl: "./map-circle.component.html",styleUrls: ["./map-circle.component.css"],
})
export class MapCircleComponent implements OnInit, AfterViewInit {map!: leaflet.Map;constructor() {}ngOnInit(): void {}ngAfterViewInit(): void {this.initMap();}private initMap(): void {this.map = leaflet.map("map").setView([51.5, -0.09], 16);const tiles = leaflet.tileLayer("https://tile.openstreetmap.org/{z}/{x}/{y}.png", {maxZoom: 19,attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>',});tiles.addTo(this.map);let marker: leaflet.Marker | null = null;let circle: leaflet.Circle | null = null;this.map.on("click", (e) => {console.log(e.latlng);if (marker) {this.map.removeLayer(marker);}const icon = leaflet.icon({iconUrl: "media/marker-icon.png",iconSize: [25, 41],iconAnchor: [12, 41]});marker = leaflet.marker([e.latlng.lat, e.latlng.lng], {icon: icon}).addTo(this.map);if (circle) {this.map.removeLayer(circle);}circle = this.createCircle(e.latlng.lat, e.latlng.lng, "red").addTo(this.map);});}private createCircle(lat: number, lng: number, color: string): leaflet.Circle {return leaflet.circle([lat, lng], {color: color,fillColor: color,fillOpacity: 0.5,radius: 100,});}
}
http://www.dtcms.com/a/505023.html

相关文章:

  • 毕节市建设厅网站wordpress有点尴尬诶该页无法显示
  • 工业园做网站的公司传媒公司官网
  • Servlet 发送电子邮件
  • swipe类网站栾城区城乡建设局网站
  • 《小白学随机过程》第二章:随机过程——常见的随机过程(线性高斯过程和卡尔曼滤波)
  • 诚信通国际网站怎么做wordpress做视频网站
  • 做app和做网站相同和区别农村建设网站
  • 曲阜市古建设计院网站网站 网络营销价值
  • 稷山网站建设网站本地建设
  • 专业网站开发哪家公司好oa系统办公平台
  • 容桂网站制作动态网站建设新手看什么书
  • 浏览器网站在线进入做网站论坛 前置许可
  • 城乡建设环保部网站鼎诚网站建设
  • 中国建设信息网站谷歌浏览器搜索引擎入口
  • app网站公司wordpress禁止谷歌
  • 优度网站建设python的网站开发
  • wamp网站根目录配置汇源企业网络营销策划
  • 个人网站备案技巧制作网站的全过程
  • 日志技术、框架
  • css使用 :where() 来简化大型 CSS 选择器列表
  • 海报在线制作免费网站创办网站公司
  • 网站建设服务商怎么收费wordpress主题著作权
  • ResponseEntity - Spring框架的“标准回复模板“
  • 京东网站开发费用济南市住房和城乡建设局网站
  • 赛车网站开发做a的视频在线观看网站
  • 如何替换网站ico图标做网站需要哪些技能
  • mysql基础【事务】
  • 网络前端开发招聘搜索引擎优化报告
  • 龙岗网站建设推广报价广西桂林为什么穷
  • 网站开发学什么数据库龙海市城乡规划建设局网站