λ³Έλ¬Έ λ°”λ‘œκ°€κΈ° 메뉴 λ°”λ‘œκ°€κΈ°

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)
  • λ°©λͺ…둝

Openlayers (4)
[ Openlayers ] geojson으둜 λ ˆμ΄μ–΄ ν‘œμΆœν•˜κΈ°( ol6 κΈ°μ€€ )

geojson νŒŒμΌμ„ 읽어듀여 λ²‘ν„°λ ˆμ΄μ–΄λ‘œ μƒμ„±ν•˜κ³  ν‘œμΆœν•˜λŠ” μ½”λ“œ μž…λ‹ˆλ‹€. ν…ŒμŠ€νŠΈμš© μ„œμšΈμ‹œ 행정ꡬ역 geojson 데이터도 ν•¨κ»˜ μ˜¬λ €λ‘μ—ˆμŠ΅λ‹ˆλ‹€. var vectorSource = new ol.source.Vector({ url:"./geojson/seoulHD.geojson", //geojson 파일 format: new ol.format.GeoJSON() }); var vectorLayer = new ol.layer.Vector({ source: vectorSource, style: new ol.style.Style({ // fill: new ol.style.Fill({ // color: "rgba(255,255,0,0.3)", // }), stroke: new ol.style.Stroke({ colo..

β†˜ Programming/β”— GIS 2023. 3. 21. 13:19
[ 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
[ Openlayers ] openlayers μœ„μ— vworld 배경지도 μ‚¬μš©ν•˜κΈ°

My Map

μΉ΄ν…Œκ³ λ¦¬ μ—†μŒ 2020. 3. 25. 00:09
[ GIS ] geoserver - μ„œλ²„ κ΅¬μΆ•ν•˜κΈ°

잠깐 ! javaκ°€ μ„€μΉ˜λ˜μ–΄ μžˆμ–΄μ•Όν•©λ‹ˆλ‹€. GeoServer μ—μ„œλŠ” Java 8 ν™˜κ²½μ—μ„œ λŒμ•„κ°‘λ‹ˆλ‹€. 1. μ•„λž˜ μ‚¬μ΄νŠΈλ‘œ μ ‘μ†ν•΄μ„œ 'window installer' λ₯Ό λ‹€μš΄λ‘œλ“œ ν•΄μ€λ‹ˆλ‹€. http://geoserver.org/release/2.15.0/ λΆˆλŸ¬μ˜€λŠ” μ€‘μž…λ‹ˆλ‹€... 2. geoserver μ„€μΉ˜ 'Next' 클릭 ' I Agree ' 클릭.. ' Next ' 클릭.... ' Next ' 클릭..... ' Next ' 클릭...... 기쑴에 2.14버전이 μ„€μΉ˜κ°€ λ˜μ–΄ μžˆμ—ˆλ˜μ§€λΌ Exsiting data directory 에 κ²½λ‘œκ°€ ν‘œμ‹œλ˜ μžˆλ„€μš” ' Next ' 클릭....... geoserver κ΄€λ¦¬μž 계정을 μ„€μ •ν•΄μ€λ‹ˆλ‹€. 그리고 ' Next ' 클릭........ geoserver μ—μ„œ μ‚¬μš©λ  ..

β†˜ Programming/β”— GIS 2020. 3. 24. 23:43
이전 1 λ‹€μŒ
이전 λ‹€μŒ

Blog is powered by Tistory / Designed by Tistory

ν‹°μŠ€ν† λ¦¬νˆ΄λ°”