JS zooming framework (google maps style) [closed] - frameworks

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I'd like to build a web app based on a zooming principle (ZUI)
I'm looking for a framework or a starting point.
something like OpenZoom http://openzoom.org/
but in javascript
Thanks

I found this one http://concentriclivers.com/slippymap.html

How about using a jQuery plugin?
http://www.dfc-e.com/metiers/multimedia/opensource/jquery-fancyzoom/

Related

Does FaceBook.com have a sitemap? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I'm working on a project and trying to figure out if FaceBook has a sitemap file.
Based off the research I've done, it looks like they used to have one at http://www.facebook.com/sitemap.php but that's not loading for me.
Does anyone know where it would be located at now?

Open source well designed play-scala-slick application [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I am learning Scala, Play and Slick. Can you point me to some well written open source applications that I can use to better use these tools?
Thanks
Fully automatic Play Slick CRUD app
https://github.com/slick/play-slick-codegen
Corresponding talk: http://www.parleys.com/play/53a7d2c6e4b0543940d9e54c/
Activator templates:
https://typesafe.com/activator/templates#filter:slick
Some third-party Slick apps:
https://github.com/SlickChair/SlickChair
https://github.com/happymelly/teller
Lots of community related work:
https://github.com/slick/slick/pull/826/files

Creating routes completely offline - osmdroid [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I'm using osmdroid and I'm creating routes but completely offline.
I wanted to know if there's any plugin that identifies crossroads, etc or do I have to do that manually ?
Thanks.
Have a look at OSMbonusPack, might be helpful. http://code.google.com/p/osmbonuspack/

Automating REST API documentation for routes [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
Is it possible to automate the documentation of routes in a Spray application?
e.g. Is there perhaps an SBT plugin that generates markdown describing what it knows about the spray routes?
I stumbled upon spray-swagger while researching the same thing but I don't know exactly what it does and which stage the project is at.

WebDav client library for iOS [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
Is there any WebDav client implementation for iOS ?
Have a look at WTclient.
try WTClient, it's written in objective-c.
I just started using DZWebDAVClient. It needs AFNetworking to work though.
Had no issues setting it up and has a block based API.
https://github.com/zwaldowski/DZWebDAVClient
Another recommendation i found elsewhere is ConnectionKit
https://github.com/karelia/ConnectionKit