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

Make directory ':' #36

Open
Quartaer opened this issue Nov 6, 2020 · 2 comments
Open

Make directory ':' #36

Quartaer opened this issue Nov 6, 2020 · 2 comments
Milestone

Comments

@Quartaer
Copy link

Quartaer commented Nov 6, 2020

Command tried:
ceramic::cc_location(
loc = blocks_sf, # My Data by package:GISTools, data(newhaven), blocks as sf-Objekt
max_tiles = 4,
base_url = "http://tile.stamen.com/toner-lite/{zoom}/{x}/{y}")

Error:
Failed to make directory ' ... AppData/Local/Cache/.ceramic/http:': invalid argument .

Guess:
'...http:' the sign ":" is too much

@mdsumner mdsumner pinned this issue Nov 7, 2020
@mdsumner
Copy link
Member

I don't know sorry, fwiw this works for me on Linux:

im <-   ceramic::cc_location(
    loc = raster::extent(100, 120, -20, 30), 
    max_tiles = 4,
    base_url = "http://tile.stamen.com/toner-lite/{zoom}/{x}/{y}.png")
  

you don't need the GISTools object, that's a bit extra work to get so if you can use examples that are easier to run it's very welcome

@mdsumner mdsumner added this to the 0.8.0 milestone Apr 19, 2023
@mdsumner
Copy link
Member

I'm not sure what I can do about this custom style. I'll keep trying but there's too many changes to track this one atm

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

No branches or pull requests

2 participants