Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CRS.Simple tutorial #4248

Merged
merged 1 commit into from
Feb 16, 2016
Merged

CRS.Simple tutorial #4248

merged 1 commit into from
Feb 16, 2016

Conversation

IvanSanchez
Copy link
Member

Implements a bit of #4239. Also: spaceships!

@IvanSanchez IvanSanchez added docs Improvements or additions to documentation in progress labels Feb 16, 2016

## CRS.Simple

**CRS** stands for [coordinate reference system](https://en.wikipedia.org/wiki/Spatial_reference_system), a term used by geographers to explain what the coordinates mean in a coordinate vector. For example, `[15, 60]` represents a point in the indic ocean if using latitude-longitude on the earth, or the solar sistem Krueger-Z in our starmap.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

indic? Indian? :)

yohanboniface added a commit that referenced this pull request Feb 16, 2016
@yohanboniface yohanboniface merged commit e6771f3 into gh-pages Feb 16, 2016
@yohanboniface yohanboniface deleted the gh-pages-crs-simple branch February 16, 2016 10:06
@yohanboniface
Copy link
Member

You roca! ;)

@IvanSanchez
Copy link
Member Author

I forgot to send kudos to @AlanDeSmet for the Ur-Quan Masters maps, though :-)


var travel = L.polyline([sol, deneb]).addTo(map);

map.setView( xy(120, 70), 1);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Space before xy intentional?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like my code to line up vertically :-)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see, but did not see where it aligns to in this case. Wasn't commenting on the other space-before instances...

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, yeah, that's the part of my brain which completely ignores whether I should have a space just after a parenthesis or not :-)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lucky you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants