1.0.65 • Published 3 months ago

cbs-panorama v1.0.65

Weekly downloads
-
License
ISC
Repository
-
Last release
3 months ago

Cbs Panorama

Cbs için geliştirilmiş panorama kullanım aracı.

Script Dosyasını Ekleme

JavaScript

  GET https://cbspanorama.ibb.gov.tr/assets/CbsPanorama.js

Fonksiyonlar

OpenPanoramaOnLocation(x, y, orientation)

x,y : Açılması istenen noktanın EPSG:4326 koordinatları

orientation {yaw: number, pitch: number, fov: number}: Bakış parametreleri, yaw yatay bakış açısı, pitch: dikey bakış açısı, fov görüş açısı

OpenPanoramaFrame()

Panorama penceresini açar

HidePanoramaFrame()

Panorama penceresini saklar

ConfigureMapLibreMap(map, maplibregl)

map : maplibre ile oluşturulan map objesi

maplibregl : maplibre kütüphanesi

Maplibre üzerinde haritadan tıklaıp panorama açma, görüş ikonunun renderlanması gibi fonksiyonların konfigürasyonunu yapar.

Reset()

Panorama objesini sıfırlar ve sonradan yeniden kullanılabilecek hale getirir

GetOrientation()

En son bakılan görseldeki bakış parametrelerini döner. {yaw: number, pitch: number, fov: number}

ConfigurePanorama(props)

Props: içerisinde parametreleri barındıran obje, parametreler:

token: cbs tarafından verilen token
environment: "development", "test" veya "production"
panoramaType: default - 2013-2018, "2018" - sadece 2018 görselleri
panoramaContainerId: panorama yüklenecek container div'i. default - "panorama-container"
panoramaIframeId: Panorama iframe div'i. default - "panorama-iframe"
panoramaCloseButtonId: Panorama kapatma butonunun id'si. default - "panorama-close-button"
mapClickEnabled: Haritaya basılarak panorama açılma durumu. Eğer açılacaksa, default olarak id'si "panorama-checkbox" olan checkbox checked olduğu durumda tıklamalar çalışır. checkbox id'si özelleştirilmek istenirse:
panoramaCheckBoxElementId: checkBox'un id'si. default - "panorama-checkbox"
markerImage: Haritaya basılacak olan görselin url adresi.
keyboardControlsEnabled: Panorama içerisinde yön tuşları + WASD ile ilerleme
orientation {yaw: number, pitch: number, fov: number}: Panorama ilk oluşturulduğunda başlangıç bakış parametreleri
coordinates x,y: Panorama ilk oluşturulduğunda açılacak nokta

Kullanım/Örnekler

Html İmport

<script src="https://cbspanorama.ibb.gov.tr/assets/CbsPanorama.js"></script>
<div class="toggle-button last" id="panorama-toggle">
    <input type="checkbox" id="panorama-checkbox" name="panorama-click" />
    <label for="panorama-click">Open Panorama On Click</label>
</div>
<div id="panorama-container"">
    <div id="panorama-top-bar">
        <div>
            <button id="panorama-close-button">Close Panorama</button>
        </div>
    </div>
    <iframe id="panorama-iframe" src=""></iframe>
</div>
// Panorama Konfigürasyon
PanoramaModule.Panorama.ConfigurePanorama({
    environment: 'production',
    panoramaType:'2018',
    token: '00000000-0000-0000-0000-000000000000',
    mapClickEnabled: true
});

// Maplibre konfigürasyon
const map = new maplibregl.Map({
    // ...
});
map.on('load', async function () {
    // ...
    PanoramaModule.Panorama.ConfigureMapLibreMap(map, maplibregl);
    // ...
}
1.0.65

3 months ago

1.0.64

3 months ago

1.0.63

3 months ago

1.0.62

4 months ago

1.0.61

4 months ago

1.0.60

4 months ago

1.0.55

5 months ago

1.0.54

5 months ago

1.0.59

5 months ago

1.0.58

5 months ago

1.0.57

5 months ago

1.0.56

5 months ago

1.0.51

5 months ago

1.0.50

5 months ago

1.0.53

5 months ago

1.0.52

5 months ago

1.0.49

5 months ago

1.0.48

5 months ago

1.0.47

5 months ago

1.0.44

5 months ago

1.0.46

5 months ago

1.0.45

5 months ago

1.0.43

5 months ago

1.0.39

9 months ago

1.0.38

10 months ago

1.0.40

9 months ago

1.0.42

5 months ago

1.0.41

6 months ago

1.0.37

10 months ago

1.0.33

11 months ago

1.0.36

11 months ago

1.0.35

11 months ago

1.0.34

11 months ago

1.0.29

1 year ago

1.0.32

1 year ago

1.0.31

1 year ago

1.0.30

1 year ago

1.0.26

2 years ago

1.0.28

2 years ago

1.0.27

2 years ago

1.0.25

2 years ago

1.0.24

2 years ago

1.0.23

2 years ago

1.0.22

2 years ago

1.0.21

2 years ago

1.0.20

2 years ago

1.0.19

2 years ago

1.0.18

2 years ago

1.0.17

2 years ago

1.0.16

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago