๋ณธ๋ฌธ ๋ฐ”๋กœ๊ฐ€๊ธฐ ๋ฉ”๋‰ด ๋ฐ”๋กœ๊ฐ€๊ธฐ

KITHUB ์ €์žฅ์†Œ๐Ÿ˜€

ํ”„๋กœํ•„์‚ฌ์ง„
  • ๊ธ€์“ฐ๊ธฐ
  • ๊ด€๋ฆฌ
  • ํƒœ๊ทธ
  • ๋ฐฉ๋ช…๋ก
  • RSS

KITHUB ์ €์žฅ์†Œ๐Ÿ˜€

๊ฒ€์ƒ‰ํ•˜๊ธฐ ํผ
  • ๋ถ„๋ฅ˜ ์ „์ฒด๋ณด๊ธฐ (44)
    • โ†˜ Programming (15)
      • โ”— JAVA (4)
      • โ”— PYTHON (0)
      • โ”— JSON (0)
      • โ”— Node.js (1)
      • โ”— GIS (10)
    • โ†˜ Framework (3)
      • โ”— Spring (2)
      • โ”— Spring boot (1)
      • โ”— VueJS (0)
    • โ†˜ Linux (2)
      • โ”— Ubuntu (0)
      • โ”— Centos (2)
    • โ†˜ Database (2)
      • โ”— Mysql (2)
      • โ”— MariaDB (1)
      • โ”— Procedure (0)
    • โ†˜ Network (2)
    • โ†˜ IDE (2)
      • โ”— Eclipse (0)
      • โ”— Visual Studio Code (2)
      • โ”— IntelliJ (0)
    • โ†˜ Tools (4)
      • โ”— Docker (2)
    • โ†˜ VCS (0)
      • โ”— Github (0)
    • โ†˜ Algorithm (4)
    • โ†˜ K's Life (2)
      • โ”— ์™ธ๊ตญ์–ด (0)
      • โ”— ์ปคํ”ผ์ด์•ผ๊ธฐ (1)
    • โ†˜ IT world (0)
    • ์˜คํ”ˆAPI (0)
    • ํ”„๋กœ๊ทธ๋žจ by kim (0)
    • ๋ฒ„ํ‚ท๋ฆฌ์ŠคํŠธ (0)
    • To do study (0)
  • ๋ฐฉ๋ช…๋ก

transform (1)
[ Openlayers ] ์˜คํ”ˆ๋ ˆ์ด์–ด์Šค์—์„œ ์ขŒํ‘œ๊ณ„ ๋ณ€ํ™˜์ด ์•ˆ๋˜๋Š” ๊ฒฝ์šฐ( ol6 ๊ธฐ์ค€ )

๋‹ค์Œ์˜ ๊ฒฝ์šฐ๋Š” 5179์ขŒํ‘œ๊ณ„๋ฅผ ์‚ฌ์šฉํ•˜๋Š” geojson์„ ์ฝ์–ด๋“ค์—ฌ ์ขŒํ‘œ๊ณ„ ๋ณ€ํ™˜์„ ํ•˜๋Š” ๊ฒฝ์šฐ์ด๋‹ค. var vectorSource = new ol.source.Vector({ format: new ol.format.GeoJSON(), loader: function (extent) { const url = "./geojson/seoulHD.geojson";//5179 fetch(url) .then((response) => response.json()) .then((data) => { const features = vectorSource.getFormat().readFeatures(data); console.log("๋ณ€ํ™˜์ „ - ",features[0].getGeometry().getCoordinates()[0][..

โ†˜ Programming/โ”— GIS 2023. 3. 21. 11:19
์ด์ „ 1 ๋‹ค์Œ
์ด์ „ ๋‹ค์Œ

Blog is powered by Tistory / Designed by Tistory

ํ‹ฐ์Šคํ† ๋ฆฌํˆด๋ฐ”