Git Product home page Git Product logo

Comments (3)

ChristianDavis avatar ChristianDavis commented on September 26, 2024

@damonsk have you thought of a syntax for this? This is a convex hull problem, in which given a set of points we can draw a shape that encompasses those points. The LOOK of the shape can be an issue, but I feel like for this OWM language, dropping poly coordinates is an anti-pattern?

Since it can be defined by a set of points, seems like it could be a scope, or a set, or both. A simple version could be a scope, e.g.:

interest <opts> {
  component One
  component Two
}  

Simple to see, but limits components to being in only one area.

Can treat it as a set of declaratively:

area [Comp1, Comp2, ...]

from onlinewardleymaps.

kheerand avatar kheerand commented on September 26, 2024

I think it is important to be able to have components being in multiple areas of interest. In most of the maps I've had to work through, components often end up in multiple areas of interest.

My suggestion into the mix is,

interest <opt> [Comp1, Comp2, ...]

or for better readability,

interest <opt> [
   Comp1,
   Comp2,
   ... ]

from onlinewardleymaps.

kheerand avatar kheerand commented on September 26, 2024

BTW, just curious as to where is this enhancement in the backlog?

from onlinewardleymaps.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.