Skip to content

A simple practice application for creating interactive maps using XAML

Notifications You must be signed in to change notification settings

burneech/County-Quiz-Croatia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

County Quiz Croatia

A simple practice application for creating interactive maps using XAML

The application has two modes:

  • Info mode: Click on a county to see its name and some extra details
  • Quiz mode: Receive a name of a county and try to find it on the map

Switching between modes resets them, to prevent cheating.

Info mode

Quiz mode

Vector graphics to XAML

The easiest way to get paths from a vector graphics image inside your XAML file (in this case a UserControl), is to use Inkscape, because of its handy save option: Save as Microsoft XAML. The resulting file will contain more data than you need, so feel free to trim it down, the most important things to keep are the PathGeometry blocks.

Application info

  • .NET Core 5.0, WPF (Windows Presentation Foundation).
  • Uses the awesome Stylet MVVM framework, and its StyletIoC IoC container for dependency injection.
  • SVG map of Croatia from amCharts.
  • Application icon by Deedster from Pixabay.

About

A simple practice application for creating interactive maps using XAML

Topics

Resources

Stars

Watchers

Forks

Languages