function lacIndexLookup(lat, lng) { // Step 1: local index (bbox) — always takes priority over major polygons const idx = window._lacsIndex; if (idx && idx.length) { const hits = []; for (let i = 0; i < idx.length; i++) { const e = idx[i]; if (lng >= e[1] && lng <= e[3] && lat >= e[2] && lat <= e[4]) hits.push(e); } if (hits.length > 0) { let best = hits[0]; if (hits.length > 1) { let bd = Infinity; for (const e of hits) { const cx = (e[1] + e[3]) / 2, cy = (e[2] + e[4]) / 2; const d = (lng - cx) * (lng - cx) + (lat - cy) * (lat - cy); if (d < bd) { bd = d; best = e; } } const bcx = (best[1] + best[3]) / 2, bcy = (best[2] + best[4]) / 2; const sameLake = hits.filter(e => { const cx = (e[1] + e[3]) / 2, cy = (e[2] + e[4]) / 2; return Math.abs(cx - bcx) < 0.003 && Math.abs(cy - bcy) < 0.003; }); if (sameLake.length > 1) { const score = nm => { let s = 0; if (/^(lac|rivière|riviere|étang|etang|réservoir|reservoir|fleuve)\b/i.test(nm)) s += 2; if (/[àâäéèêëïîôöùûüç]/i.test(nm)) s += 1; s += nm.length / 100; return s; }; best = sameLake.reduce((a, b) => score(b[0]) > score(a[0]) ? b : a); } } return { name: best[0], waterType: 'lake' }; } } return null; } Ouananiche — Quebec Smart Fishing Map
Quebec Sport Fishing
📡 Offline — some features may be limited
N S E W
Close
🏞️ Water body
⏳ Loading…
⬇️ Download map
Les tuiles téléchargées seront disponibles hors-ligne.
Naviguez vers la zone à télécharger avant de lancer.
🗺️
Vue actuelle (zoom 10–14)
La zone visible à l'écran en haute résolution
~estimé
🌲
Aperçu Québec (zoom 5–9)
Vue d'ensemble de la province — ~1 100 tuiles
~11 MB
0 / 0 tuiles
Chargement des infos cache…
Welcome to
Ouananiche!

Your Quebec sport fishing app. This quick tour shows you the key features.

🗺️ Interactive map 🐟 43 species 🤖 Cyril IA 📋 Regulations 🆘 SOS emergency
Ouananiche
Sign in to post reports
and access all features.
or by email
New Report 🎣
Step 1 of 3
Ouananiche
Subscribe to Ouananiche PRO
Unlock all features
🎉 Launch pricing — save 20%!
Monthly
$3.99
instead of $4.99
  • Unlimited Cyril AI Ask your AI guide as many questions as you want — fishing, species, lures, conditions
  • Unlimited Scan-identifier Identify each catch by photo — species, size, regulatory compliance
  • Unlimited catch log & spots Capture without limit your catches and your best secret spots
  • Multi-year statistics Compare seasons, identify your winning patterns over the years
  • Season PDF report Generate an elegant PDF report of your season: catches, records, statistics and a photo gallery, ready to share
  • Fishing condition alerts The app lets you know when the day's conditions are ideal for fishing — weather, moon phase and pressure
  • PRO badge & project support Show your PRO badge in the community and support the app's ongoing development