GithubHelp home page GithubHelp logo

Comments (3)

hjanetzek avatar hjanetzek commented on June 19, 2024

oh, there is also a start of documentation for the protocol, trying to imitate the tounge of a RFC..
http://city.informatik.uni-bremen.de/~jeff/oscim-draft.txt

from vector-tile-server.

artemp avatar artemp commented on June 19, 2024

Thanks for pointing me in the right direction! . I only saw
https://github.com/artemp/VectorTileMap/blob/pre-lib/VectorTileMap/TileData.proto which didn't match oscim or pbf MapDatabase.java. I guess I've learnt how protobuf works internally now :).

So https://github.com/jeffdameth/TileStache/blob/master/TileStache/OSciMap/TileData.proto is 0.2 protocol ? Or am I missing something.

Not having a fixed list of key=val would be great. Have you thought about transmitting styling information to the client rather then OSM tags ?

Also, what are your thoughts about using proto-buf based protocol for browser based rendering ?

Thanks for the great app!

from vector-tile-server.

hjanetzek avatar hjanetzek commented on June 19, 2024

On Sun, Nov 25, 2012 at 5:10 PM, Artem Pavlenko [email protected]:

Thanks for pointing me in the right direction! . I only saw

https://github.com/artemp/VectorTileMap/blob/pre-lib/VectorTileMap/TileData.protowhich didn't match oscim or pbf MapDatabase.java. I guess I've learnt how
protobuf works internally now :).

At least when using pbf with Android a custom parser is definitely of
advantage, having looked at the code that the generator spits out...

So
https://github.com/jeffdameth/TileStache/blob/master/TileStache/OSciMap/TileData.protois 0.2 protocol ? Or am I missing something.

yes, it's the current version read by oscim.MapDatabase and used when
choosing OpenScienceMap2 as Map mode.

Not having a fixed list of key=val would be great. Have you thought
about transmitting styling information to the client rather then OSM tags ?

you mean using generalized categories instead of osm tags? this is already
possible by changing the render-theme.

Also, what are your thoughts about using proto-buf based protocol for
browser based rendering ?

I don't see any problems with it. it would make sense to not create tiles
twice. Though for javascript I would probably use a pbf code-generator. As
we had tiles stored in PostGIS already and I'm not used to javascript it
was easier to write a TileStache json provider that can be used for
kothic-js http://city.informatik.uni-bremen.de/~jeff/kothic/debug/. If you
want to test oscim-pbf in a browser the implementation in kothic-js should
be straight forward. when adding webgl renderer and proper themeing it
might actually become quite nice :)

Thanks for the great app!

Thank you! code-wise it is still rough on many edges as I'm working on too
many things concurrently. don't hesitate to report issues when testing it
with your tile-server.


Reply to this email directly or view it on GitHubhttps://github.com//issues/1#issuecomment-10695008.

from vector-tile-server.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.