> For the complete documentation index, see [llms.txt](https://inscada.gitbook.io/ins/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://inscada.gitbook.io/ins/master/user-interface/project-map.md).

# Proje Haritası

Project Map ile proje tanımında girilen GPS koordinatlarında harita üzerinde istediğiniz verileri gösterebilirsiniz. Sağ tarafta bulunan filitre menüsünden seçili proje altındaki tüm değişkenlerin bir listesini görürsünüz. Her bir değişkenin yanında harita üzerinde gösterimini aktif edebileceğiniz bir checkbox vardır. İlgili koordinat üzerinde, tooltip içerisinde verilerin gösterim sırasınıda order parametresi ile değiştirebilirsiniz.

![Resim1 : Project Map](/files/7wh71UD6wU7ww26HghTr)

Filitre menüsü üzerinde bulunan <img src="/files/-LjH80jwQ8_zCqfHdAZR" alt="" data-size="line"> ayarlar butonu ile bağlantı kurulacak GIS sisteminin API key'ini girebilirsiniz. inSCADA varsayılan olarak Google Maps' e göre ayarlanmıştır. Ayarlar <img src="/files/-LjH80jwQ8_zCqfHdAZR" alt="" data-size="line"> butonuna tıkladığınızda açılan menü üzerinden harita üzerinde gösterilen verilerin güncelleme zaman aralığını interval parametresi ile değiştirebilirsiniz. Varsayılan olarak 3000 ms olarak girilmiştir.

![Resim 2: Project Map API and Interval Setings Page](/files/cV9F2SWSlVtGgDjUbqyv)

{% hint style="info" %}
Harita üzerinde verilerin gösterimi için farklı lokasyonlardaki uygulamalarınızı inSCADA içerisinde farklı projeler olarak değerlendirmelisiniz. Böylelikle dağıtık yapıdaki sistemlerinizin harita üzerinde özet bilgilerini görselleştirebilirsiniz.&#x20;
{% endhint %}

Haritanızı sağ üst alanda bulunan ![](/files/vpgZybst6TEZIIXl6yDl) ikonu yardımı ile dilediğiniz gibi özelleştirebilirsiniz.

![Resim 3: Project Map Settings](/files/95JixeOskLAffl6TOudU)

Proje haritasında projelerinizin yerlerini ![](/files/R2S6WJj73dAk0XYJDXBE) ikonu ile görebilirsiniz. İlgili ikonun üzerine geldiğinizde projenizin ismini görebileceksiniz. Üzerine tıkladığınızda ise Resim 4 te görebileceğiniz gibi ilgili projenin value/animation menüsü açılacaktır.&#x20;

![Resim 4: Proje](/files/HbeWVeHjoBhLvq0En5Th)

Animation alanına tıkladığınızda ilgili projenin inSCADA'nın ana sayfası için kurduğunuz dashboard'una ulaşabileceksiniz. Örneğini Resim 5 te görenilirsiniz.

![Resim 5 : Proje Dashboard](/files/57wL5imR6S0kLX0a6b4p)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://inscada.gitbook.io/ins/master/user-interface/project-map.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
