click map 회정
svg 마지막 시도
HTML DOM appendChild() Method
Element Object Append an item in a list: Before appending: After appending: Try it Yourself " More "Try it Yourself" examples below. The appendChild() method appends a node as the last child of a node.
https://www.w3schools.com/jsref/met_node_appendchild.asp

- svg 넣을라면 base64 이면서 imgsize를 정해줘야 한단다
With OpenLayer3, Internet Explorer 11 not showing an svg based layer
Thanks for contributing an answer to Stack Overflow! Please be sure to answer the question. Provide details and share your research! Asking for help, clarification, or responding to other answers. Making statements based on opinion; back them up with references or personal experience. To learn more, see our tips on writing great answers.
https://stackoverflow.com/questions/35583680/with-openlayer3-internet-explorer-11-not-showing-an-svg-based-layer
base64 바꾸는 방법
With OpenLayer3, Internet Explorer 11 not showing an svg based layer
Thanks for contributing an answer to Stack Overflow! Please be sure to answer the question. Provide details and share your research! Asking for help, clarification, or responding to other answers. Making statements based on opinion; back them up with references or personal experience. To learn more, see our tips on writing great answers.
https://stackoverflow.com/questions/35583680/with-openlayer3-internet-explorer-11-not-showing-an-svg-based-layer
Class: Icon
Options. anchorXUnits module:ol/style/IconAnchorUnits (defaults to 'fraction') Units in which the anchor x value is specified. A value of 'fraction' indicates the x value is a fraction of the icon. A value of 'pixels' indicates the x value in pixels. anchorYUnits module:ol/style/IconAnchorUnits (defaults to 'fraction') Units in which the anchor y value is specified.
https://openlayers.org/en/latest/apidoc/module-ol_style_Icon-Icon.html

딱댐 ㅎ
relation 그리기
변환하면
에러남
이거 매번 실수하네 python 바로연결이라 띄어쓰기 해야함
Data Science School
만약, 표현하고 싶은 컬럼이 실수 변수라면, 색을 변화시키는 기준 즉 데이터를 구분하는 방법과 갯수를 정의할 수 있다. 먼저 구분하는 방법은 plot()명령의 scheme 인자로 설정하는데, 지원하는 것으로는 "Equal_interval"(동일한 간격으로 구분), "Quantiles"(4분위수를 구하여 구분), "Fisher_Jenks"(클래스 내 분산을 줄이고, 클래스 끼리의 분산을 최대화하는 방식으로 구분)가 있다. 구분하는 갯수는 k 인자에 원하는 숫자를 입력하면된다.
https://datascienceschool.net/view-notebook/ef921dc25e01437b9b5c532ba3b89b02/

Intersection of Two LineStrings Geopandas
Let's say I have the following to GeoDataFrames of linestrings, one of which represents roads and one of which represents contour lines.
https://stackoverflow.com/questions/33817190/intersection-of-two-linestrings-geopandas
데이터 유추 gpd, shapely
Transfering from pandas dataframe to Geopandas?
Thanks for contributing an answer to Geographic Information Systems Stack Exchange! Please be sure to answer the question. Provide details and share your research! Asking for help, clarification, or responding to other answers. Making statements based on opinion; back them up with references or personal experience.
https://gis.stackexchange.com/questions/289641/transfering-from-pandas-dataframe-to-geopandas
Transfering from pandas dataframe to Geopandas?
Thanks for contributing an answer to Geographic Information Systems Stack Exchange! Please be sure to answer the question. Provide details and share your research! Asking for help, clarification, or responding to other answers. Making statements based on opinion; back them up with references or personal experience.
https://gis.stackexchange.com/questions/289641/transfering-from-pandas-dataframe-to-geopandas
이거참고해서 그냥 미리 넣기

지오서버는 되는데 cors 에러 나옴


crossorigin 추가해도 안되는건 오타였고 추가
Geoserver + Openlayers CORS 문제 해결 방법
Linux에 Geoserver를 설치한 다음, OpenLayers로 WMS Tile을 생성했다. 그런데, 레이어를 도시할 때마다, CORS 에러가 난다. 이는, 브라우저를 실행할 때 명령창에서 '--disable-web-security' 옵션을 추가하고 크롬을 실행하면 일시적으로 해결된다. 하지만, 실제 운영되는 환경으로 세팅해야 했기 때문에 근본적으로 해결할 수 있는 방법을 찾기로 했다. 먼저, CORS(Cross-Origin Resource Sharing) 란 무엇인가? 모질라 홈페이지에서는 아래와 같이 나와있다.
https://devhoma.tistory.com/108

참고로 mapbox는 wmts아니라 carto 라는? 녀석으로 xyz tile을 통해서 한다


GeoStyler
https://geostyler.github.io/geostyler-demo/
- sld preview
Points - GeoServer 2.17.x User Manual
This example alters the style of the points at different zoom levels. It is often desirable to make shapes larger at higher zoom levels when creating a natural-looking map. This example styles the points to vary in size based on the zoom level (or more accurately, scale denominator).
https://docs.geoserver.org/latest/en/user/styling/sld/cookbook/points.html#sld-cookbook-points

opacity 는 밖에서 아니라 css로 해줘야함
Lines - GeoServer 2.17.x User Manual
It is often desirable to make shapes larger at higher zoom levels when creating a natural-looking map. This example varies the thickness of the lines according to the zoom level (or more accurately, scale denominator). Scale denominators refer to the scale of the map.
https://docs.geoserver.org/latest/en/user/styling/sld/cookbook/lines.html

- linestrin gedge border

Seonglae Cho