Git Product home page Git Product logo

opensqueakmap's Introduction

OpenSqueakMap Build Status

An OpenStreetMap browser for Smalltalk (Squeak)

Running OpenSqueakMap

  1. Make sure you have metacello-work installed.

  2. Load the project by running the following in your workspace:

    Metacello new
      baseline: 'OpenSqueakMap';
      repository: 'github://HPI-SWA-Teaching/OpenSqueakMap:master/packages';
      onConflict: [:ex | ex allow];
      load
  3. To display a coordinate on the map, run the following in your workspace:

    OpenSqueakMap open: longitude@latitude

Coordinates are to be passed as decimal numbers. For example, if you want to look at the coordinate 8°30'N 13°00'W, run:

OpenSqueakMap open: -13@8.5 "West and south coordinates become negative"

You can pass an optional zoom level. A zoom level of 0 will show you the entire world, 20 will show you a single building.

OpenSqueakMap open: -13@8.5 at: 16

The default zoom level is 17. OpenSqueakMap currently does not perform too well on lower levels due to the high amount of data that needs to be downloaded.

Configuration

TODO documentation, check back soon!

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

opensqueakmap's People

Contributors

bakoe avatar birneamstiel avatar blaidd-drwg avatar ekrebs5 avatar fniephaus avatar hendrikschmidt avatar joshcoder42 avatar lheilmann avatar mastercarl avatar pawelboe avatar

Watchers

 avatar  avatar

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.