User-contributed mobile webapp: highlights explorer

Hello fellow iNatters,

As an enthusiastic user/observer/identifier on inaturalist.org, the more time I spend exploring this vast community resource, the more rewarding it becomes.

I recently built this lite, mobile-aimed (but desktop-capable) map-based explorer that quickly shows location/radius-based highlights via the amazing Inat API, using Angular and OpenLayers:

https://natmap.justinthedeeps.com/

This is an alternative UI/UX from the current official app(s), which I find more enjoyable for quickly discovering new cool things on iNaturalist.

I have already noticed dozens of amazing new things via this interface, resulting in scores of ‘faves’ to a bunch of things I haven’t noticed before.

As a scientist, ‘citizen naturalist’ and part-time software/web developer myself, the iNat experience and implementation has been incredibly interesting and enjoyable. This is one small way I can ‘give back’ (and see more cool stuff :smile:)

Note there will be lots of bugs in this webapp, and it currently initializes over Hawaii because I designed it in part to emphasize marine species and locations popular to divers. It collects no data from users

The API has limits so you need to be patient about loading times and 429 errors (Too many requests)

Feedback is welcome

5 Likes

Great work, thank you for sharing!

1 Like

You cant save your home place in an url?

Berlin, Europe
https://natmap.justinthedeeps.com/?maplon=12.57969&maplat=52.81817&lon=11.96993&lat=51.72701&z=7.395370939836607&r=105752&tax=All%20life

2 Likes

Hi thank you I am working on this

1 Like

Maybe add a search bar so you can easily find a place?

1 Like

Should be possible to save/copy/paste/edits URLs now, but not -fully- tested

1 Like

Hello yes text search autocomplete would be nice, the Google one costs money though :sweat_smile:

1 Like

Tested, worked.

1 Like

Oh I see there is something in the API for places–with autocomplete?
Will defo look into this next
Screenshot 2024-10-03 at 12.29.04

Loving this iNat API

3 Likes

I was able figure out the cool and very useful text autocomplete API feature for place objects. They/you even include the GeoJSON multipolygon bounds in the results. Looks very nice and useful in this experimental ‘livemap’