C
C#2y ago
Alerin

❔ Own map with the possibility of embedding points.

Hi, I'm looking for a library that in blazor will allow me to create my own map (with my own background) and place points on it. I'm making a map with locations for an mmo game, do you know something like that?
5 Replies
Alerin
Alerin2y ago
The Forest: Map
The Forest: Map
Interactive The Forest Map. Locations of items, tools, utilities, caves and more.
Anton
Anton2y ago
you should probably use a javascript library for this
Anton
Anton2y ago
House Fish Balloon
Optimizing your Fantasy Map using Mapbox Javascript
TL;DR: Using Mapbox JS documentation to add markers, toggleable layers, and raster images. Check out the map here .
Anton
Anton2y ago
might be useful
Accord
Accord2y ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.
Want results from more Discord servers?
Add your server
More Posts
❔ .NET 6.0 - Nullable Strings with Dapper Model ClassesHey everyone. I have a .NET 6.0 project that uses Dapper to communicate to a database and I have a c❔ Merging two projects togetherGotta merge two projects together but the issue is some of my partners code is running errors when i❔ ✅ Deserializing a JSON array that contains a derived type AND a base type with JSON.NET?I have three classes: ``` ScratchTarget ├─ ScratchScene └─ ScratchSprite ``` `ScratchTarget`❔ Question How can I get the name of the application the user is currently focused on?So I have a .NET 7.0 app, and I want to see if the app the user is focused on is firefox/chrome, and❔ Assigning variables in switch caseWhy am I getting this error? I want to assign the value of `totalBeat` depending on the sign of `meHow to generate a category tree```cs public class Category { public int Id { get; set; } public Thread Thread { get; set; ❔ New .NET Template fails GitHub action buildhttps://github.com/dzenis-zigo/Frizerski-Salon-ML I don’t think I made one change to the ASP.NET we✅ Cannot convert from string[] to 'char' [SOLVED]Hi, I'm getting this error that I am converting from string[] to char. The data type for the field Creating and using an incremental source generatorI wanna create an incremental source generator for my web API project, but I cannot for the life of Comparing types when using reflectionI'm using the reflection system, and want to check the type of an attribute (this may not be relevan