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

How to Create a Blank Layer (Blank Provider)? #65

Closed
isra60 opened this issue Mar 8, 2016 · 2 comments
Closed

How to Create a Blank Layer (Blank Provider)? #65

isra60 opened this issue Mar 8, 2016 · 2 comments
Assignees
Labels
Milestone

Comments

@isra60
Copy link

isra60 commented Mar 8, 2016

Hi I want to create a blank map but with a valid return of coordinates
with WorldToScreen or ScreenToWorld

I want this extents and ESRI Code

    private const double DEFAULT_X_MIN = -180;
    private const double DEFAULT_X_MAX =  180;
    private const double DEFAULT_Y_MIN = -90;
    private const double DEFAULT_Y_MAX =  90;
    private const int WGSG84_ESRI_CODE = 4326;

This could be possible??

@pauldendulk
Copy link
Member

This was not possible at the time the question was asked. Some improvements were made related to this. I'll if is possible now.

@pauldendulk pauldendulk self-assigned this Oct 27, 2016
@pauldendulk pauldendulk added this to the 1.0 milestone Nov 1, 2016
@pauldendulk
Copy link
Member

pauldendulk commented Nov 6, 2016

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

No branches or pull requests

2 participants