omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    Map API, need suggestions for how to execute ideas

    Pythonista
    4
    196
    69682
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • cvp
      cvp @RocketBlaster05 last edited by cvp

      @RocketBlaster05 thé 2 trash are not included because outside the red contour

      RocketBlaster05 1 Reply Last reply Reply Quote 0
      • RocketBlaster05
        RocketBlaster05 @cvp last edited by

        @cvp Looks good. I could see how this eventually could be confusing but the chances of more than 3 markers being placed within 10m of each other really is unlikely so I think it will not be much of an issue.

        cvp 2 Replies Last reply Reply Quote 0
        • cvp
          cvp @RocketBlaster05 last edited by

          @RocketBlaster05 Not sure I'll try to solve this problem of inner part, but I'm still open to other easier features and for other bugs of course.

          RocketBlaster05 1 Reply Last reply Reply Quote 0
          • RocketBlaster05
            RocketBlaster05 @cvp last edited by

            @cvp I know you worked very hard to make these circles appear, but now I need a function to remove them off of the map. The goal here was that after trash was marked, another user would come by (hopefully clean it) then clear the trash marker, as there is no longer trash present. However I want to prevent people from just saying they cleaned it. I would like to make it so that, specifically for the crosshairs, it would take three presses to clear the marker. Once the user presses it once, they can no longer press it, as some variable (set for that specific crosshair) would be set to True, not allowing them to press it again. If they tried to, a message could appear in console saying something along the lines of "You already marked this location as clean."

            This may be a lot to take in so by all means ask any questions, I'd be glad to clarify things.

            Thanks as always!

            cvp 2 Replies Last reply Reply Quote 0
            • cvp
              cvp @RocketBlaster05 last edited by

              @RocketBlaster05 For your information, if interested by technical aspects, it should be possible to draw a filled area with the union of circles drawn around all points of the group using the ObjectiveC object named MKOverlayPathRenderer, created with CGPath to which a UIbezierPath could be converted, and an UIbezierPath is the objectinstance of ui.Path.
              And this is a only summary 😅.
              Briefly said, it is very complex for me, but not impossible. Perhaps in a second life.

              1 Reply Last reply Reply Quote 0
              • cvp
                cvp @RocketBlaster05 last edited by

                @RocketBlaster05 said:

                clear the marker

                One more time, obviously due to my English level, I' m notsure that I understand correctly.
                Could you list an ordered sequence of touch actions (number taps, type of press) and their result.
                Thanks and sorry

                RocketBlaster05 1 Reply Last reply Reply Quote 0
                • cvp
                  cvp @RocketBlaster05 last edited by cvp

                  @RocketBlaster05 after reading deeper, would it not be easier if the tap on the crosshair does show a button "clear trash" that you could only pressed once?
                  Tapping this button should also clear the circles and this status should also be stored in the file.
                  Correct?

                  1 Reply Last reply Reply Quote 0
                  • RocketBlaster05
                    RocketBlaster05 @cvp last edited by

                    @cvp Here is what I mean: (Clear is the same thing as remove)

                    1. Circles are set and user can click on them (as you already have programmed)
                    2. When the popup happens for the crosshair or a normal trash pin, there should be a button titled "Trash is Cleared"
                    3. Specifically for the crosshair, however, it should have in the button a set of parentheses of how many presses are still needed to remove the pin. For an example, originally, the pin will say "Trash is Cleared (3)" but after someone presses it, it will then say "Trash is Cleared (2)"
                    4. For the normal trash pins, it will only take one press to remove them. For the crosshairs, it should take 3 as mentioned above. Simply deleting them from the map and locations.txt file is all that needs to happen.

                    Hopefully this is understandable. If you need more clarifications just ask. Thanks!

                    cvp 1 Reply Last reply Reply Quote 0
                    • cvp
                      cvp @RocketBlaster05 last edited by

                      @RocketBlaster05 Wen are the circles them-selves removed?
                      And you say, removed from the file, sure?

                      cvp 1 Reply Last reply Reply Quote 0
                      • cvp
                        cvp @cvp last edited by

                        @cvp Can you still add a trash in the group, even when the group has been partially cleaned?

                        RocketBlaster05 1 Reply Last reply Reply Quote 0
                        • RocketBlaster05
                          RocketBlaster05 @cvp last edited by RocketBlaster05

                          @cvp yes. The idea is that once it reaches zero, any pins in the circle (including those added before it reaches zero) will be removed

                          cvp 1 Reply Last reply Reply Quote 0
                          • cvp
                            cvp @RocketBlaster05 last edited by

                            @RocketBlaster05 ok, for tomorrow when you wake up, and you would see if I did correctly understand 🙄

                            RocketBlaster05 1 Reply Last reply Reply Quote 0
                            • RocketBlaster05
                              RocketBlaster05 @cvp last edited by

                              @cvp 👍 sounds good

                              cvp 2 Replies Last reply Reply Quote 0
                              • cvp
                                cvp @RocketBlaster05 last edited by

                                @RocketBlaster05 iOS MapKit does not allow a text in the button at right in the detail bubble list.
                                Only an emoji is allowed. I propose 🚮 and under: "(n)" if group.

                                For a trash pin, do you want "(1)" below or nothing

                                1 Reply Last reply Reply Quote 0
                                • cvp
                                  cvp @RocketBlaster05 last edited by cvp

                                  @RocketBlaster05 do you like this?

                                  And

                                  RocketBlaster05 1 Reply Last reply Reply Quote 0
                                  • RocketBlaster05
                                    RocketBlaster05 @cvp last edited by

                                    @cvp yes that looks good.

                                    cvp 1 Reply Last reply Reply Quote 0
                                    • cvp
                                      cvp @RocketBlaster05 last edited by

                                      @RocketBlaster05 there is not yet any process in my script, only display...still thinking

                                      RocketBlaster05 1 Reply Last reply Reply Quote 0
                                      • RocketBlaster05
                                        RocketBlaster05 @cvp last edited by

                                        @cvp is it possible to put the word “needed” next to the (3) display? That would be the easiest for the user to understand. If not then just the (3) will be good.

                                        cvp 1 Reply Last reply Reply Quote 0
                                        • cvp
                                          cvp @RocketBlaster05 last edited by

                                          @RocketBlaster05 so asked, so received

                                          RocketBlaster05 1 Reply Last reply Reply Quote 0
                                          • RocketBlaster05
                                            RocketBlaster05 @cvp last edited by

                                            @cvp sorry if this an annoyance but I would prefer if the (3) was above needed. Sorry

                                            cvp 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            Powered by NodeBB Forums | Contributors