[ Launch: Tributary inlet ] 10310604 by capesean
😶🌫️
- Supply the tool with some topoJSON data (via url or direct input), and it will draw the map.
- Click one of the shapes and you can view and edit the properties of the topoJSON object.
- Click the Output tab and you can copy the full, modified topoJSON.
View on http://bl.ocks.org/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using Microsoft.EntityFrameworkCore; | |
using NetTopologySuite.Geometries; | |
using NetTopologySuite.IO; | |
using System; | |
using System.ComponentModel.DataAnnotations; | |
namespace ntsbug | |
{ | |
class Program | |
{ |