GithubHelp home page GithubHelp logo

scalaspace.github.io's Introduction

To add your Scala group to Scala Space, add an item to the collection in data/groups.json with the following five elements: group name, Meetup group ID or full URL, latitude and longitude of the place where you usually meet, and true if the group is a purely Scala group, or false if it's a more general FP group.

The easiest way to find these is to do a Google search for "coordinates of [place name]", and to reformat the response as real numbers, remembering to negate longitudes in the Western Hemisphere, and latitudes in the Southern Hemisphere.

For example, searching for "coordinates of Brighton" returns the response "50.8429° N, 0.1313° W". This should be translated to the following entry:

{
  name: "Brighton Scala Users Group",
  url: "http://example.com/",
  latitude: 50.8429, 
  longitude: -0.1313, 
  justScala: true
}

Try to keep the locations in alphabetical order of name.

Contributing

Building locally

# clone the repository
git clone [email protected]:scalaspace/scalaspace.github.io.git
cd scalaspace.github.io
# make your changes to the code

# build the javascript file
sbt fullOptJS

# open browser
open index.html

Join the chat at https://gitter.im/scalaspace/scalaspace.github.io

scalaspace.github.io's People

Contributors

andy1138 avatar anicolaspp avatar donderom avatar dougc avatar gclaramunt avatar germansm avatar gitter-badger avatar he-pin avatar hhandoko avatar holograph avatar itsmeijers avatar janschultecom avatar jarrodu avatar keirlawson avatar kevinmeredith avatar liucijus avatar luksow avatar maxyermayank avatar mimaraslan avatar mmatloka avatar myeesan avatar philotimos avatar propensive avatar raulraja avatar runarorama avatar sirthias avatar stefanobaghino avatar voukka avatar weihsiu avatar xingyif avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

scalaspace.github.io's Issues

No background icon when a cluster is present

If you zoom out of the map you will notice that there are no icons identifying the clusters. This happens for all clusters. A number is present instead.

One consequence of this is that the user groups around Cologne, Germany are easy to miss.

Full-screen maps prevents scrolling

When scrolling with mousewheel, touchpad or similar, the map takes the focus and instead zooms (this appears to be the default behaviour with every browser I tried), which means you can't get to the text at the bottom without resorting to keyboard controls. We should probably add a significant margin (at least 20% screen space) around the map to allow for scrolling.

Default focus to world

Currently when user land to scala.space, the focus of the map is given somewhere to Germany.

If we can show the whole world map it will be good.
Yes the markers may be hidden but it can show total markers in each continent .

How do you build this project?

It seems like this project has a little bit-rot. If I can figure out how to compile it and run locally I can try to clean it up a bit.

Any suggestions about getting around this compilation error? I am working from c2dfd49

> fastOptJS
[info] Compiling 4 Scala sources to /home/jarrodu/Projects/scala-ecosystem/scalaspace.github.io/target/scala-2.11/classes...
[error] /home/jarrodu/Projects/scala-ecosystem/scalaspace.github.io/src/main/scala/ScalaSpace.scala:55: not found: value navigator
[error]         if (navigator.geolocation != null) {
[error]             ^
[error] /home/jarrodu/Projects/scala-ecosystem/scalaspace.github.io/src/main/scala/ScalaSpace.scala:56: not found: value navigator
[error]           navigator.geolocation.getCurrentPosition { (position: Position) =>
[error]           ^
[error] two errors found
[error] (compile:compileIncremental) Compilation failed
[error] Total time: 3 s, completed Jun 9, 2018 11:05:34 AM

I don't have much experience with scala.js so I might be missing something obvious.

Does not work with Safari

When clicking on a meetup, nothing happens and the console shows
[Error] TypeError: undefined is not a function (evaluating 's.startsWith('http')')

center map in user location

When open the map, it should be centered based on the user browser location. If I am in Miami, USA, the map should be centered here instead of London when it is opened the first time.

Enable map zoom optoins

It will be easy for use to click + - to zoom in/out

in current version its hand to zoom the map

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.