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

Blank map #64

Open
NolanGougeon opened this issue Jan 15, 2025 · 5 comments
Open

Blank map #64

NolanGougeon opened this issue Jan 15, 2025 · 5 comments

Comments

@NolanGougeon
Copy link

Hello,
Is it possible to use your nugget in order to make a blank map without tiles ?
I just want a space where i can put markers, link them etc...

@ichim
Copy link
Owner

ichim commented Jan 16, 2025

Hello sir,
No sir, for this moment! Sorry!

@oldominion
Copy link

oldominion commented Jan 16, 2025

Using the below parameters works for me. Would be better if we could just set the background colour on a blank layer.

        {
            basemap = new RealTimeMap.Basemap()
            { 
                    basemapLayers = new List<RealTimeMap.BasemapLayer>()
                    {
                        new RealTimeMap.BasemapLayer()
                        {
                            attribution = "",
                            title = "Base",
                        },
                    }
            },
            location = new RealTimeMap.Location()
            {
                latitude = 44.4501715,
                longitude = 26.1107672,
            },
            zoomLevel = 1
        };

@ichim
Copy link
Owner

ichim commented Jan 16, 2025

Hello,

I understand!
Without any error in the console?

@oldominion
Copy link

Hello,

I understand! Without any error in the console?

Seems OK, but I've not done anything advanced with it yet except for adding some countries and labels.

@ichim
Copy link
Owner

ichim commented Jan 17, 2025

Hello sir,

It would be useful to keep us informed of what you encounter!!!

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

3 participants