Set default map center to Pontianak and gitignore docs/

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Dodo
2026-06-13 06:36:11 +07:00
parent 695a9e4a1e
commit 2d46279f36
2 changed files with 5 additions and 2 deletions
+3
View File
@@ -51,3 +51,6 @@ Thumbs.db
*.njsproj
*.sln
*.sw?
# Docs
docs/
+2 -2
View File
@@ -265,9 +265,9 @@ export default function LeafletMap({
return;
}
// Create Map Instance centered in Jakarta
// Create Map Instance centered in Pontianak
const map = L.map(mapContainerRef.current, {
center: [-6.20, 106.82],
center: [-0.055453066586343774, 109.34839801239819],
zoom: 12,
zoomControl: true
});