Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Deweloperzy z Europejskiego Obszaru Gospodarczego (EOG)
Kafelki zdjęć satelitarnych to forma ortofotomapy. Są to zdjęcia wykonane przez kamery satelitarne i lotnicze, które przedstawiają Ziemię z góry (w zenicie lub w pobliżu zenitu).
Pobieranie kafelków satelitarnych
Po uzyskaniu tokena sesji możesz zacząć wysyłać żądania dotyczące kafelków satelitarnych.
Token sesji dotyczy całej sesji, więc nie musisz określać opcji mapy w prośbach o kafelki.
Poniższy przykładowy kod pokazuje typowe żądanie tokena sesji w przypadku kafelków satelitarnych.
Rozważmy ten przykład kodu, który wysyła żądanie dotyczące jednego kafelka satelitarnego na poziomie powiększenia 15, o współrzędnych x i y wynoszących (6294, 13288).
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2025-07-24 UTC."],[[["Satellite image tiles are a type of orthophotography providing top-down imagery of the earth, captured by satellite and airborne cameras."],["To request satellite tiles, you need to obtain a session token using your API key, specifying map type, language, and region."],["You can then download individual tiles by making HTTPS GET requests, including the zoom level (z), x and y coordinates, session token, and API key in the URL."],["An example request shows downloading a tile at zoom level 15 with specific coordinates to a local file, with no server response message besides the downloaded tile."]]],["Satellite image tiles are top-down images from satellite or airborne cameras. To obtain them, first, request a session token via a POST request, including map type, language, and region. Then, make an HTTPS GET request to retrieve a specific tile by providing zoom level, x and y coordinates, session token, and API key. The requested tile is downloaded directly to a local file without a server response message. An example demonstrates getting a tile at zoom 15 with coordinates (6294, 13288).\n"]]