mikebronner / nova-map-marker-field

Provides an visual interface for editing latitude and longitude coordinates.
MIT License
131 stars 36 forks source link

Add Yandex Tiles Provider #11

Open bigperson opened 5 years ago

bigperson commented 5 years ago

Please consider adding yandex maps provider

mikebronner commented 5 years ago

Hi @bigperson, thanks for the suggestion. You should be able to insert the provider with the given Yandex map tile URL. Have you tried this? Also, can you provide a link to API documentation on how to implement Yandex maps? I just want to make sure I'm looking at the right resources, instead of googling something different.

Link for further research: https://github.com/shramov/leaflet-plugins

bigperson commented 5 years ago

Hi, @mikebronner https://tech.yandex.com/maps/jsapi/doc/2.1/quick-start/index-docpage/ https://github.com/PNKBizz/vue-yandex-map

bigperson commented 5 years ago

@mikebronner I can not testing this package, when i use nova v1.* and laravel 5.6 :'(

mikebronner commented 5 years ago

Yea, I have not tested this package with those old versions. You are welcome to create a fork of the package, and update composer.json to see if you can get it to run in your environment.

Energon7 commented 3 years ago

https://github.com/GeneaLabs/nova-map-marker-field/pull/48

    ->tileSubdomains(['01','02','03','04'])
    ->tileProvider('http://vec{s}.maps.yandex.net/tiles?l=map&v=4.55.2&z={z}&x={x}&y={y}&scale=2&lang=ru_RU')