Questions tagged [pins]

122 questions
1
vote
0 answers

Creating a Rails App and getting the following error when trying to upload to Heroku | uninitialized constant PinsController::Pin

try and push the code to Heroku and while it succeeds there is an error shown: (heroku log below) 2013-05-11T11:37:04.274936+00:00 app[web.1]: Started GET "/" for 27.96.210.68 at 2013-05-11 11:37:04 +0000 2013-05-11T11:37:04.396321+00:00 app[web.1]:…
Scotty G
  • 11
  • 1
  • 6
1
vote
0 answers

Create Annotations with different colors?

I am just a beginning developer with XCode and was wondering if I could get some help. I am trying to display locations on a map. I have the map working and the basic annotations, too. However, I would like annotations for gas stations to be green,…
RoyaltyInCode
  • 11
  • 1
  • 4
1
vote
2 answers

iOS: Can we drop different color pins same time on Map

I want to different color pins on the map for example some pins should be red,some pins should be green and some pins should be purple. I am using the below code, in this code at one time only one color pins will be dropped. I want to know, can we…
1
vote
1 answer

When i drop multiple pins in map depends on different latitude and longitude values. im getting all pins at one place only

When i drop multiple pins in map depends on different latitude and longitude values. im getting all pins are at one place in map. I wrote this code for dropping multiple pins . dealerMapView.mapType = MKMapTypeStandard; …
Pavne
  • 89
  • 8
1
vote
2 answers

annotation pins

So, I have a problem with making positions for annotation pins on MKMapView. I just write a class heritable from NSObject, called "Annotation", which uses protocol. so, here's code: Annotation.h #import @interface…
user1496491
  • 453
  • 2
  • 11
  • 23
1
vote
4 answers

How to display large numbers of pins using Google Maps API on iPhone App over populating screen with red pins - suggestions on improved User Interface

I am developing an iphone app that involves populating a google map with lots of locaiton points around the UK. There are over 10,000 points and when the user scrolls out each point is fixed to the map based on a lat./long position, and every time…
sean-seamus
  • 11
  • 1
  • 4
0
votes
1 answer

How can I allow the user to drop several seperate pins on bing map wp7?

I would like the user to add several pins to a map to represent tents or people using map1_Hold event. How can I do this and store each dropped pin location on a cloud later(windows azure)?
mhSligo
  • 69
  • 7
0
votes
2 answers

Draggable AND clickable pushpin in javascript bing map

Does anyone get the way to put draggable pushpins through the bing api using javascript? Its is even possible to have that functionality through the api (javascript)?
Eduardo Pinheiro
  • 3,409
  • 3
  • 30
  • 39
0
votes
0 answers

Inconsistent Read Time for Pinned Table in R Shiny App with RConnect

I have developed an R Shiny App hosted using rconnect. The app uses the pins library to store user inputs in a table, which is then pinned to my rconnect board. On app start, the pinned table is read to retrieve existing data and display it.…
Lukas
  • 1
0
votes
0 answers

Kedro register dataset from a board from pins package

For my project I want to use a combination of kedro for the pipeline orchestration and pins for data and model versioning. I have some data which I stored on a board from the pins package. As I have multiple versions, I am not sure how to specify…
Mischa
  • 137
  • 8
0
votes
0 answers

How do I read a byte (8 bit data) sent on one line from a thermometer?

I am converting the 1s and 0s (ups and downs on a pin) into relevant 8 bit data. The pin is expected to have 8 bits sent making a byte from another sort of computer. I am currently working on making a char or array to take the 1s and 0s sent from a…
0
votes
3 answers

How to pass a dataframe as object and as string in a function

I would like to customize the pin_write function from pins package: The original works this way: library(pins) # create board: board_versioned <- board_folder("your path", versioned = TRUE) board_versioned %>% pin_write(iris, "iris") #…
TarJae
  • 72,363
  • 6
  • 19
  • 66
0
votes
1 answer

Pins board_s3 in Shiny app: Works locally but not remotely

I'm trying to use the pins package to access data for a Shiny app deployed on shinyapps.io. The pins board lives in an Amazon S3 bucket. Locally, everything works. But when I deploy the app, I get an "The application failed to start. exit status 1"…
vgXhc
  • 89
  • 6
0
votes
0 answers

Access data from pins::pin_reactive_read in Shiny app

I have a shiny app where I load pins in global.R with pins::pin_read() and then use the data frames for further wrangling as necessary in server.R, like I would in any R script. Now I want to make these pins reactive using pins::pin_reactive_read(),…
fahans
  • 27
  • 5
0
votes
1 answer

R, pins and AzureStor: unused argument (azure_storage_progress_bar = progress)

pins 1.0.1 AzureStor 3.7.0 I'm getting this error Error in withr::local_options(azure_storage_progress_bar = progress, .local_envir = env) : unused argument (azure_storage_progress_bar = progress) Calls: %>% ... pin_meta.pins_board_azure ->…
1 2 3
8 9