Questions tagged [regions]
172 questions
0
votes
0 answers
Is it possible to paint any country with any color in google maps by country name?
I want to paint any country with any color and cover it in google maps. I find a way to draw polygon by coordinates:
var mypolygon;
var polyCoords = [
new google.maps.LatLng(40.96985437850034, 45.871337890625),
new…

Jeyhun Rahimov
- 3,769
- 6
- 47
- 90
0
votes
1 answer
Type member layout customization
I'm trying to put all what belongs to my WPF Commands into one region with ReSharpers Code Cleanup. I've tried following XML inside my working pattern. But this isn't working. I guess the match isn't working.
Also I would like to move methods with…

Lucas
- 3,376
- 6
- 31
- 46
0
votes
1 answer
Calculating extra attrib. in 3D Matlab's regionprops
I have used 'regionprops' to identify regions after a volume segmentation. I need to know the pixel values within each region. The result from 'regionprops' include 'PixelList'. For example, the first region's pixel subscripts in my volume…

user1641496
- 457
- 1
- 8
- 18
0
votes
1 answer
Hide US on google geochart when region is set to Canada
I need to hide US on geo chart, when region is set to Canada:
google.load('visualization', '1', {'packages': ['geochart']});
google.setOnLoadCallback(drawVisualization);
function drawVisualization() {var data = new google.visualization.DataTable();
…

El Kopyto
- 1,157
- 3
- 18
- 33
0
votes
1 answer
Infopath 2010 - Create a repeating block from each item in an array on form load
Please forgive me if I don't explain this well. I'm new to Infopath. Here goes!
Overall Goal: Create an infopath form that will generate an email, eliminating certain 'human error' problems that we've been having.
Problem: Automatically…

Cameron Smothers
- 125
- 3
- 9
0
votes
1 answer
Region Monitoring and App Closed
I have a problem with my App based in Region Monitoring in iOS;
Suppose that I have a Monitored Region with 300 meters radius, and my location is 350 meters off the center of that region (but I am into a car moving get closer to my region).
If I…

Roberto Briones Argüelles
- 153
- 3
- 11
0
votes
1 answer
SQL Backups to S3
I have the following Amazon EC2 configuration
Prod Web & DB server (Virginia)
Web & DB server (Oregon)
I would like to store my SQL backups in S3 so that they are available to be restored to my standby server in case the Virginia region goes down…

unforgiven1987
- 454
- 1
- 3
- 18
0
votes
1 answer
Creating New Region - No Joy in Drupal 7
I'm modifying Bartik to create a custom theme. From all that I've read, I'm doing things right but it still isn't working. I've cleared my cache a million times and still get these errors:
Notice: Undefined index: department_column_left in…

KCL
- 138
- 1
- 12
0
votes
0 answers
Disabling monitoring regions when application will be terminated
I made an observer for the event UIApplicationWillTerminateNotification and in the method which is called for the event I remove monitored regions from Location manager:
for (CLRegion *region in locationManagerInstance.monitoredRegions) {
…

Adam Popławski
- 345
- 1
- 3
- 13
0
votes
1 answer
Repeat region table with minimum number of rows
I have created a table that is dynamically populated from a MySQL database using PHP. The first row is a repeated region for all records. However is it possible to have a minimum number of rows created whether there was a record or not. For example…

Dean
- 1
- 1
- 3
0
votes
1 answer
Setup cloudbees app to always have instances in different Regions
In the past month I've seen my cloudbees app being down due to cloudbees issues with its providers. Yesterday AWS East had problems and last summer this happened: http://blog.cloudbees.com/2012/07/cloudbees-postmortem-on-two-recent.html
In order to…

Daniele Dellafiore
- 1,867
- 1
- 15
- 19
0
votes
2 answers
Nested menu regions in Composite WPF application
Is it possible to have nested regions in a Composite WPF application? I want modules to be able to inject new menus, and also be able to inject menu items into an existing menu.
Using the following code the RegionManager throws an exception:
The…

sourcenouveau
- 29,356
- 35
- 146
- 243
0
votes
1 answer
Region monitoring
can anyone tell me how accurate the iOS5 region monitoring function can be. i.e. can it use my GPS location to monitor when I enter a region.
Also what is the max number of regions I could configure at any given time.
Thanks for any help

Ewan
- 1
- 1
0
votes
1 answer
'Region format' & 'Language' inside iPhone settings app for Netherlands
What should I select as 'Region format' & 'Language' inside iPhone settings app for Netherlands country?

Abhinav
- 37,684
- 43
- 191
- 309
0
votes
1 answer
OpenCV Label connected and Compute feature measurements for image regions
I need help related to following matlab code
[labelMap_1,num] = bwlabel(labelMap == 1);
labelMap1Stat = imfeature(labelMap_1,'Area','Centroid');
Inside opencv i found few threads that i must use bloblib for it.
But suppose if i dont want to use it…

wolvorinePk
- 1,760
- 5
- 36
- 67