isq-portal/yii2-osmtileproxy 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

isq-portal/yii2-osmtileproxy

最新稳定版本:0.0.1

Composer 安装命令:

composer require isq-portal/yii2-osmtileproxy

包简介

ISQ Yii2 OpenStreetMap Widget with local Tile Proxy Server for GDPR Compliance

README 文档

README

OSMTileProxy is a Yii2 Extension for displaying an OpenStreetMap Map-Widget with marker and map tile storage via a local tile proxy server to reach GDPR/DSGVO compliance.

Installation

The preferred way to install this extension is through composer.

php composer.phar require --prefer-dist isq-portal/yii2-osmtileproxy "dev-master"

or add

"isq-portal/yii2-osmtileproxy": "dev-master"

to the require section of your composer.json file.

Usage

# add to composer.json
"require-dev" : {
		...,
		"isq-portal/yii2-osmtileproxy": "@dev"
	}

# temporary dev local path (../) solution:
"repositories": [
		...,
		{
			"type": "path",
			"url": "../yii2-osmtileproxy"
		}
	],

# composer update

# import class to view
use IsqPortal\Yii2Osmtileproxy\OSMap;

# integrate widget to view with options., e.g.:

<?= OSMap::widget(['options' => [
                        'height' => '400px',
                        'initialZoom' => '16',
                        'markerText' => 'Schwendenerstr. 31, 14195 Berlin',
                        'markerColor' => 'blue',
                        'width' => '100%',
                        'longitude' => '52.45202093',
                        'latitude' => '13.29243064',
                    ]
                ]); ?> 

License

MIT

统计信息

  • 总下载量: 30
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 3
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • 开发语言: JavaScript

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-05-25

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固