question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Document the support for "simple" CRS's

See original GitHub issue

Perhaps I missed it, but I could not find any way to create an ipyleaflet Map that uses the built-in leaflet CRS’s. In particular I’m interested in the “simple” one (E.g., https://leafletjs.com/examples/crs-simple/crs-simple.html). The idea here is that applying leaflet to more generic datasets than geo maps (my specific interest is a variety of astronomy applications) is a lot easier with the Simple CRS.

Depending on the answer, this issue could be either “feature request”, “where would I look to access the JS code that initializes map so that I can make a PR”, or “the explanation of how should be in the docs”.

Note this is a bit distinct from #70 mainly because that’s a much more general thing. This is about the built-in leaflet CRS’s (especially simple)

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
martinRenoucommented, Apr 15, 2019

I guess it would be this page: https://ipyleaflet.readthedocs.io/en/latest/api_reference/map.html. Adding one line for the CRS attribute

1reaction
martinRenoucommented, Apr 4, 2019

What ipyleaflet version are you using? It has been introduced in the latest ipyleaflet release (0.10.1) a week ago. You should be able to do: (It is not in the documentation though, we should add it)

from ipyleaflet import Map

m = Map(crs="Simple")
Read more comments on GitHub >

github_iconTop Results From Across the Web

Certified Recovery Support Specialist (CRSS) Provider ...
When we first began the journey of creating the Certified Recovery Support Specialist (CRSS). Provider Workbook it was obvious to the nearly 100...
Read more >
CRSS Analytical Users Manual 2016-2020
CRSS ; Crash Report Sampling System; Analytical User's Manual; 2016-. 2020. 18. Distribution Statement. Document is available to the public.
Read more >
Cross-Origin Resource Sharing (CORS) - MDN Web Docs
The CORS mechanism supports secure cross-origin requests and data ... A simple request is one that meets all the following conditions:.
Read more >
Recovery Support Specialist (CRSS) Exam
The FCB's Recovery Support Specialist Exam is required for all applicants seeking the Certified Recovery Support. Specialist (CRSS) credential.
Read more >
Using cross-origin resource sharing (CORS)
With CORS support, you can build rich client-side web applications with Amazon S3 and selectively allow cross-origin access to your Amazon S3 resources....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found