Geo-Web-Project / browser

An interface that uses geolocation to navigate/resolve content on the Geo Web.
MIT License
3 stars 8 forks source link

Feature/load screens #9

Closed 10dimensions closed 3 years ago

10dimensions commented 3 years ago

To-Do:

Note: Not to be merged, but reviewed, as data is forcefully made null

codynhat commented 3 years ago

I see the error you were mentioning in the preview deployment. This may be due to breaking changes between Ceramic streams. Where is it currently loading the stream ID from? A hardcoded land parcel?

You should be unblocked by Ceramic now that they have released 1.0. Try updating @ceramicnetwork/http-client to 1.0.0. If there are still errors, we may need to wait to create new documents in the Cadastre.

10dimensions commented 3 years ago

Alright! Let me update the package

The gwcoordinate is indirectly hard coded, since gps lat lon is fixed

But if that's the case, this shouldn't work on localserver as well, right ?

10dimensions commented 3 years ago

Setup Load Effect before all needed data is retrieved Setup Prompts (Screens) for missing Web, Gallery content Prompt Screen for Un-purchased Parcel Updated ceramic package to 1.0.0 GPS reverted to sensor co-ordinates

Note: Can be merged with main Separate branch demo setup for showcase purposes

10dimensions commented 3 years ago