diff --git a/.gitignore b/.gitignore index 35c552db..ad99d286 100644 --- a/.gitignore +++ b/.gitignore @@ -87,5 +87,5 @@ replay_pid* /src/main/resources/egovframework/egovProps/globals.properties /src/main/webapp/WEB-INF/clipreport4/DataConnection.properties -apply.bat -list.txt \ No newline at end of file +list.txt +path.txt \ No newline at end of file diff --git a/apply.bat b/apply.bat new file mode 100644 index 00000000..404daa1f --- /dev/null +++ b/apply.bat @@ -0,0 +1,79 @@ +@echo off +setlocal enabledelayedexpansion + +set "source_prefix=src\main\webapp\" +set "target_prefix=C:\Users\dbnt\eclipse-workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps\geoinfo_eGov_work\" +set "target_directory=D:\git\dbnt\geoinfo.or.kr\geoinfo_eGov_work\" + +echo --- File Copy Script Start (Robust Version) --- +echo. + +rem for ƾ ѱ Ҹ +for /f "delims=" %%i in (list.txt) do ( + call :processLine "%%i" +) + +echo. +echo --- All operations completed. --- +pause +goto :eof + + +rem ====================================================== +rem :processLine ƾ - ó +rem ====================================================== +:processLine +set "line=%~1" + +rem ʱȭ +set "source_file=" +set "target_file=" +set "relative_path=" + +rem # ϴ ּ dzʶٱ +if "!line:~0,1!" == "#" ( + echo [SKIP] Comment: !line! + goto :eof +) + +echo [PROCESS] !line! + +rem .java dzʶٱ +if "!line:~-5!" == ".java" ( + echo [SKIP] Java source file. + goto :eof +) + +set "source_file=%target_directory%!line!" +set "relative_path=!line:%source_prefix%=!" + +rem .xml WEB-INF\classes η ó +if "!line:~-4!" == ".xml" ( + set "relative_path=!line:*src\main\resources\=!" + set "target_file=%target_prefix%WEB-INF\classes\!relative_path!" +) else ( + rem ó + set "target_file=%target_prefix%!relative_path!" +) + +rem --- [ κ] --- +if defined source_file ( + if exist "!source_file!" ( + echo [COPY] + echo FROM: "!source_file!" + echo TO: "!target_file!" + xcopy /i /Y "!source_file!" "!target_file!" > nul + + rem xcopy Ȯ (errorlevel 0̸ ) + if !errorlevel! == 0 ( + echo -> SUCCESS + ) else ( + echo -> FAILED (Error Code: !errorlevel!) + ) + ) else ( + echo [ERROR] Source file not found: "!source_file!" + ) +) + +echo. +goto :eof \ No newline at end of file diff --git a/path.txt b/path.txt deleted file mode 100644 index 8cff3203..00000000 --- a/path.txt +++ /dev/null @@ -1 +0,0 @@ -eclipse=R:\eclipse\eclipse \ No newline at end of file diff --git a/src/main/webapp/com/css/apply.bat b/src/main/webapp/com/css/apply.bat new file mode 100644 index 00000000..7d6346a2 --- /dev/null +++ b/src/main/webapp/com/css/apply.bat @@ -0,0 +1,2 @@ +copy *.css /y C:\Users\dbnt\eclipse-workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps\geoinfo_eGov_work\com\css\ +copy *.map /y C:\Users\dbnt\eclipse-workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps\geoinfo_eGov_work\com\css\ diff --git a/src/main/webapp/com/img/map-service/geology/index/ga01.gif b/src/main/webapp/com/img/map-service/geology/index/age_color/ga01.gif similarity index 100% rename from src/main/webapp/com/img/map-service/geology/index/ga01.gif rename to src/main/webapp/com/img/map-service/geology/index/age_color/ga01.gif diff --git a/src/main/webapp/com/img/map-service/geology/index/ga02.gif b/src/main/webapp/com/img/map-service/geology/index/age_color/ga02.gif similarity index 100% rename from src/main/webapp/com/img/map-service/geology/index/ga02.gif rename to src/main/webapp/com/img/map-service/geology/index/age_color/ga02.gif diff --git a/src/main/webapp/com/img/map-service/geology/index/ga03.gif b/src/main/webapp/com/img/map-service/geology/index/age_color/ga03.gif similarity index 100% rename from src/main/webapp/com/img/map-service/geology/index/ga03.gif rename to src/main/webapp/com/img/map-service/geology/index/age_color/ga03.gif diff --git a/src/main/webapp/com/img/map-service/geology/index/ga04.gif b/src/main/webapp/com/img/map-service/geology/index/age_color/ga04.gif similarity index 100% rename from src/main/webapp/com/img/map-service/geology/index/ga04.gif rename to src/main/webapp/com/img/map-service/geology/index/age_color/ga04.gif diff --git a/src/main/webapp/com/img/map-service/geology/index/ga05.gif b/src/main/webapp/com/img/map-service/geology/index/age_color/ga05.gif similarity index 100% rename from src/main/webapp/com/img/map-service/geology/index/ga05.gif rename to src/main/webapp/com/img/map-service/geology/index/age_color/ga05.gif diff --git a/src/main/webapp/com/img/map-service/geology/index/ga06.gif b/src/main/webapp/com/img/map-service/geology/index/age_color/ga06.gif similarity index 100% rename from src/main/webapp/com/img/map-service/geology/index/ga06.gif rename to src/main/webapp/com/img/map-service/geology/index/age_color/ga06.gif diff --git a/src/main/webapp/com/img/map-service/geology/index/ga07.gif b/src/main/webapp/com/img/map-service/geology/index/age_color/ga07.gif similarity index 100% rename from src/main/webapp/com/img/map-service/geology/index/ga07.gif rename to src/main/webapp/com/img/map-service/geology/index/age_color/ga07.gif diff --git a/src/main/webapp/com/img/map-service/geology/index/ga08.gif b/src/main/webapp/com/img/map-service/geology/index/age_color/ga08.gif similarity index 100% rename from src/main/webapp/com/img/map-service/geology/index/ga08.gif rename to src/main/webapp/com/img/map-service/geology/index/age_color/ga08.gif diff --git a/src/main/webapp/com/img/map-service/geology/index/ga09.gif b/src/main/webapp/com/img/map-service/geology/index/age_color/ga09.gif similarity index 100% rename from src/main/webapp/com/img/map-service/geology/index/ga09.gif rename to src/main/webapp/com/img/map-service/geology/index/age_color/ga09.gif diff --git a/src/main/webapp/com/img/map-service/geology/index/ga10.gif b/src/main/webapp/com/img/map-service/geology/index/age_color/ga10.gif similarity index 100% rename from src/main/webapp/com/img/map-service/geology/index/ga10.gif rename to src/main/webapp/com/img/map-service/geology/index/age_color/ga10.gif diff --git a/src/main/webapp/com/img/map-service/geology/index/ga11.gif b/src/main/webapp/com/img/map-service/geology/index/age_color/ga11.gif similarity index 100% rename from src/main/webapp/com/img/map-service/geology/index/ga11.gif rename to src/main/webapp/com/img/map-service/geology/index/age_color/ga11.gif diff --git a/src/main/webapp/com/img/map-service/geology/index/ga12.gif b/src/main/webapp/com/img/map-service/geology/index/age_color/ga12.gif similarity index 100% rename from src/main/webapp/com/img/map-service/geology/index/ga12.gif rename to src/main/webapp/com/img/map-service/geology/index/age_color/ga12.gif diff --git a/src/main/webapp/com/img/map-service/geology/index/ga13.gif b/src/main/webapp/com/img/map-service/geology/index/age_color/ga13.gif similarity index 100% rename from src/main/webapp/com/img/map-service/geology/index/ga13.gif rename to src/main/webapp/com/img/map-service/geology/index/age_color/ga13.gif diff --git a/src/main/webapp/com/img/map-service/geology/index/ga14.gif b/src/main/webapp/com/img/map-service/geology/index/age_color/ga14.gif similarity index 100% rename from src/main/webapp/com/img/map-service/geology/index/ga14.gif rename to src/main/webapp/com/img/map-service/geology/index/age_color/ga14.gif diff --git a/src/main/webapp/com/img/map-service/geology/index/ga15.gif b/src/main/webapp/com/img/map-service/geology/index/age_color/ga15.gif similarity index 100% rename from src/main/webapp/com/img/map-service/geology/index/ga15.gif rename to src/main/webapp/com/img/map-service/geology/index/age_color/ga15.gif diff --git a/src/main/webapp/com/img/map-service/geology/index/ga16.gif b/src/main/webapp/com/img/map-service/geology/index/age_color/ga16.gif similarity index 100% rename from src/main/webapp/com/img/map-service/geology/index/ga16.gif rename to src/main/webapp/com/img/map-service/geology/index/age_color/ga16.gif diff --git a/src/main/webapp/com/img/map-service/geology/index/ga17.gif b/src/main/webapp/com/img/map-service/geology/index/age_color/ga17.gif similarity index 100% rename from src/main/webapp/com/img/map-service/geology/index/ga17.gif rename to src/main/webapp/com/img/map-service/geology/index/age_color/ga17.gif diff --git a/src/main/webapp/com/img/map-service/geology/index/ga18.gif b/src/main/webapp/com/img/map-service/geology/index/age_color/ga18.gif similarity index 100% rename from src/main/webapp/com/img/map-service/geology/index/ga18.gif rename to src/main/webapp/com/img/map-service/geology/index/age_color/ga18.gif diff --git a/src/main/webapp/com/img/map-service/geology/index/ga19.gif b/src/main/webapp/com/img/map-service/geology/index/age_color/ga19.gif similarity index 100% rename from src/main/webapp/com/img/map-service/geology/index/ga19.gif rename to src/main/webapp/com/img/map-service/geology/index/age_color/ga19.gif diff --git a/src/main/webapp/com/img/map-service/geology/index/ga20.gif b/src/main/webapp/com/img/map-service/geology/index/age_color/ga20.gif similarity index 100% rename from src/main/webapp/com/img/map-service/geology/index/ga20.gif rename to src/main/webapp/com/img/map-service/geology/index/age_color/ga20.gif diff --git a/src/main/webapp/com/img/map-service/geology/index/txt_c.gif b/src/main/webapp/com/img/map-service/geology/index/age_color/txt_c.gif similarity index 100% rename from src/main/webapp/com/img/map-service/geology/index/txt_c.gif rename to src/main/webapp/com/img/map-service/geology/index/age_color/txt_c.gif diff --git a/src/main/webapp/com/img/map-service/geology/index/txt_pc.gif b/src/main/webapp/com/img/map-service/geology/index/age_color/txt_pc.gif similarity index 100% rename from src/main/webapp/com/img/map-service/geology/index/txt_pc.gif rename to src/main/webapp/com/img/map-service/geology/index/age_color/txt_pc.gif diff --git a/src/main/webapp/com/img/map-service/geology/index/basset/bc01.gif b/src/main/webapp/com/img/map-service/geology/index/basset/bc01.gif new file mode 100644 index 00000000..60ccd754 Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/basset/bc01.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/basset/bc02.gif b/src/main/webapp/com/img/map-service/geology/index/basset/bc02.gif new file mode 100644 index 00000000..412e1dbb Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/basset/bc02.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/basset/bc03.gif b/src/main/webapp/com/img/map-service/geology/index/basset/bc03.gif new file mode 100644 index 00000000..c7c4477d Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/basset/bc03.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/basset/bc04.gif b/src/main/webapp/com/img/map-service/geology/index/basset/bc04.gif new file mode 100644 index 00000000..80d014cd Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/basset/bc04.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/basset/bc05.gif b/src/main/webapp/com/img/map-service/geology/index/basset/bc05.gif new file mode 100644 index 00000000..42fa75de Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/basset/bc05.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/basset/bc06.gif b/src/main/webapp/com/img/map-service/geology/index/basset/bc06.gif new file mode 100644 index 00000000..3aa674b7 Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/basset/bc06.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/basset/bc07.gif b/src/main/webapp/com/img/map-service/geology/index/basset/bc07.gif new file mode 100644 index 00000000..0e27e781 Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/basset/bc07.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/basset/bc08.gif b/src/main/webapp/com/img/map-service/geology/index/basset/bc08.gif new file mode 100644 index 00000000..2c63f486 Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/basset/bc08.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/basset/bc09.gif b/src/main/webapp/com/img/map-service/geology/index/basset/bc09.gif new file mode 100644 index 00000000..960cf8dd Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/basset/bc09.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/basset/bc10.gif b/src/main/webapp/com/img/map-service/geology/index/basset/bc10.gif new file mode 100644 index 00000000..04d5d40f Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/basset/bc10.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/basset/bc11.gif b/src/main/webapp/com/img/map-service/geology/index/basset/bc11.gif new file mode 100644 index 00000000..7c388996 Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/basset/bc11.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/basset/bc12.gif b/src/main/webapp/com/img/map-service/geology/index/basset/bc12.gif new file mode 100644 index 00000000..d15f3928 Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/basset/bc12.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/basset/bc13.gif b/src/main/webapp/com/img/map-service/geology/index/basset/bc13.gif new file mode 100644 index 00000000..6167b382 Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/basset/bc13.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/basset/bc14.gif b/src/main/webapp/com/img/map-service/geology/index/basset/bc14.gif new file mode 100644 index 00000000..0a9c0da8 Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/basset/bc14.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/basset/bc15.gif b/src/main/webapp/com/img/map-service/geology/index/basset/bc15.gif new file mode 100644 index 00000000..fc1d718f Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/basset/bc15.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/basset/bc16.gif b/src/main/webapp/com/img/map-service/geology/index/basset/bc16.gif new file mode 100644 index 00000000..6d9be663 Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/basset/bc16.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/basset/bc17.gif b/src/main/webapp/com/img/map-service/geology/index/basset/bc17.gif new file mode 100644 index 00000000..3a719bc4 Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/basset/bc17.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/basset/bc18.gif b/src/main/webapp/com/img/map-service/geology/index/basset/bc18.gif new file mode 100644 index 00000000..9c043589 Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/basset/bc18.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/basset/bc19.gif b/src/main/webapp/com/img/map-service/geology/index/basset/bc19.gif new file mode 100644 index 00000000..ac5e3d8d Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/basset/bc19.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/basset/bc20.gif b/src/main/webapp/com/img/map-service/geology/index/basset/bc20.gif new file mode 100644 index 00000000..45ab7e1f Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/basset/bc20.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/basset/bc21.gif b/src/main/webapp/com/img/map-service/geology/index/basset/bc21.gif new file mode 100644 index 00000000..17be9eda Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/basset/bc21.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/basset/bc22.gif b/src/main/webapp/com/img/map-service/geology/index/basset/bc22.gif new file mode 100644 index 00000000..a5ed4799 Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/basset/bc22.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/basset/bc23.gif b/src/main/webapp/com/img/map-service/geology/index/basset/bc23.gif new file mode 100644 index 00000000..df81730a Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/basset/bc23.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/basset/bc24.gif b/src/main/webapp/com/img/map-service/geology/index/basset/bc24.gif new file mode 100644 index 00000000..f6e5762c Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/basset/bc24.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/basset/bc25.gif b/src/main/webapp/com/img/map-service/geology/index/basset/bc25.gif new file mode 100644 index 00000000..d3d3289a Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/basset/bc25.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/basset/bc26.gif b/src/main/webapp/com/img/map-service/geology/index/basset/bc26.gif new file mode 100644 index 00000000..75d51610 Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/basset/bc26.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/basset/bc27.gif b/src/main/webapp/com/img/map-service/geology/index/basset/bc27.gif new file mode 100644 index 00000000..d5ec6220 Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/basset/bc27.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/basset/bc28.gif b/src/main/webapp/com/img/map-service/geology/index/basset/bc28.gif new file mode 100644 index 00000000..6d4d15d9 Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/basset/bc28.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/basset/bc29.gif b/src/main/webapp/com/img/map-service/geology/index/basset/bc29.gif new file mode 100644 index 00000000..4dc8a2f1 Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/basset/bc29.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/basset/bc30.gif b/src/main/webapp/com/img/map-service/geology/index/basset/bc30.gif new file mode 100644 index 00000000..b18999ad Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/basset/bc30.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/basset/bc31.gif b/src/main/webapp/com/img/map-service/geology/index/basset/bc31.gif new file mode 100644 index 00000000..a6dc9b80 Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/basset/bc31.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/basset/bc32.gif b/src/main/webapp/com/img/map-service/geology/index/basset/bc32.gif new file mode 100644 index 00000000..080ab1e7 Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/basset/bc32.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/basset/bc33.gif b/src/main/webapp/com/img/map-service/geology/index/basset/bc33.gif new file mode 100644 index 00000000..d50d0b7e Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/basset/bc33.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/basset/bc34.gif b/src/main/webapp/com/img/map-service/geology/index/basset/bc34.gif new file mode 100644 index 00000000..f1b581bb Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/basset/bc34.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/basset/bc35.gif b/src/main/webapp/com/img/map-service/geology/index/basset/bc35.gif new file mode 100644 index 00000000..d63fd12c Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/basset/bc35.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/basset/bc36.gif b/src/main/webapp/com/img/map-service/geology/index/basset/bc36.gif new file mode 100644 index 00000000..8da3b363 Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/basset/bc36.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/basset/bc37.gif b/src/main/webapp/com/img/map-service/geology/index/basset/bc37.gif new file mode 100644 index 00000000..2e34bd02 Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/basset/bc37.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/basset/bc38.gif b/src/main/webapp/com/img/map-service/geology/index/basset/bc38.gif new file mode 100644 index 00000000..df81730a Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/basset/bc38.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/basset/bc39.gif b/src/main/webapp/com/img/map-service/geology/index/basset/bc39.gif new file mode 100644 index 00000000..f5a6ad77 Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/basset/bc39.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p01.gif b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p01.gif new file mode 100644 index 00000000..ff282ab8 Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p01.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p02.gif b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p02.gif new file mode 100644 index 00000000..c7e0c83d Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p02.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p03.gif b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p03.gif new file mode 100644 index 00000000..7bdeda41 Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p03.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p04.gif b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p04.gif new file mode 100644 index 00000000..97abc6da Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p04.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p05.gif b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p05.gif new file mode 100644 index 00000000..17b5aae6 Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p05.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p06.gif b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p06.gif new file mode 100644 index 00000000..549fb62c Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p06.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p07.gif b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p07.gif new file mode 100644 index 00000000..3feb9874 Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p07.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p08.gif b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p08.gif new file mode 100644 index 00000000..07df6f51 Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p08.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p09.gif b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p09.gif new file mode 100644 index 00000000..fe370166 Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p09.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p10.gif b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p10.gif new file mode 100644 index 00000000..006be582 Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p10.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p11.gif b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p11.gif new file mode 100644 index 00000000..eb6b066a Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p11.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p12.gif b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p12.gif new file mode 100644 index 00000000..a887ffc7 Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p12.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p13.gif b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p13.gif new file mode 100644 index 00000000..3feac997 Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p13.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p14.gif b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p14.gif new file mode 100644 index 00000000..5cdb50ae Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p14.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p15.gif b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p15.gif new file mode 100644 index 00000000..00c70d99 Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p15.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p16.gif b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p16.gif new file mode 100644 index 00000000..c9abc22e Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p16.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p17.gif b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p17.gif new file mode 100644 index 00000000..4d7d8a33 Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p17.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p18.gif b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p18.gif new file mode 100644 index 00000000..f1396c54 Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p18.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p19.gif b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p19.gif new file mode 100644 index 00000000..9f7c32c4 Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p19.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p20.gif b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p20.gif new file mode 100644 index 00000000..67da857b Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p20.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p21.gif b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p21.gif new file mode 100644 index 00000000..9089785b Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p21.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p22.gif b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p22.gif new file mode 100644 index 00000000..4b87620e Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p22.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p23.gif b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p23.gif new file mode 100644 index 00000000..c33f8728 Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p23.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p24.gif b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p24.gif new file mode 100644 index 00000000..2bfeb647 Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p24.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p25.gif b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p25.gif new file mode 100644 index 00000000..d6c29b27 Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p25.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p26.gif b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p26.gif new file mode 100644 index 00000000..6cb169cc Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p26.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p27.gif b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p27.gif new file mode 100644 index 00000000..9520ea21 Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p27.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p28.gif b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p28.gif new file mode 100644 index 00000000..bdb7b2ff Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p28.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p29.gif b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p29.gif new file mode 100644 index 00000000..527ce553 Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p29.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p30.gif b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p30.gif new file mode 100644 index 00000000..acc35c73 Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p30.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p31.gif b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p31.gif new file mode 100644 index 00000000..75d8c47b Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p31.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p32.gif b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p32.gif new file mode 100644 index 00000000..85cc8207 Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p32.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p33.gif b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p33.gif new file mode 100644 index 00000000..eee877d5 Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p33.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p34.gif b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p34.gif new file mode 100644 index 00000000..6f03b198 Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p34.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p35.gif b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p35.gif new file mode 100644 index 00000000..04be6b88 Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p35.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p36.gif b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p36.gif new file mode 100644 index 00000000..c956eebd Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p36.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p37.gif b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p37.gif new file mode 100644 index 00000000..8d8ceec7 Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p37.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p38.gif b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p38.gif new file mode 100644 index 00000000..82922203 Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p38.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p39.gif b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p39.gif new file mode 100644 index 00000000..aae51424 Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p39.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p40.gif b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p40.gif new file mode 100644 index 00000000..78d15943 Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p40.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p41.gif b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p41.gif new file mode 100644 index 00000000..87c3ba28 Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p41.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p42.gif b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p42.gif new file mode 100644 index 00000000..3139ce99 Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/p42.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/rock/pattern/pc01.gif b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/pc01.gif new file mode 100644 index 00000000..18f56a6b Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/pc01.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/rock/pattern/pc02.gif b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/pc02.gif new file mode 100644 index 00000000..6167b382 Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/pc02.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/rock/pattern/pc03.gif b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/pc03.gif new file mode 100644 index 00000000..df81730a Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/pc03.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/rock/pattern/pc04.gif b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/pc04.gif new file mode 100644 index 00000000..d50d0b7e Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/pc04.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/rock/pattern/pc05.gif b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/pc05.gif new file mode 100644 index 00000000..9262982a Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/pc05.gif differ diff --git a/src/main/webapp/com/img/map-service/geology/index/rock/pattern/pc06.gif b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/pc06.gif new file mode 100644 index 00000000..5731b837 Binary files /dev/null and b/src/main/webapp/com/img/map-service/geology/index/rock/pattern/pc06.gif differ diff --git a/src/main/webapp/js/map/main/map.js b/src/main/webapp/js/map/main/map.js index 043004aa..4e84f4d8 100644 --- a/src/main/webapp/js/map/main/map.js +++ b/src/main/webapp/js/map/main/map.js @@ -436,219 +436,7 @@ var geologyLayers = { var geologyLayersKey = null; // 지질 광산 layer명 var geologyLegendPopup = null; // 지질도 범례 팝업 객체를 저장할 변수 - -//사용자가 제공한 범례 HTML (템플릿 리터럴로 저장) -//Iframe에 맞도록 bodyClass의 width를 760px에서 98%로 수정 -var GEOLOGY_LEGEND_HTML = ` - - -
- -| 코드번호 | -시대명 | -시대기호 | -기본색 | -|
|---|---|---|---|---|
| GA01 | -제4기(Quaternary) | -충적층 (Alluvium) |
- Qa | -![]() |
-
| GA02 | -홍적층 (Diluvium) |
- Qd | -![]() |
- |
| GA03 | -신제3기 (Neogene) |
- N2 | -![]() |
- |
| GA04 | -고제3기 (Paleogene) |
- PG | -![]() |
- |
| GA05 | -백악기 (Cretaceous) |
- K | -![]() |
- |
| GA06 | -쥬라기 (Jurassic) |
- J | -![]() |
- |
| GA07 | -삼첩기 (Triassic) |
- T | -![]() |
- |
| GA08 | -페름기 (Permian) |
- P | -![]() |
- |
| GA09 | -석탄기 (Carboniferous) |
- C | -![]() |
- |
| GA10 | -데본기 (Devonian) |
- D | -![]() |
- |
| GA11 | -사일루리아기 (Silurian) |
- S | -![]() |
- |
| GA12 | -오도비스기 (Ordovician) |
- O | -![]() |
- |
| GA13 | -캠브리아기 (Cambrian) |
- ![]() |
- ![]() |
- |
| GA14 | -원생대 (Proterozoic) |
- PRgr | -PR,![]() |
- ![]() |
-
| GA15 | -PR3 | -![]() |
- ||
| GA16 | -PR2 | -![]() |
- ||
| GA17 | -PR1 | -![]() |
- ||
| GA18 | -시생대 (Archean) |
- AR3 | -AR,![]() |
- ![]() |
-
| GA19 | -AR2 | -![]() |
- ||
| GA20 | -AR1 | -![]() |
- ||
| 코드번호 | +시대명 | +시대기호 | +기본색 | +|
|---|---|---|---|---|
| GA01 | +제4기(Quaternary) | +충적층 (Alluvium) |
+ Qa | +
+
+ |
+
| GA02 | +홍적층 (Diluvium) |
+ Qd | +
+
+ |
+ |
| GA03 | +신제3기 (Neogene) + |
+ N2 | +
+
+ |
+ |
| GA04 | +고제3기 (Paleogene) |
+ PG | +
+
+ |
+ |
| GA05 | +백악기 (Cretaceous) + |
+ K | +
+
+ |
+ |
| GA06 | +쥬라기 (Jurassic) |
+ J | +
+
+ |
+ |
| GA07 | +삼첩기 (Triassic) |
+ T | +
+
+ |
+ |
| GA08 | +페름기 (Permian) |
+ P | +
+
+ |
+ |
| GA09 | +석탄기 (Carboniferous) |
+ C | +
+
+ |
+ |
| GA10 | +데본기 (Devonian) |
+ D | +
+
+ |
+ |
| GA11 | +사일루리아기 (Silurian) |
+ S | +
+
+ |
+ |
| GA12 | +오도비스기 (Ordovician) |
+ O | +
+
+ |
+ |
| GA13 | +캠브리아기 (Cambrian) |
+
+
+ |
+
+
+ |
+ |
| GA14 | +원생대 (Proterozoic) |
+ PRgr | +PR, +
+ |
+
+
+ |
+
| GA15 | +PR3 | +
+
+ |
+ ||
| GA16 | +PR2 | +
+
+ |
+ ||
| GA17 | +PR1 | +
+
+ |
+ ||
| GA18 | +시생대 (Archean) |
+ AR3 | +AR, +
+ |
+
+
+ |
+
| GA19 | +AR2 | +
+
+ |
+ ||
| GA20 | +AR1 | +
+
+ |
+ ||
| 코드번호 | +시대명 | +시대기호 | +기본색 | +
|---|---|---|---|
| BC01 | +호상편마암(bngn,bgn), | +AR1 | +
+
+ |
+
| BC02 | +화강암질 편마암(ggn) | +AR2 | +
+
+ |
+
| BC03 | +반상변정질 편마암(bpgn), 안구상편마암(agn) | +AR3 | +
+
+ |
+
| BC04 | +흑운모편마암(sch) | +PR1,PZ | +
+
+ |
+
| BC05 | +운모편암(msch) | +PR2 | +
+
+ |
+
| BC06 | +석영편암(qsch) | +PR3 | +
+
+ |
+
| BC07 | +화강편마암(grgn) | +PRgr,PC | +
+
+ |
+
| BC08 | +고생대 화강암류,(Paleozoic) | +PALgr | +
+
+ |
+
| BC09 | +삼첩기 화강암류 | +Tgr,TRgr | +
+
+ |
+
| BC10 | +쥬라기 화강암류(Jurassic) | +Jgr | +
+
+ |
+
| BC11 | +백악기(불국사) 화강암류(Cretaceous) | +Kgr | +
+
+ |
+
| BC12 | +고제3기 화강암류(Paleogene) | +PGgr,Tgr | +
+
+ |
+
| BC13 | +석회암(limestone), 캠브리아기층(Cambrian) | +ls, | +
+
+ |
+
| BC14 | +규암(Quartzite) | +qtz | +
+
+ |
+
| BC15 | +오도비스기 퇴적층(Ordovician) | +O | +
+
+ |
+
| BC16 | +사일루리안~데본기 퇴적층(Silurian~Devonian) | +D,S | +
+
+ |
+
| BC17 | +석탄층(Carboniferous) | +C | +
+
+ |
+
| BC18 | +옥천층군 하부(Ogcheon) | +Og1 | +
+
+ |
+
| BC19 | +옥천층군 중부(Ogcheon) | +Og2 | +
+
+ |
+
| BC20 | +옥천층군 상부(Ogcheon) | +Og3 | +
+
+ |
+
| BC21 | +페름기~삼첩기층(Permian~Triassic) | +P-T | +
+
+ |
+
| BC22 | +쥬라기 하부 퇴적층 | +J1 | +
+
+ |
+
| BC23 | +쥬라기 상부지층(암) | +J2 | +
+
+ |
+
| BC24 | +백악기 하부층(신동층군) | +K1 | +
+
+ |
+
| BC25 | +백악기 하부층(하양층군) | +K2 | +
+
+ |
+
| BC26 | +백악기 상부층(유천층군) | +K3,Og3 | +
+
+ |
+
| BC27 | +고제3기지층(Paleogene Tertiary) | +PG,T | +
+
+ |
+
| BC28 | +신제3기지층(Neogene Tertiary) | +N | +
+
+ |
+
| BC29 | +하부충적층(홍적층) | +Qa,Q2 | +
+
+ |
+
| BC30 | +충적층 | +Q2,Qa | +
+
+ |
+
| BC31 | +산성암맥(Acidic Dyke),석영맥(Quartz Vein) | +ad,qv | +
+
+ |
+
| BC32 | +중성암맥(Intermediate Dyke) | +id | +
+
+ | _
+
| BC33 | +염기성암맥(Basic Dyke) | +bd | +
+
+ |
+
| BC34 | +규장암(맥)(Felsite) | +fl | +
+
+ |
+
| BC35 | +유문암(Rhyolite) | +rh,rhy | +
+
+ |
+
| BC36 | +안산암(Andesite) | +an,and | _
+
+ |
+
| BC37 | +현무암(Basalt) | +bs | +
+
+ |
+
| BC38 | +각섬석(Amphibolite) | +amp | +
+
+ |
+
| BC39 | +매립지 | +- | +
+
+ |
+
| 코드번호 | +무늬 | +지질기호 | +무늬설명 | +
|---|---|---|---|
| P01 | +
+
+ |
+ gn | + · 준편마암 : hyorigin paragneiss, biotite gneiss, banded gneiss · 호상편마암 : metatectic gneiss(기본색:갈색) |
+
| P02 | +
+
+ |
+ ggn | + · 정편마암 > 준편마암 : othogneiss >granitic gneiss · 화강암질 편마암 : granitic gneiss |
+
| P03 | +
+
+ |
+ pgn,pbgn | + · 반상변정질 : porphyroblastic · 반상쇄정질 : porphyroclastic |
+
| P04 | +
+
+ |
+ agn | +· 안구상 편마암 : augen gneiss | +
| P05 | +
+
+ |
+ mgn,sz,mz | + · 혼성편마암 : migmatitic gneiss · 연성전단대 : ductile share zone · 압쇄대 : mylonitic zone |
+
| P06 | +
+
+ |
+ bsch | + · 흑운모 편암 : biotite schist · 태백산통, 율리통(PR1 기본색) 사질 편마암 : psammitic gneiss |
+
| P07 | +
+
+ |
+ bs,bsch | + · 점판암 : slate · 협재 셰일 : shale |
+
| P08 | +
+
+ |
+ ms,msch | + · 운모편암 : mica schist · 석영편암 : quartz schist |
+
| P09 | +
+
+ |
+ phy | +· 천매암 : phyllite | +
| P10 | +
+
+ |
+ ss + sh | +· 사암 셰일 교호대 : sandstone + shale | +
| P11 | +
+
+ |
+ ss | +· 사암 : sandstone | +
| P12 | +
+
+ |
+ cs | +· 역암 : conglomerate | +
| P13 | +
+
+ |
+ br | + · 각력암 : breccia · 조립, 중립 화강암(기본색 : 적색) · 화강편마암 : granite gneiss |
+
| P14 | +
+
+ |
+ gr | +· 화강암 : granite | +
| P15 | +
+
+ |
+ tgr | +· 복운모 화강암 : twomica granite | +
| P16 | +
+
+ |
+ ap | + · 반화강암 : aplite microgranite · 세립질 |
+
| P17 | +
+
+ |
+ gr | +· 세립 조립질 화강암 | +
| P18 | +
+
+ |
+ di | +· 섬록암 : diorite | +
| P19 | +
+
+ |
+ gb | +· 반려암, 반암 : gabbro | +
| P20 | +
+
+ |
+ amp | +· 초염기성암, 각섬암 : amphibolite | +
| P21 | +
+
+ |
+ rh | +· 유문암 : rhyolite | +
| P22 | +
+
+ |
+ and | +· 안산암 : andesite | +
| P23 | +
+
+ |
+ bs | +· 현무암 : basalt | +
| P24 | +
+
+ |
+ po | + · 반암 : porphyry(적색) · 반심성암/분출암 : hypabyssal/extrusive rock · 석류석 : garnet(갈색) |
+
| P25 | +
+
+ |
+ tf | +· 응회암 : tuff | +
| P26 | +
+
+ |
+ mz | +· 광화대/혼팰스/변질대(기본색 없음, 무늬색 적색) | +
| P27 | +
+
+ |
+ - | +· 신장역 : elongated conglomerate(황강리층) | +
| P28 | +
+
+ |
+ Qt | + · 홍적층(애추: talus, 돌서렁층) · 매립지 |
+
| P29 | +
+
+ |
+ cg | +· 역암 | +
| P30 | +
+
+ |
+ gt | +· 전기석화강암류 | +
| P31 | +
+
+ |
+ pmgn | +· 반상변정미그마타이트질편마암 | +
| P32 | +
+
+ |
+ gs,gr | + · 편상화강암 · 엽리상화강암 |
+
| P33 | +
+
+ |
+ tgr | +· 복운모화강암 | +
| P34 | +
+
+ |
+ sgr | +· 반화강암질편상화강암 | +
| P35 | +
+
+ |
+ gdi | +· 편마암상섬록암질암 | +
| P36 | +
+
+ |
+ pgr | +· 엽리상반상화강암 | +
| P37 | +
+
+ |
+ gsy | +· 편마암상섬장암 | +
| P38 | +
+
+ |
+ ps | +· 박상석영반암 | +
| P39 | +
+
+ |
+ j | +· 용결터프유문암질암 및 안산암의 각력함유 | +
| P40 | +
+
+ |
+ h | +· 홍전층 | +
| P41 | +
+
+ |
+ tgr | +· 전기석화강암 | +
| P42 | +
+
+ |
+ gtgr | +· 함석류석복운모화강암 | +