+ {/* Header */}
+
+
+ 위치 지정
+
+ {regionName || regionId}
+
+
+
+
+
+ {/* Instruction */}
+
지도를 클릭하여 핀을 놓으세요
+
+ {/* Map */}
+
+
+
+
+ {coords && (
+
+ )}
+
+
+
+ {/* Coords display */}
+ {coords && (
+
+ {coords[1].toFixed(4)}, {coords[0].toFixed(4)}
+
+ )}
+
+ {error &&
{error}
}
+
+ {/* Actions */}
+
+
+
+
+