Spaces:
Runtime error
Runtime error
File size: 47,821 Bytes
a68b13b a93666a fbf7aed 6d4c624 b11d1b5 0bcfa53 a5e71eb fede4e1 02e5929 fbf7aed 5e62073 8c93eed fbf7aed 02e5929 fbf7aed 0bcfa53 6d4c624 0bcfa53 6d4c624 a5e71eb 6d4c624 9688d35 a93666a b11d1b5 1170a8f 5a0f249 fede4e1 5758323 b11d1b5 1170a8f 2513f2b 37c6b88 1170a8f fede4e1 0bcfa53 7e40962 a5e71eb 7e40962 2b18158 7982b5b a5e71eb c2a5a36 1d6d0dd 5e62073 fede4e1 bbaff48 7f14e86 5a0f249 1170a8f a68b13b a93666a fc5c224 a68b13b a93666a a68b13b 37c6b88 a68b13b 37c6b88 825a801 37c6b88 53b2d2f a68b13b 37c6b88 a68b13b a93666a a68b13b a93666a a68b13b b11d1b5 1170a8f 2513f2b 1170a8f a5e71eb 0bcfa53 a5e71eb 0bcfa53 a5e71eb 04b006b 7982b5b 8b80ab0 7982b5b 04b006b 09cd743 8b80ab0 04b006b 8b80ab0 04b006b 8b80ab0 04b006b a5e71eb 5e62073 a5e71eb 5e62073 a5e71eb 5e62073 a5e71eb bbaff48 a617b7a bbaff48 bf630df fede4e1 bbaff48 fbf7aed 1170a8f 1529f57 5a0f249 1529f57 1170a8f 37c6b88 1170a8f 37c6b88 1170a8f fede4e1 1170a8f 5758323 bf630df 37c6b88 fede4e1 02a5e71 02e5929 1170a8f 02e5929 1170a8f 7f14e86 fede4e1 bbaff48 fede4e1 bbaff48 fede4e1 bbaff48 fede4e1 1170a8f fede4e1 1170a8f fede4e1 bf630df fede4e1 bf630df a5e71eb 7e40962 5758323 7e40962 ab8ba8e 09cd743 2b18158 8b80ab0 2b18158 09cd743 0bcfa53 7e40962 0bcfa53 a5e71eb ab8ba8e 8c93eed 0bcfa53 8c93eed 0bcfa53 1d6d0dd 0bcfa53 a5e71eb 1d6d0dd a5e71eb 1170a8f 7e40962 ab8ba8e a5e71eb ab8ba8e 1d6d0dd ab8ba8e 1d6d0dd ab8ba8e 7e40962 a5e71eb 5e62073 a5e71eb 1d6d0dd a5e71eb 5e62073 a5e71eb 5e62073 a5e71eb c2a5a36 5e62073 c2a5a36 1d6d0dd a5e71eb 7e40962 1170a8f fbf7aed a5e71eb fbf7aed |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 |
import React, { useState, useEffect, useRef,
useCallback
} from 'react';
import { MapContainer, TileLayer,
useMapEvents,
Marker,
Popup ,
useMap,
Polyline,
Tooltip,
Polygon,
GeoJSON,
ScaleControl
} from 'react-leaflet';
import L from 'leaflet';
import 'leaflet/dist/leaflet.css';
import { generateGeodesicPoints, calculatePolygonArea, getPolygonCentroid, formatArea, formatPerimeter } from '../utils/mapUtils';
delete L.Icon.Default.prototype._getIconUrl;
L.Icon.Default.mergeOptions({
iconRetinaUrl: 'https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.7.1/images/marker-icon-2x.png',
iconUrl: 'https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.7.1/images/marker-icon.png',
shadowUrl: 'https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.7.1/images/marker-shadow.png',
});
// Add scale
// L.control.scale().addTo(window.Map);
const ClickHandler = ({ onClick }) => {
useMapEvents({
click(e) {
const { lat, lng } = e.latlng;
onClick(lat, lng);
},
});
return null;
};
const BACKEND_URL = process.env.REACT_APP_BACKEND_URL || 'http://localhost:8004';
console.log(BACKEND_URL);
const ResizeHandler = ({ trigger }) => {
const map = useMap();
useEffect(() => {
map.invalidateSize();
}, [trigger, map]);
return null;
};
const Map = ( { onMapClick, searchQuery, contentType, setSearchQuery, setSubmittedQuery } ) => {
const [baseLayer, setBaseLayer] = useState("base"); // "base" | "satellite"
const [markerPosition, setMarkerPosition] = useState(null);
const [wikiContent, setWikiContent] = useState(null);
const [panelSize, setPanelSize] = useState('half');
const [wikiWidth, setWikiWidth] = useState(20);
const [iframeSrc, setIframeSrc] = useState('');
const isDragging = useRef(false);
const startX = useRef(0);
const startWidth = useRef(0);
const containerRef = useRef(null);
const [geoPoints, setGeoPoints] = useState([]);
const [geoDistance, setGeoDistance] = useState(null);
const [geoSidebarOpen, setGeoSidebarOpen] = useState(false);
const [geoToolMode, setGeoToolMode] = useState("menu"); // "menu" | "distance" | "area"
const [geoUnit, setGeoUnit] = useState('km');
const [isGeoMarkerDragging, setIsGeoMarkerDragging] = useState(false);
const distanceCache = useRef({});
const [areaPoints, setAreaPoints] = useState([]);
const [polygonArea, setPolygonArea] = useState(null);
const [areaUnit, setAreaUnit] = useState('sqm'); // 'sqm', 'sqkm', 'ha', 'acres', 'sqmi'
const [numberFormat, setNumberFormat] = useState('normal'); // 'normal' | 'scientific'
const [polygonPerimeter, setPolygonPerimeter] = useState(null);
const [viewPanelOpen, setViewPanelOpen] = useState(true);
const [countryBorders, setCountryBorders] = useState(null);
const CenterMap = ({ position }) => {
const map = useMap();
useEffect(() => {
if (position && Array.isArray(position) && position.length === 2) {
map.setView(position, map.getZoom());
}
}, [map, position]);
return null;
};
const handleMouseDown = (e) => {
isDragging.current = true;
startX.current = e.clientX;
startWidth.current = wikiWidth;
document.body.style.cursor = 'col-resize';
document.body.style.userSelect = 'none';
};
const handleMouseMove = (e) => {
if (!isDragging.current || !containerRef.current) return;
const containerWidth = containerRef.current.offsetWidth;
const deltaX = e.clientX - startX.current;
const newWidth = Math.max(20, Math.min(80, startWidth.current + (deltaX / containerWidth * 100)));
setWikiWidth(newWidth);
};
const handleMouseUp = () => {
isDragging.current = false;
document.body.style.cursor = '';
document.body.style.userSelect = '';
}
useEffect(() => {
document.addEventListener('mousemove', handleMouseMove);
document.addEventListener('mouseup', handleMouseUp);
return () => {
document.removeEventListener('mousemove', handleMouseMove);
document.removeEventListener('mouseup', handleMouseUp);
};
}, []);
const fetchWiki = useCallback(async (pageName) => {
try{
let endpoint;
if (contentType === 'summary') {
endpoint = `${BACKEND_URL}/wiki/${pageName}`;
}
else if (contentType === 'full') {
endpoint = `${BACKEND_URL}/wiki/search/${pageName}`;
}
else {
console.log("Invalid content type:", contentType);
setWikiContent(null);
return;
}
const res = await fetch(endpoint);
const data = await res.json();
if (contentType === 'summary') {
setWikiContent(data);
if (data && data.latitude && data.longitude) {
setMarkerPosition([data.latitude, data.longitude]);
}
} else if (contentType === 'full') {
setWikiContent({
title: data.title,
content: data.content
});
const htmlContent = `
<!DOCTYPE html>
<html>
<head>
<style>
body { font-family: Arial, sans-serif; padding: 20px; }
img { max-width: 100%; }
</style>
<base href="https://en.wikipedia.org">"
<!-- The upper line is added so that relative links in the Wikipedia content work correctly. -->
</head>
<body>
${data.content}
</body>
</html>
`;
const blob = new Blob([htmlContent], { type: 'text/html' });
const blobUrl = URL.createObjectURL(blob);
setIframeSrc(blobUrl);
// const dataUrl = 'data:text/html;charset=utf-8,' + encodeURIComponent(htmlContent);
// setIframeSrc(dataUrl);;
if (data && data.latitude && data.longitude) {
setMarkerPosition([data.latitude, data.longitude]);
}
}
else {
console.log("Invalid content type:", contentType);
setWikiContent(null);
}
} catch (error) {
console.error("Error fetching Wikipedia content:", error);
}
}, [contentType]);
// const markerPosition = [21.2514, 81.6296];
useEffect(() => {
if (searchQuery) {
fetchWiki(searchQuery);
}
}, [searchQuery, fetchWiki]);
const togglePanel = () => {
setPanelSize(prev => {
if (prev === 'half') return 'half';
if (prev === 'full') return 'half';
return 'half';
});
setWikiWidth(20);
};
const handleMapClick = useCallback(async (lat, lon) => {
if (geoToolMode === "distance") {
const updatedPoints = [...geoPoints, { lat, lon }];
if (updatedPoints.length > 2) {
updatedPoints.shift(); // keep only two
}
setGeoPoints(updatedPoints);
if (updatedPoints.length === 2) {
console.log("Fetching distance");
try {
const res = await fetch(`${BACKEND_URL}/geodistance`, {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({
lat1: updatedPoints[0].lat,
lon1: updatedPoints[0].lon,
lat2: updatedPoints[1].lat,
lon2: updatedPoints[1].lon,
unit: geoUnit,
}),
});
const data = await res.json();
setGeoDistance(data.distance);
setGeoSidebarOpen(true);
console.log("Distance fetched:", data.distance);
} catch (err) {
console.error('Failed to fetch distance:', err);
setGeoDistance(null);
}
}
} else if (geoToolMode === "area") {
const updated = [...areaPoints, [lat, lon]];
setAreaPoints(updated);
}
else {
// setMarkerPosition([lat, lon]);
console.log("Invalid tool mode:", geoToolMode);
}
}, [geoToolMode, geoPoints, geoUnit, areaPoints]);
useEffect(() => {
if (geoPoints.length === 2) {
const cacheKey = `${geoPoints[0].lat},${geoPoints[0].lon}-${geoPoints[1].lat},${geoPoints[1].lon}-${geoUnit}`;
if (distanceCache.current[cacheKey]) {
setGeoDistance(distanceCache.current[cacheKey]);
console.log("Using cached distance:", distanceCache.current[cacheKey].toFixed(3));
return;
}
const fetchDistance = async () => {
try{
const res = await fetch(`${BACKEND_URL}/geodistance`, {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({
lat1: geoPoints[0].lat,
lon1: geoPoints[0].lon,
lat2: geoPoints[1].lat,
lon2: geoPoints[1].lon,
unit: geoUnit
}),
});
const data = await res.json();
setGeoDistance(data.distance);
distanceCache.current[cacheKey] = data.distance; // Setting up the cache here, forgot it in first attempt.
console.log("Using normal distance method:", data.distance.toFixed(3));
}
catch (err) {
console.error('Failed to fetch distance:', err);
setGeoDistance(null);
}
};
if (isGeoMarkerDragging){
const timeoutId = setTimeout(() => {
fetchDistance();
}, 100); // 100ms timeout, before every backend call during dragging
return () => clearTimeout(timeoutId);
}
fetchDistance();
}
}, [geoPoints, geoUnit, isGeoMarkerDragging]);
useEffect(() => {
if (geoToolMode === "area" && areaPoints.length >= 3) {
// Just ensuring that the polygon is closed (first == last)
const closed = [...areaPoints, areaPoints[0]];
const {area, perimeter} = calculatePolygonArea(closed); // This took me a while to figure out, it should be just (lat, lon), not (lon, lat)
setPolygonArea(area);
setPolygonPerimeter(perimeter);
// console.log("Polygon area:", area, "Perimeter:", perimeter);
} else {
setPolygonArea(null);
setPolygonPerimeter(null);
}
}, [geoToolMode, areaPoints]);
useEffect(() => {
if (!countryBorders) {
fetch('/data/countryBordersCondensed.json')
.then(res => res.json())
.then(data => setCountryBorders(data))
.catch(err => console.error("Failed to load country borders:", err));
}
}, [countryBorders]);
const wrapCount = 3;
const equatorLines = [];
for (let i = -wrapCount; i <= wrapCount; i++) {
const offset = i * 360;
equatorLines.push([
[0, -180 + offset],
[0, 180 + offset],
]);
}
const cancerLat = 23.4366;
const capricornLat = -23.4366;
const generateWrappedLine = (latitude) => {
const lines = [];
for (let i = -wrapCount; i <= wrapCount; i++) {
const offset = i * 360;
lines.push([
[latitude, -180 + offset],
[latitude, 180 + offset],
]);
}
return lines;
};
const tropicOfCancerLines = generateWrappedLine(cancerLat);
const tropicOfCapricornLines = generateWrappedLine(capricornLat);
const generateLongitudeLines = (interval = 30, wraps = 1) => {
const lines = [];
for (let lon = -180; lon <= 180; lon += interval) {
for (let w = -wraps; w <= wraps; w++) {
const wrappedLon = lon + (360 * w);
lines.push([
[-90, wrappedLon],
[90, wrappedLon]
]);
}
}
return lines;
};
// const longitudeLines = generateLongitudeLines(30, 1);
return (
<div ref={containerRef} style={{ display: 'flex', height: '100vh', width: '100%', overflow: 'hidden' }}>
{panelSize !== 'closed' && (
<>
<div style={{
width: `${wikiWidth}%`,
height: '100%',
overflow: 'auto',
padding: '20px',
backgroundColor: 'white',
boxShadow: '2px 0 5px rgba(0,0,0,0.1)',
zIndex: 1000,
flexShrink: 0
}}>
<div style={{ marginBottom: '20px' }}>
<h2 style={{ margin: 2}}>{wikiContent?.title || 'Search for a location'}</h2>
{markerPosition && (
<button
onClick={() => {
setMarkerPosition(null);
setWikiContent(null);
setIframeSrc('');
setSearchQuery('');
setSubmittedQuery('');
}}
style={{
padding: '3px 8px',
background: '#e53935',
color: 'white',
border: 'none',
borderRadius: 4,
cursor: 'pointer',
fontWeight: 500,
}}
>
Remove Marker
</button>
)}
</div>
{wikiContent ? (
<div>
{contentType === 'full' ? (
<iframe
src={iframeSrc}
style={{
width: '100%',
height: 'calc(100vh - 100px)',
border: 'none'
}}
title="Wikipedia Page"
/>
) : (
<p>{wikiContent.content}</p>
)}
</div>
) : (
<p>Search for a location to see Wikipedia content</p>
)}
</div>
<div
onMouseDown={handleMouseDown}
style={{
width: '8px',
height: '100%',
backgroundColor: '#f0f0f0',
cursor: 'col-resize',
position: 'relative',
zIndex: 1001,
display: 'flex',
alignItems: 'center',
justifyContent: 'center',
flexShrink: 0
}}
>
<div style={{
width: '2px',
height: '40px',
backgroundColor: '#ccc',
borderRadius: '1px'
}} />
</div>
</>
)}
<div style={{
flex: 1,
height: '100%',
position: 'relative',
minWidth: 0,
overflow: 'hidden'
}}>
{/* View radio group with minimize/restore */}
{viewPanelOpen ? (
<div style={{
position: 'absolute',
top: 12,
left: 48, // moved right
zIndex: 1200,
background: 'white',
borderRadius: 8,
boxShadow: '0 2px 8px rgba(12, 12, 12, 0.08)',
padding: '6px 9px 6px 9px',
display: 'flex',
flexDirection: 'column',
gap: 0,
minWidth: 100,
transition: 'all 0.3s ease-in-out',
}}>
<div style={{ display: 'flex', justifyContent: 'space-between', alignItems: 'center', marginBottom: 6 }}>
<span style={{ fontWeight: 600, fontSize: 16, color: '#333' }}>Map View</span>
<button
onClick={() => setViewPanelOpen(false)}
style={{
background: 'none',
border: 'none',
top: 12,
left: 48,
fontSize: 18,
cursor: 'pointer',
color: '#888',
marginLeft: 12,
lineHeight: 1,
}}
title="Minimize"
>–</button>
</div>
<label style={{ display: 'flex', alignItems: 'center', gap: 6 }}>
<input
type="radio"
name="view"
value="base"
checked={baseLayer === "base"}
onChange={() => setBaseLayer("base")}
/>
Base
</label>
<label style={{ display: 'flex', alignItems: 'center', gap: 6 }}>
<input
type="radio"
name="view"
value="satellite"
checked={baseLayer === "satellite"}
onChange={() => setBaseLayer("satellite")}
/>
Satellite
</label>
</div>
) : (
<button
onClick={() => setViewPanelOpen(true)}
style={{
position: 'absolute',
top: 16,
left: 50,
zIndex: 1200,
background: 'white',
borderRadius: 8,
boxShadow: '0 2px 8px rgba(0,0,0,0.08)',
padding: '8px 14px',
border: '1px solid #eee',
cursor: 'pointer',
fontWeight: 600,
}}
title="Show View Options"
>
View +
</button>
)}
<MapContainer
center={markerPosition || [0, 0]} // Default center if no marker position
zoom={2.5} //Originally 2
style={{ height: '100%', width: '100%' }}
minZoom={2}
// maxZoom={5}
maxBounds={[
[-90, -180],
[90, 180]
]}
maxBoundsViscosity={1.0} // This completely prevents panning outside the horizonta/vertical bounds of the map. Avoids showing ugly section of the maps.
>
<ScaleControl position="bottomright" imperial={true} />
<ResizeHandler trigger={wikiWidth} />
<CenterMap position={markerPosition} />
{baseLayer === "satellite" && (
<>
<TileLayer
url="https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}"
attribution='© <a href="https://www.esri.com/">Esri</a> & contributors'
/>
<TileLayer
url="https://{s}.basemaps.cartocdn.com/light_only_labels/{z}/{x}/{y}.png"
attribution='© CartoDB'
/>
{countryBorders && (
<GeoJSON
data={countryBorders}
style={{
color: '#ffff99',
weight: 1.5,
opacity: 0.8,
fillOpacity: 0.1,
}}
/>
)}
</>
)}
{baseLayer === "base" && (
<TileLayer
url="https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png"
attribution='© <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors'
/>
)}
{/* Tropics and Equator Lines */}
<>
{tropicOfCancerLines.map((line, idx) => (
<Polyline
key={`cancer-${idx}`}
positions={line}
pathOptions={{
color: 'gray',
weight: 1,
dashArray: '4, 4',
interactive: false,
}}
/>
))}
{tropicOfCapricornLines.map((line, idx) => (
<Polyline
key={`capricorn-${idx}`}
positions={line}
pathOptions={{
color: 'gray',
weight: 1,
dashArray: '4, 4',
interactive: false,
}}
/>
))}
{generateLongitudeLines(30, 1).map((line, index) => (
<Polyline
key={`lon-line-${index}`}
positions={line}
pathOptions={{
color: '#aaa',
dashArray: '4, 4',
weight: 1,
interactive: false,
}}
/>
))}
</>
{/* Equator Lines */}
{equatorLines.map((line, idx) => (
<Polyline
key={`equator-${idx}`}
positions={line}
pathOptions={{
color: 'gray',
weight: 1.5,
dashArray: '6, 6',
interactive: false,
}}
/>
))}
<ClickHandler onClick={handleMapClick} />
{markerPosition && (
<Marker position={markerPosition}>
{contentType === 'summary' && (
<Popup minWidth={250}>
{wikiContent ? (
<>
<strong>{wikiContent.title}</strong><br />
<p style={{ fontSize: '12px' }}>{wikiContent.content}</p>
</>
) : (
"Search for a location to see information"
)}
</Popup>
)}
</Marker>
)}
{/* Only show geodistance markers/polyline if sidebar is open */}
{geoSidebarOpen && geoToolMode === "distance" && geoPoints.map((pt, index) => (
<Marker key={`geo-${index}`}
position={[pt.lat, pt.lon]}
draggable={true}
eventHandlers={{
dragstart: () => {
setIsGeoMarkerDragging(true);
},
drag: (e) => {
const { lat, lng } = e.target.getLatLng();
const updated = [...geoPoints];
updated[index] = { lat, lon: lng };
setGeoPoints(updated); // The distance function will be continioust triggered throughout the dragging journey
} ,
dragend: (e) => {
const { lat, lng } = e.target.getLatLng();
const updated = [...geoPoints];
updated[index] = { lat, lon: lng };
setGeoPoints(updated); // Triggering the distance fetch via useEffect
setIsGeoMarkerDragging(false);
}
}}
>
<Popup>
Point {index + 1}: {pt.lat.toFixed(4)}, {pt.lon.toFixed(4)}
</Popup>
</Marker>
))}
{/* Polyline if 2 points are selected and sidebar is open, simple enough */}
{geoSidebarOpen && geoToolMode === "distance" && geoPoints.length === 2 && (
<Polyline
key={geoPoints.map(pt => `${pt.lat},${pt.lon}`).join('-')}
positions={generateGeodesicPoints(
geoPoints[0].lat, geoPoints[0].lon,
geoPoints[1].lat, geoPoints[1].lon
)}
pathOptions={{ color: '#1976d2', weight: 4 }}
>
{geoDistance !== null && (
<Tooltip
direction="center"
permanent
offset={[0, 0]}
opacity={1}
className="distance-tooltip"
>
<span style={{
color: '#1976d2',
fontWeight: 600,
fontSize: '15px',
background: 'none',
border: 'none',
boxShadow: 'none',
padding: 0
}}>
{geoDistance !== null
? (numberFormat === 'scientific'
? geoDistance.toExponential(2)
: geoDistance.toLocaleString(undefined, { maximumFractionDigits: 2, minimumFractionDigits: 2 })
) + ' ' + geoUnit
: ''}
</span>
</Tooltip>
)}
</Polyline>
)}
{/* Area tools */}
{geoSidebarOpen && geoToolMode === "area" && areaPoints.length >= 2 && (
<Polyline
positions={areaPoints}
pathOptions={{ color: '#1976d2', weight: 3, dashArray: '4 6' }}
/>
)}
{geoSidebarOpen && geoToolMode === "area" && areaPoints.length >= 3 && (
<>
<Polygon
positions={areaPoints}
pathOptions={{ color: '#1976d2', fillColor: '#1976d2', fillOpacity: 0.2 }}
/>
{/* Area label at centroid */}
<Marker
position={getPolygonCentroid(areaPoints)}
interactive={false}
icon={L.divIcon({
className: 'area-label',
html: polygonArea !== null
? `<div style="background:rgba(255,255,255,0.8);padding:2px 6px;border-radius:4px;color:#1976d2;font-weight:600;">${formatArea(polygonArea, areaUnit, numberFormat)}</div>`
: '',
iconSize: [100, 24],
iconAnchor: [50, 12]
})}
/>
</>
)}
{geoSidebarOpen && geoToolMode === "area" && areaPoints.map((pt, idx) => (
<Marker
key={`area-${idx}`}
position={[pt[0], pt[1]]}
draggable={true}
eventHandlers={{
dragstart: () => {
setIsGeoMarkerDragging(true);
},
dragend: (e) => {
const { lat, lng } = e.target.getLatLng();
const updated = [...areaPoints];
updated[idx] = [lat, lng];
setAreaPoints(updated);
setIsGeoMarkerDragging(false);
}
}}
>
<Popup>
Point {idx + 1}: {pt[0].toFixed(4)}, {pt[1].toFixed(4)}
</Popup>
</Marker>
))}
</MapContainer>
{/* Geo Tools Button */}
{!geoSidebarOpen && (
<button
onClick={() => setGeoSidebarOpen(true)}
style={{
position: 'absolute',
top: 12,
right: 12,
zIndex: 1000,
padding: '6px 12px',
backgroundColor: '#1976d2',
color: 'white',
border: 'none',
borderRadius: 4,
cursor: 'pointer'
}}
>
Geo Tools
</button>
)}
{/* Geo Sidebar */}
{geoSidebarOpen && (
<div style={{
position: 'fixed',
top: 24,
right: 24,
width: 280,
background: 'white',
borderRadius: 10,
boxShadow: '0 2px 12px rgba(0,0,0,0.12)',
zIndex: 2000,
padding: 20,
display: 'flex',
flexDirection: 'column',
gap: 16,
border: '1px solid #eee'
}}>
{geoToolMode === "menu" && (
<>
<div style={{ display: 'flex', justifyContent: 'space-between', alignItems: 'center' }}>
<strong>Geo Tools</strong>
<button
onClick={() => {
setGeoSidebarOpen(false);
setGeoPoints([]);
setGeoDistance(null);
setGeoToolMode("menu");
}}
style={{
background: 'none',
border: 'none',
fontSize: 18,
cursor: 'pointer',
color: '#888'
}}
title="Close"
>×</button>
</div>
<button
style={{
marginTop: 16,
padding: '10px 0',
borderRadius: 4,
border: '1px solid #1976d2',
background: '#1976d2',
color: 'white',
fontWeight: 500,
cursor: 'pointer'
}}
onClick={() => setGeoToolMode("distance")}
>
Measure distance
</button>
<button
style={{
marginTop: 16,
padding: '10px 0',
borderRadius: 4,
border: '1px solid #1976d2',
background: '#1976d2',
color: 'white',
fontWeight: 500,
cursor: 'pointer'
}}
onClick={() => setGeoToolMode("area")}
>
Measure area
</button>
{/* Add more tool buttons here in the future */}
</>
)}
{geoToolMode === "distance" && (
<>
<div style={{ display: 'flex', justifyContent: 'space-between', alignItems: 'center' }}>
<strong>Geodistance</strong>
<button
onClick={() => {
setGeoToolMode("menu");
setGeoPoints([]);
setGeoDistance(null);
}}
style={{
background: 'none',
border: 'none',
fontSize: 18,
cursor: 'pointer',
color: '#888'
}}
title="Back"
>←</button>
</div>
<div>
<label style={{ fontWeight: 500, marginRight: 8 }}>Unit:</label>
<select
value={geoUnit}
onChange={e => setGeoUnit(e.target.value)}
style={{ padding: '4px 8px', borderRadius: 4, border: '1px solid #ccc' }}
>
<option value="km">Kilometers</option>
<option value="mi">Miles</option>
</select>
</div>
<div>
<label style={{ fontWeight: 500, marginRight: 8 }}>Number format:</label>
<select
value={numberFormat}
onChange={e => setNumberFormat(e.target.value)}
style={{ padding: '4px 8px', borderRadius: 4, border: '1px solid #ccc' }}
>
<option value="normal">Normal</option>
<option value="scientific">Scientific</option>
</select>
</div>
{geoDistance !== null && (
<div style={{ fontSize: 20, fontWeight: 600, color: '#1976d2' }}>
{numberFormat === 'scientific'
? geoDistance.toExponential(2)
: geoDistance.toLocaleString(undefined, { maximumFractionDigits: 2, minimumFractionDigits: 2 })
}
</div>
)}
<button
onClick={() => {
setGeoToolMode("menu");
setGeoPoints([]);
setGeoDistance(null);
}}
style={{
marginTop: 8,
padding: '6px 0',
borderRadius: 4,
border: '1px solid #1976d2',
background: '#1976d2',
color: 'white',
fontWeight: 500,
cursor: 'pointer'
}}
>
Clear & Back
</button>
</>
)}
{geoToolMode === "area" && (
<>
<div style={{ display: 'flex', justifyContent: 'space-between', alignItems: 'center' }}>
<strong>Area</strong>
<button
onClick={() => {
setGeoToolMode("menu");
setAreaPoints([]);
setPolygonArea(null);
setPolygonPerimeter(null);
}}
style={{
background: 'none',
border: 'none',
fontSize: 18,
cursor: 'pointer',
color: '#888'
}}
title="Back"
>←</button>
</div>
{polygonArea !== null && (
<div style={{ fontSize: 20, fontWeight: 600, color: '#1976d2' }}>
{formatArea(polygonArea, areaUnit, numberFormat)}
</div>
)}
{polygonPerimeter !== null && (
<div style={{ fontSize: 16, color: '#555' }}>
Perimeter: {formatPerimeter(polygonPerimeter, areaUnit, numberFormat)}
</div>
)}
<button
onClick={() => {
setGeoToolMode("menu");
setAreaPoints([]);
setPolygonArea(null);
setPolygonPerimeter(null);
}}
style={{
marginTop: 8,
padding: '6px 0',
borderRadius: 4,
border: '1px solid #1976d2',
background: '#1976d2',
color: 'white',
fontWeight: 500,
cursor: 'pointer'
}}
>
Clear & Back
</button>
<div>
<label style={{ fontWeight: 500, marginRight: 8 }}>Unit:</label>
<select
value={areaUnit}
onChange={e => setAreaUnit(e.target.value)}
style={{ padding: '4px 8px', borderRadius: 4, border: '1px solid #ccc' }}
>
<option value="m2">m²</option>
<option value="km2">km²</option>
<option value="ha">ha</option>
<option value="mi2">mi²</option>
<option value="acres">acres</option>
<option value="sqft">ft²</option>
</select>
</div>
<div>
<label style={{ fontWeight: 500, marginRight: 8 }}>Number format:</label>
<select
value={numberFormat}
onChange={e => setNumberFormat(e.target.value)}
style={{ padding: '4px 8px', borderRadius: 4, border: '1px solid #ccc' }}
>
<option value="normal">Normal</option>
<option value="scientific">Scientific</option>
</select>
</div>
</>
)}
</div>
)}
{panelSize === 'closed' && (
<button
onClick={togglePanel}
style={{
position: 'absolute',
top: '10px',
left: '10px',
zIndex: 1000,
padding: '5px 10px',
backgroundColor: 'white',
border: '1px solid #ccc',
borderRadius: '4px',
cursor: 'pointer'
}}
>
Show Wikipedia
</button>
)}
</div>
</div>
);
};
export default Map; |