ipfs / notes

IPFS Collaborative Notebook for Research
MIT License
401 stars 33 forks source link

Maps on IPFS - IPFS Mapping Notes from 2016-07-03 #142

Open jbenet opened 8 years ago

jbenet commented 8 years ago

(cc @davidar - super relevant. i want to introduce you two to each other, and help out in shared efforts)


Notes from a discussion on 2016-07-03

Efforts

Map basics (much of this @davidar has done)

Datastructures

Features:

davidar commented 8 years ago

1) tuning this and making it perform well. target: world map with smooth zoom out and in (get closer to perf in OSM or gmaps, some fraction)

This should be resolved by upgrading to a recent version of mapbox-gl-js, currently blocked on osm2vectortiles/osm2vectortiles#326

3) geocoding

cf ipfs/archives#8

encoding some tiles as computation? rendering client side? 8) write a tile renderer (store computation on graph itself, etc)

Not sure what you mean by this? Rendering is already performed client side, only vector tiles are stored on ipfs

10) 3D map rendering

http://blog.klokantech.com/2014/11/ol3-cesium-third-dimension-for.html

Cc: @lukasmartinelli @klokan

Ghoughpteighbteau commented 7 years ago

There appears to be an error in that version of the map. Here's a working version:

http://ipfs.io/ipfs/QmSszskauNW84RVSjuKwKhi1uv8xkgDG2dUiaWEZaMM21S/?/ipfs/QmUefFZttPf9xq4KTkk94rBbZEVrBsTreDi4JA8KYhQFX6

It makes me a little giddy that I can see an error in a web page, correct it, and republish it.

davidar commented 7 years ago

@Ghoughpteighbteau Fixed, thanks :)

ryan-foamspace commented 6 years ago

Really exciting stuff! Has there been any development on this recently?

lidel commented 5 years ago

seems to be continued in https://github.com/ipfs/ipfs/issues/233 :)

am2222 commented 4 years ago

@Ghoughpteighbteau Hi, Can you share the source of the map you have shared? I am curious how you have searched data based on location on IPFS.