Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hybrid map #117

Merged
merged 1 commit into from
Jun 28, 2023
Merged

Hybrid map #117

merged 1 commit into from
Jun 28, 2023

Conversation

shinovon
Copy link
Collaborator

Script:

<?php
$lang = $_GET["lang"];
$x = $_GET["x"];
$y = $_GET["y"];
$z = $_GET["z"];
$sat = imagecreatefromstring(file_get_contents("https://core-sat.maps.yandex.net/tiles?l=sat&lang=${lang}&x=${x}&y=${y}&z=${z}"));
$skl = imagecreatefromstring(file_get_contents("https://core-renderer-tiles.maps.yandex.net/tiles?l=skl&lang=${lang}&x=${x}&y=${y}&z=${z}"));
imagecopy($sat, $skl, 0, 0, 0, 0, 256, 256);
header('Content-Type: image/jpeg');
imagejpeg($sat);

Copy link
Contributor

@Feodor0090 Feodor0090 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Добавить опцию в настройках (3ий слой) и в прод

@Feodor0090
Copy link
Contributor

Deleted commit touching settings screen to avoid conflicts. Broken tab (i hope) was fixed in locales PR.

@Feodor0090
Copy link
Contributor

To avoid pizdec should be merged on top of #118

@Feodor0090 Feodor0090 marked this pull request as ready for review June 27, 2023 00:24
@Petrprogs
Copy link
Contributor

To avoid pizdec should be merged on top of #118

pizdec ahahaahahahah. AHHHAHAHHAAHHA, AAHAHHAHHAHAHAHHHAHAAHHAHAHAH

@Feodor0090
Copy link
Contributor

To avoid pizdec should be merged on top of #118

pizdec ahahaahahahah. AHHHAHAHHAAHHA, AAHAHHAHHAHAHAHHHAHAAHHAHAHAH

157643746

@Feodor0090 Feodor0090 merged commit fac1522 into main Jun 28, 2023
@shinovon shinovon deleted the hybrid-map branch April 7, 2024 20:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants