Zane Falcao commited on
Commit
89697d8
·
1 Parent(s): 4917185
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -325,19 +325,19 @@ async def home():
325
 
326
  <h2>1. Find Nearby Stores (JSON Response)</h2>
327
  <pre>
328
- https://maps-yiv5.onrender.com/api/stores/nearby?lat=18.9695&lon=72.8320&radius=1
329
  </pre>
330
  <p>Use this to get store details near Market Road area within 1km</p>
331
 
332
  <h2>2. View Basic Store Map</h2>
333
  <pre>
334
- https://maps-yiv5.onrender.com/api/stores/map?lat=18.9701&lon=72.8330&radius=0.5
335
  </pre>
336
  <p>Shows map centered at Main Street with 500m radius</p>
337
 
338
  <h2>3. View All Store Locations with Color Coding</h2>
339
  <pre>
340
- https://maps-yiv5.onrender.com/api/stores/locations?lat=18.9685&lon=72.8325&radius=2
341
  </pre>
342
  <p>Shows detailed map with color-coded stores within 2km</p>
343
 
@@ -345,10 +345,10 @@ https://maps-yiv5.onrender.com/api/stores/locations?lat=18.9685&lon=72.8325&radi
345
  <p>Example routes:</p>
346
  <pre>
347
  # Route from Park Avenue to Hill Road stores
348
- https://maps-yiv5.onrender.com/api/stores/route?user_lat=18.9710&user_lon=72.8335&store_lat=18.9705&store_lon=72.8345&viz_type=simple
349
 
350
  # Route from Main Street to Market Road stores
351
- https://maps-yiv5.onrender.com/api/stores/route?user_lat=18.9701&user_lon=72.8330&store_lat=18.9695&store_lon=72.8320&viz_type=simple
352
  </pre>
353
 
354
  <h2>Key Location Points in Dataset:</h2>
 
325
 
326
  <h2>1. Find Nearby Stores (JSON Response)</h2>
327
  <pre>
328
+ https://lucifer7210-maps.hf.space/api/stores/nearby?lat=18.9695&lon=72.8320&radius=1
329
  </pre>
330
  <p>Use this to get store details near Market Road area within 1km</p>
331
 
332
  <h2>2. View Basic Store Map</h2>
333
  <pre>
334
+ https://lucifer7210-maps.hf.space/api/stores/map?lat=18.9701&lon=72.8330&radius=0.5
335
  </pre>
336
  <p>Shows map centered at Main Street with 500m radius</p>
337
 
338
  <h2>3. View All Store Locations with Color Coding</h2>
339
  <pre>
340
+ https://lucifer7210-maps.hf.space/api/stores/locations?lat=18.9685&lon=72.8325&radius=2
341
  </pre>
342
  <p>Shows detailed map with color-coded stores within 2km</p>
343
 
 
345
  <p>Example routes:</p>
346
  <pre>
347
  # Route from Park Avenue to Hill Road stores
348
+ https://lucifer7210-maps.hf.space/api/stores/route?user_lat=18.9710&user_lon=72.8335&store_lat=18.9705&store_lon=72.8345&viz_type=simple
349
 
350
  # Route from Main Street to Market Road stores
351
+ https://lucifer7210-maps.hf.space/api/stores/route?user_lat=18.9701&user_lon=72.8330&store_lat=18.9695&store_lon=72.8320&viz_type=simple
352
  </pre>
353
 
354
  <h2>Key Location Points in Dataset:</h2>