With the new Share your Location feature on your profile page come important questions about how ...
Public Lab is an open community which collaboratively develops accessible, open source, Do-It-Yourself technologies for investigating local environmental health and justice issues.
15 CURRENT | warren |
August 31, 2021 19:47
| over 3 years ago
With the new Share your Location feature on your profile page come important questions about how much you should share about where you are. This page discusses this sensitive topic and offers tips. For more on general anonymity and privacy, see our anonymity page For information on location privacy in the context of our Privacy Policy, see Privacy Policy Location below. How it worksOn different pages on the site, you'll see special tags marking the geographic location or region of the content, which could be a wiki page, a blog post, a research note, a question or a profile page. They take the form However, you don't have to know how to create these yourself. You can just use the Once they're added, a small map will appear on the page (you may have to reload) and you'll see the location the page is associated with. You can ALWAYS delete a location you've added by deleting the tags. You may not be able to delete locations entered by others. Location privacySharing location can come with some privacy concerns. So we've made it possible to share inexact or "blurred" locations. Advantages of sharing your location :
However, there are risks to sharing your location, even if it's not exact:
Here are some ways we've tried to make it easy to share your location with varying amounts of precision: Location blurringThe new system enables "location blurring" of the location shared on your profile or on any note or wiki page on the site. Location blurring truncates your latitude and longitude coordinates, making it harder to see exactly where you are by simply lowering the resolution of your coordinates. This is like saying "around Chicago" instead of giving your precise address. For example:
When you enable location blurring, you won't see a marker (or if you do, it won't be exactly on your location): Zoom levels and precisionLower zoom levels on a map means that the map shows entire continents, while higher zoom levels means that the map can show details, like the streets of a city. When we represent the world at zoom level zero, it’s 256 pixels wide and high. When we go into zoom level one, it doubles its width and height, and can be represented by four 256-pixel-by-256-pixel images. At each zoom level, each tile is divided in four, and its size doubles, quadrupling the area. This principle is common in web maps, but how does it relate to the blurred locations we're helping you share? (source : leafletjs library) What happens is that the shorter the coordinates (the more they're blurred) the less precise they are, and so they correspond to the scale of a given zoom level, roughly as explained in the chart below.
What this means is that if you blur your location even a little, people won't be able to determine your location to within a certain distance, which can protect your privacy. Questions[questions:location-privacy] Privacy Policy LocationOur Privacy Policy mentions that we will truncate your IP address in Google Analytics, and explaining the amount of privacy this offers is not simple. Because of how IP addresses are used globally, in some countries everyone has the same IP address; truncating it will therefore not make a difference and individuals privacy is relatively well protected from IP address geolocation. In other countries, such as the US, an IP address may reveal an exact geographic location such as a street address. Read Google's documentation on IP Anonymization in Analytics here: https://support.google.com/analytics/answer/2763052 With IP-address truncation, the last 3 digits (those following the final period) are omitted, to offer some privacy from IP address geolocation. This has different results depending on region, and is hard to quantify. However, this post documents a study done in the UK to assess the amount of real-world "location blurring" (and thus, degree of privacy) that occurred due to this kind of IP address truncation:
They also observed:
(Also see: https://www.conversionworks.co.uk/blog/2017/05/19/anonymize-ip-geo-impact-test/) Also note that, independent of IP address truncation,"Google Analytics rounds latitude and longitude to 4 digits, thus, providing a maximum precision of 11.1m." (miles) -- https://radical-analytics.com/case-study-accuracy-precision-of-google-analytics-geolocation-4264510612c0 In summaryThis IP address truncation makes the biggest difference for areas of the world where IP based geolocation is most precise -- such as Europe and the US. In those areas, rather than possibly being locatable to within tens of meters, you'll likely be locatable to within only tens of kilometers. And within Google Analytics, your individual actions or behaviors are not correlatable with your location nor viewable except in the aggregate with others' data. At Public Lab, we take privacy very seriously. Please read the full Privacy Policy to learn more. |
Revert | ||||||||||||||||||||||||||||
14 | warren |
August 31, 2021 19:46
| over 3 years ago
With the new Share your Location feature on your profile page come important questions about how much you should share about where you are. This page discusses this sensitive topic and offers tips. For more on general anonymity and privacy, see our anonymity page For information on location privacy in the context of our Privacy Policy, see Privacy Policy Location below. How it worksOn different pages on the site, you'll see special tags marking the geographic location or region of the content, which could be a wiki page, a blog post, a research note, a question or a profile page. They take the form However, you don't have to know how to create these yourself. You can just use the Once they're added, a small map will appear on the page (you may have to reload) and you'll see the location the page is associated with. Location privacySharing location can come with some privacy concerns. So we've made it possible to share inexact or "blurred" locations. Advantages of sharing your location :
However, there are risks to sharing your location, even if it's not exact:
Here are some ways we've tried to make it easy to share your location with varying amounts of precision: Location blurringThe new system enables "location blurring" of the location shared on your profile or on any note or wiki page on the site. Location blurring truncates your latitude and longitude coordinates, making it harder to see exactly where you are by simply lowering the resolution of your coordinates. This is like saying "around Chicago" instead of giving your precise address. For example:
When you enable location blurring, you won't see a marker (or if you do, it won't be exactly on your location): Zoom levels and precisionLower zoom levels on a map means that the map shows entire continents, while higher zoom levels means that the map can show details, like the streets of a city. When we represent the world at zoom level zero, it’s 256 pixels wide and high. When we go into zoom level one, it doubles its width and height, and can be represented by four 256-pixel-by-256-pixel images. At each zoom level, each tile is divided in four, and its size doubles, quadrupling the area. This principle is common in web maps, but how does it relate to the blurred locations we're helping you share? (source : leafletjs library) What happens is that the shorter the coordinates (the more they're blurred) the less precise they are, and so they correspond to the scale of a given zoom level, roughly as explained in the chart below.
What this means is that if you blur your location even a little, people won't be able to determine your location to within a certain distance, which can protect your privacy. Questions[questions:location-privacy] Privacy Policy LocationOur Privacy Policy mentions that we will truncate your IP address in Google Analytics, and explaining the amount of privacy this offers is not simple. Because of how IP addresses are used globally, in some countries everyone has the same IP address; truncating it will therefore not make a difference and individuals privacy is relatively well protected from IP address geolocation. In other countries, such as the US, an IP address may reveal an exact geographic location such as a street address. Read Google's documentation on IP Anonymization in Analytics here: https://support.google.com/analytics/answer/2763052 With IP-address truncation, the last 3 digits (those following the final period) are omitted, to offer some privacy from IP address geolocation. This has different results depending on region, and is hard to quantify. However, this post documents a study done in the UK to assess the amount of real-world "location blurring" (and thus, degree of privacy) that occurred due to this kind of IP address truncation:
They also observed:
(Also see: https://www.conversionworks.co.uk/blog/2017/05/19/anonymize-ip-geo-impact-test/) Also note that, independent of IP address truncation,"Google Analytics rounds latitude and longitude to 4 digits, thus, providing a maximum precision of 11.1m." (miles) -- https://radical-analytics.com/case-study-accuracy-precision-of-google-analytics-geolocation-4264510612c0 In summaryThis IP address truncation makes the biggest difference for areas of the world where IP based geolocation is most precise -- such as Europe and the US. In those areas, rather than possibly being locatable to within tens of meters, you'll likely be locatable to within only tens of kilometers. And within Google Analytics, your individual actions or behaviors are not correlatable with your location nor viewable except in the aggregate with others' data. At Public Lab, we take privacy very seriously. Please read the full Privacy Policy to learn more. |
Revert | ||||||||||||||||||||||||||||
13 | warren |
August 31, 2021 19:45
| over 3 years ago
With the new Share your Location feature on your profile page come important questions about how much you should share about where you are. This page discusses this sensitive topic and offers tips. For more on general anonymity and privacy, see our anonymity page For information on location privacy in the context of our Privacy Policy, see Privacy Policy Location below. How it worksOn different pages on the site, you'll see special tags marking the geographic location or region of the content, which could be a wiki page, a blog post, a research note, a question or a profile page. They take the form However, you don't have to know how to create these yourself. You can just use the Once they're added, a small map will appear on the page (you may have to reload) and you'll see the location the page is associated with. Location privacySharing location can come with some privacy concerns. So we've made it possible to share inexact or "blurred" locations. Advantages of sharing your location :
However, there are risks to sharing your location, even if it's not exact:
Here are some ways we've tried to make it easy to share your location with varying amounts of precision: Location blurringThe new system enables "location blurring" of the location shared on your profile or on any note or wiki page on the site. Location blurring truncates your latitude and longitude coordinates, making it harder to see exactly where you are by simply lowering the resolution of your coordinates. This is like saying "around Chicago" instead of giving your precise address. For example:
When you enable location blurring, you won't see a marker (or if you do, it won't be exactly on your location): Zoom levels and precisionLower zoom levels on a map means that the map shows entire continents, while higher zoom levels means that the map can show details, like the streets of a city. When we represent the world at zoom level zero, it’s 256 pixels wide and high. When we go into zoom level one, it doubles its width and height, and can be represented by four 256-pixel-by-256-pixel images. At each zoom level, each tile is divided in four, and its size doubles, quadrupling the area. This principle is common in web maps, but how does it relate to the blurred locations we're helping you share? (source : leafletjs library) What happens is that the shorter the coordinates (the more they're blurred) the less precise they are, and so they correspond to the scale of a given zoom level, roughly as explained in the chart below.
What this means is that if you blur your location even a little, people won't be able to determine your location to within a certain distance, which can protect your privacy. Questions[questions:location-privacy] Privacy Policy LocationOur Privacy Policy mentions that we will truncate your IP address in Google Analytics, and explaining the amount of privacy this offers is not simple. Because of how IP addresses are used globally, in some countries everyone has the same IP address; truncating it will therefore not make a difference and individuals privacy is relatively well protected from IP address geolocation. In other countries, such as the US, an IP address may reveal an exact geographic location such as a street address. Read Google's documentation on IP Anonymization in Analytics here: https://support.google.com/analytics/answer/2763052 With IP-address truncation, the last 3 digits (those following the final period) are omitted, to offer some privacy from IP address geolocation. This has different results depending on region, and is hard to quantify. However, this post documents a study done in the UK to assess the amount of real-world "location blurring" (and thus, degree of privacy) that occurred due to this kind of IP address truncation:
They also observed:
(Also see: https://www.conversionworks.co.uk/blog/2017/05/19/anonymize-ip-geo-impact-test/) Also note that, independent of IP address truncation,"Google Analytics rounds latitude and longitude to 4 digits, thus, providing a maximum precision of 11.1m." (miles) -- https://radical-analytics.com/case-study-accuracy-precision-of-google-analytics-geolocation-4264510612c0 In summaryThis IP address truncation makes the biggest difference for areas of the world where IP based geolocation is most precise -- such as Europe and the US. In those areas, rather than possibly being locatable to within tens of meters, you'll likely be locatable to within only tens of kilometers. And within Google Analytics, your individual actions or behaviors are not correlatable with your location nor viewable except in the aggregate with others' data. At Public Lab, we take privacy very seriously. Please read the full Privacy Policy to learn more. |
Revert | ||||||||||||||||||||||||||||
12 | warren |
August 30, 2018 18:07
| over 6 years ago
With the new Share your Location feature on your profile page come important questions about how much you should share about where you are. This page discusses this sensitive topic and offers tips. For more on general anonymity and privacy, see our anonymity page For information on location privacy in the context of our Privacy Policy, see Privacy Policy Location below. Location privacyAdvantages of sharing your location :
However, there are risks to sharing your location, even if it's not exact:
Here are some ways we've tried to make it easy to share your location with varying amounts of precision: Location blurringThe new system enables "location blurring" of the location shared on your profile or on any note or wiki page on the site. Location blurring truncates your latitude and longitude coordinates, making it harder to see exactly where you are by simply lowering the resolution of your coordinates. This is like saying "around Chicago" instead of giving your precise address. For example:
When you enable location blurring, you won't see a marker (or if you do, it won't be exactly on your location): Zoom levels and precisionLower zoom levels on a map means that the map shows entire continents, while higher zoom levels means that the map can show details, like the streets of a city. When we represent the world at zoom level zero, it’s 256 pixels wide and high. When we go into zoom level one, it doubles its width and height, and can be represented by four 256-pixel-by-256-pixel images. At each zoom level, each tile is divided in four, and its size doubles, quadrupling the area. This principle is common in web maps, but how does it relate to the blurred locations we're helping you share? (source : leafletjs library) What happens is that the shorter the coordinates (the more they're blurred) the less precise they are, and so they correspond to the scale of a given zoom level, roughly as explained in the chart below.
What this means is that if you blur your location even a little, people won't be able to determine your location to within a certain distance, which can protect your privacy. Questions[questions:location-privacy] Privacy Policy LocationOur Privacy Policy mentions that we will truncate your IP address in Google Analytics, and explaining the amount of privacy this offers is not simple. Because of how IP addresses are used globally, in some countries everyone has the same IP address; truncating it will therefore not make a difference and individuals privacy is relatively well protected from IP address geolocation. In other countries, such as the US, an IP address may reveal an exact geographic location such as a street address. Read Google's documentation on IP Anonymization in Analytics here: https://support.google.com/analytics/answer/2763052 With IP-address truncation, the last 3 digits (those following the final period) are omitted, to offer some privacy from IP address geolocation. This has different results depending on region, and is hard to quantify. However, this post documents a study done in the UK to assess the amount of real-world "location blurring" (and thus, degree of privacy) that occurred due to this kind of IP address truncation:
They also observed:
(Also see: https://www.conversionworks.co.uk/blog/2017/05/19/anonymize-ip-geo-impact-test/) Also note that, independent of IP address truncation,"Google Analytics rounds latitude and longitude to 4 digits, thus, providing a maximum precision of 11.1m." (miles) -- https://radical-analytics.com/case-study-accuracy-precision-of-google-analytics-geolocation-4264510612c0 In summaryThis IP address truncation makes the biggest difference for areas of the world where IP based geolocation is most precise -- such as Europe and the US. In those areas, rather than possibly being locatable to within tens of meters, you'll likely be locatable to within only tens of kilometers. And within Google Analytics, your individual actions or behaviors are not correlatable with your location nor viewable except in the aggregate with others' data. At Public Lab, we take privacy very seriously. Please read the full Privacy Policy to learn more. |
Revert | ||||||||||||||||||||||||||||
11 | warren |
August 30, 2018 18:04
| over 6 years ago
With the new Share your Location feature on your profile page come important questions about how much you should share about where you are. This page discusses this sensitive topic and offers tips. For more on general anonymity and privacy, see our anonymity page For information on location privacy in the context of our Privacy Policy, see Privacy Policy Location below. Location privacyAdvantages of sharing your location :
However, there are risks to sharing your location, even if it's not exact:
Here are some ways we've tried to make it easy to share your location with varying amounts of precision: Location blurringThe new system enables "location blurring" of the location shared on your profile or on any note or wiki page on the site. Location blurring truncates your latitude and longitude coordinates, making it harder to see exactly where you are by simply lowering the resolution of your coordinates. This is like saying "around Chicago" instead of giving your precise address. For example:
When you enable location blurring, you won't see a marker (or if you do, it won't be exactly on your location): Zoom levels and precisionLower zoom levels on a map means that the map shows entire continents, while higher zoom levels means that the map can show details, like the streets of a city. When we represent the world at zoom level zero, it’s 256 pixels wide and high. When we go into zoom level one, it doubles its width and height, and can be represented by four 256-pixel-by-256-pixel images. At each zoom level, each tile is divided in four, and its size doubles, quadrupling the area. This principle is common in web maps, but how does it relate to the blurred locations we're helping you share? (source : leafletjs library) What happens is that the shorter the coordinates (the more they're blurred) the less precise they are, and so they correspond to the scale of a given zoom level, roughly as explained in the chart below. What this means is that if you blur your location even a little, people won't be able to determine your location to within a certain distance, which can protect your privacy. Questions[questions:location-privacy] Privacy Policy LocationOur Privacy Policy mentions that we will truncate your IP address in Google Analytics, and explaining the amount of privacy this offers is not simple. Because of how IP addresses are used globally, in some countries everyone has the same IP address; truncating it will therefore not make a difference and individuals privacy is relatively well protected from IP address geolocation. In other countries, such as the US, an IP address may reveal an exact geographic location such as a street address. Read Google's documentation on IP Anonymization in Analytics here: https://support.google.com/analytics/answer/2763052 With IP-address truncation, the last 3 digits (those following the final period) are omitted, to offer some privacy from IP address geolocation. This has different results depending on region, and is hard to quantify. However, this post documents a study done in the UK to assess the amount of real-world "location blurring" (and thus, degree of privacy) that occurred due to this kind of IP address truncation:
They also observed:
(Also see: https://www.conversionworks.co.uk/blog/2017/05/19/anonymize-ip-geo-impact-test/) Also note that, independent of IP address truncation,"Google Analytics rounds latitude and longitude to 4 digits, thus, providing a maximum precision of 11.1m." (miles) -- https://radical-analytics.com/case-study-accuracy-precision-of-google-analytics-geolocation-4264510612c0 In summaryThis IP address truncation makes the biggest difference for areas of the world where IP based geolocation is most precise -- such as Europe and the US. In those areas, rather than possibly being locatable to within tens of meters, you'll likely be locatable to within only tens of kilometers. And within Google Analytics, your individual actions or behaviors are not correlatable with your location nor viewable except in the aggregate with others' data. At Public Lab, we take privacy very seriously. Please read the full Privacy Policy to learn more. |
Revert | ||||||||||||||||||||||||||||
10 | warren |
August 30, 2018 17:58
| over 6 years ago
With the new Share your Location feature on your profile page come important questions about how much you should share about where you are. This page discusses this sensitive topic and offers tips. For more on general anonymity and privacy, see our anonymity page For information on location privacy in the context of our Privacy Policy, see Privacy Policy Location below. Location privacyAdvantages of sharing your location :
However, there are risks to sharing your location, even if it's not exact:
Here are some ways we've tried to make it easy to share your location with varying amounts of precision: Location blurringThe new system enables "location blurring" of the location shared on your profile or on any note or wiki page on the site. Location blurring truncates your latitude and longitude coordinates, making it harder to see exactly where you are by simply lowering the resolution of your coordinates. This is like saying "around Chicago" instead of giving your precise address. For example: When you enable location blurring, you won't see a marker (or if you do, it won't be exactly on your location): Zoom levels and precisionLower zoom levels on a map means that the map shows entire continents, while higher zoom levels means that the map can show details, like the streets of a city. When we represent the world at zoom level zero, it’s 256 pixels wide and high. When we go into zoom level one, it doubles its width and height, and can be represented by four 256-pixel-by-256-pixel images. At each zoom level, each tile is divided in four, and its size doubles, quadrupling the area. This principle is common in web maps, but how does it relate to the blurred locations we're helping you share? (source : leafletjs library) What happens is that the shorter the coordinates (the more they're blurred) the less precise they are, and so they correspond to the scale of a given zoom level, roughly as explained in the chart below. What this means is that if you blur your location even a little, people won't be able to determine your location to within a certain distance, which can protect your privacy. Questions[questions:location-privacy] Privacy Policy LocationOur Privacy Policy mentions that we will truncate your IP address in Google Analytics, and explaining the amount of privacy this offers is not simple. Because of how IP addresses are used globally, in some countries everyone has the same IP address; truncating it will therefore not make a difference and individuals privacy is relatively well protected from IP address geolocation. In other countries, such as the US, an IP address may reveal an exact geographic location such as a street address. Read Google's documentation on IP Anonymization in Analytics here: https://support.google.com/analytics/answer/2763052 With IP-address truncation, the last 3 digits (those following the final period) are omitted, to offer some privacy from IP address geolocation. This has different results depending on region, and is hard to quantify. However, this post documents a study done in the UK to assess the amount of real-world "location blurring" (and thus, degree of privacy) that occurred due to this kind of IP address truncation:
They also observed:
(Also see: https://www.conversionworks.co.uk/blog/2017/05/19/anonymize-ip-geo-impact-test/) Also note that, independent of IP address truncation,"Google Analytics rounds latitude and longitude to 4 digits, thus, providing a maximum precision of 11.1m." (miles) -- https://radical-analytics.com/case-study-accuracy-precision-of-google-analytics-geolocation-4264510612c0 In summaryThis IP address truncation makes the biggest difference for areas of the world where IP based geolocation is most precise -- such as Europe and the US. In those areas, rather than possibly being locatable to within tens of meters, you'll likely be locatable to within only tens of kilometers. And within Google Analytics, your individual actions or behaviors are not correlatable with your location nor viewable except in the aggregate with others' data. At Public Lab, we take privacy very seriously. Please read the full Privacy Policy to learn more. |
Revert | ||||||||||||||||||||||||||||
9 | warren |
August 30, 2018 17:04
| over 6 years ago
With the new Share your Location feature on your profile page come important questions about how much you should share about where you are. This page discusses this sensitive topic and offers tips. For more on general anonymity and privacy, see our anonymity page For information on location privacy in the context of our Privacy Policy, see Privacy Policy Location below. Location privacyAdvantages of sharing your location :
However, there are risks to sharing your location, even if it's not exact:
Here are some ways we've tried to make it easy to share your location with varying amounts of precision: Location blurringThe new system enables "location blurring" of the location shared on your profile or on any note or wiki page on the site. Location blurring truncates your latitude and longitude coordinates, making it harder to see exactly where you are by simply lowering the resolution of your coordinates. This is like saying "around Chicago" instead of giving your precise address. For example: When you enable location blurring, you won't see a marker (or if you do, it won't be exactly on your location): Zoom levels and precisionLower zoom levels on a map means that the map shows entire continents, while higher zoom levels means that the map can show details, like the streets of a city. When we represent the world at zoom level zero, it’s 256 pixels wide and high. When we go into zoom level one, it doubles its width and height, and can be represented by four 256-pixel-by-256-pixel images. At each zoom level, each tile is divided in four, and its size doubles, quadrupling the area. This principle is common in web maps, but how does it relate to the blurred locations we're helping you share? (source : leafletjs library) What happens is that the shorter the coordinates (the more they're blurred) the less precise they are, and so they correspond to the scale of a given zoom level, roughly as explained in the chart below. What this means is that if you blur your location even a little, people won't be able to determine your location to within a certain distance, which can protect your privacy. Questions[questions:location-privacy] Privacy Policy LocationOur Privacy Policy mentions that we will truncate your IP address in Google Analytics, and explaining the amount of privacy this offers is not simple. Because of how IP addresses are used globally, in some countries everyone has the same IP address; truncating it will therefore not make a difference and individuals privacy is relatively well protected from IP address geolocation. In other countries, such as the US, an IP address may reveal an exact geographic location such as a street address. With IP-address truncation, the last 3 digits (those following the final period) are omitted, to offer some privacy from IP address geolocation. This has different results depending on region, and is hard to quantify. However, this post documents a study done in the UK to assess the amount of real-world "location blurring" (and thus, degree of privacy) that occurred due to this kind of IP address truncation:
They also observed:
(Also see: https://www.conversionworks.co.uk/blog/2017/05/19/anonymize-ip-geo-impact-test/) Also note that, independent of IP address truncation,"Google Analytics rounds latitude and longitude to 4 digits, thus, providing a maximum precision of 11.1m." (miles) -- https://radical-analytics.com/case-study-accuracy-precision-of-google-analytics-geolocation-4264510612c0 In summaryThis IP address truncation makes the biggest difference for areas of the world where IP based geolocation is most precise -- such as Europe and the US. In those areas, rather than possibly being locatable to within tens of meters, you'll likely be locatable to within only tens of kilometers. And within Google Analytics, your individual actions or behaviors are not correlatable with your location nor viewable except in the aggregate with others' data. At Public Lab, we take privacy very seriously. Please read the full Privacy Policy to learn more. |
Revert | ||||||||||||||||||||||||||||
8 | warren |
August 30, 2018 17:03
| over 6 years ago
With the new Share your Location feature on your profile page come important questions about how much you should share about where you are. This page discusses this sensitive topic and offers tips. For more on general anonymity and privacy, see our anonymity page For information on location privacy in the context of our Privacy Policy, see Privacy Policy below. Location privacyAdvantages of sharing your location :
However, there are risks to sharing your location, even if it's not exact:
Here are some ways we've tried to make it easy to share your location with varying amounts of precision: Location blurringThe new system enables "location blurring" of the location shared on your profile or on any note or wiki page on the site. Location blurring truncates your latitude and longitude coordinates, making it harder to see exactly where you are by simply lowering the resolution of your coordinates. This is like saying "around Chicago" instead of giving your precise address. For example: When you enable location blurring, you won't see a marker (or if you do, it won't be exactly on your location): Zoom levels and precisionLower zoom levels on a map means that the map shows entire continents, while higher zoom levels means that the map can show details, like the streets of a city. When we represent the world at zoom level zero, it’s 256 pixels wide and high. When we go into zoom level one, it doubles its width and height, and can be represented by four 256-pixel-by-256-pixel images. At each zoom level, each tile is divided in four, and its size doubles, quadrupling the area. This principle is common in web maps, but how does it relate to the blurred locations we're helping you share? (source : leafletjs library) What happens is that the shorter the coordinates (the more they're blurred) the less precise they are, and so they correspond to the scale of a given zoom level, roughly as explained in the chart below. What this means is that if you blur your location even a little, people won't be able to determine your location to within a certain distance, which can protect your privacy. Questions[questions:location-privacy] Privacy PolicyOur Privacy Policy mentions that we will truncate your IP address in Google Analytics, and explaining the amount of privacy this offers is not simple. Because of how IP addresses are used globally, in some countries everyone has the same IP address; truncating it will therefore not make a difference and individuals privacy is relatively well protected from IP address geolocation. In other countries, such as the US, an IP address may reveal an exact geographic location such as a street address. With IP-address truncation, the last 3 digits (those following the final period) are omitted, to offer some privacy from IP address geolocation. This has different results depending on region, and is hard to quantify. However, this post documents a study done in the UK to assess the amount of real-world "location blurring" (and thus, degree of privacy) that occurred due to this kind of IP address truncation:
They also observed:
(Also see: https://www.conversionworks.co.uk/blog/2017/05/19/anonymize-ip-geo-impact-test/) Also note that, independent of IP address truncation,"Google Analytics rounds latitude and longitude to 4 digits, thus, providing a maximum precision of 11.1m." (miles) -- https://radical-analytics.com/case-study-accuracy-precision-of-google-analytics-geolocation-4264510612c0 In summaryThis IP address truncation makes the biggest difference for areas of the world where IP based geolocation is most precise -- such as Europe and the US. In those areas, rather than possibly being locatable to within tens of meters, you'll likely be locatable to within only tens of kilometers. And within Google Analytics, your individual actions or behaviors are not correlatable with your location nor viewable except in the aggregate with others' data. At Public Lab, we take privacy very seriously. Please read the full Privacy Policy to learn more. |
Revert | ||||||||||||||||||||||||||||
7 | warren |
February 15, 2018 21:50
| almost 7 years ago
With the new Share your Location feature on your profile page come important questions about how much you should share about where you are. This page discusses this sensitive topic and offers tips. For more on general anonymity and privacy, see our anonymity page Location privacyAdvantages of sharing your location :
However, there are risks to sharing your location, even if it's not exact:
Here are some ways we've tried to make it easy to share your location with varying amounts of precision: Location blurringThe new system enables "location blurring" of the location shared on your profile or on any note or wiki page on the site. Location blurring truncates your latitude and longitude coordinates, making it harder to see exactly where you are by simply lowering the resolution of your coordinates. This is like saying "around Chicago" instead of giving your precise address. For example: When you enable location blurring, you won't see a marker (or if you do, it won't be exactly on your location): Zoom levels and precisionLower zoom levels on a map means that the map shows entire continents, while higher zoom levels means that the map can show details, like the streets of a city. When we represent the world at zoom level zero, it’s 256 pixels wide and high. When we go into zoom level one, it doubles its width and height, and can be represented by four 256-pixel-by-256-pixel images. At each zoom level, each tile is divided in four, and its size doubles, quadrupling the area. This principle is common in web maps, but how does it relate to the blurred locations we're helping you share? (source : leafletjs library) What happens is that the shorter the coordinates (the more they're blurred) the less precise they are, and so they correspond to the scale of a given zoom level, roughly as explained in the chart below. What this means is that if you blur your location even a little, people won't be able to determine your location to within a certain distance, which can protect your privacy. Questions[questions:location-privacy] |
Revert | ||||||||||||||||||||||||||||
6 | warren |
February 15, 2018 21:43
| almost 7 years ago
With the new Share your Location feature on your profile page come important questions about how much you should share about where you are. This page discusses this sensitive topic and offers tips. For more on general anonymity and privacy, see our anonymity page Location privacyAdvantages of sharing your location :
However, there are risks to sharing your location, even if it's not exact:
Here are some ways we've tried to make it easy to share your location with varying amounts of precision: Location blurringThe new system enables "location blurring" of the location shared on your profile or on any note or wiki page on the site. Location blurring truncates your latitude and longitude coordinates, making it harder to see exactly where you are by simply lowering the resolution of your coordinates. This is like saying "around Chicago" instead of giving your precise address. For example: When you enable location blurring, you won't see a marker (or if you do, it won't be exactly on your location): Zoom levels and precisionLower zoom levels on a map means that the map shows entire continents, while higher zoom levels means that the map can show details, like the streets of a city. When we represent the world at zoom level zero, it’s 256 pixels wide and high. When we go into zoom level one, it doubles its width and height, and can be represented by four 256-pixel-by-256-pixel images. At each zoom level, each tile is divided in four, and its size doubles, quadrupling the area. This principle is common in web maps, but how does it relate to the blurred locations we're helping you share? (source : leafletjs library) What happens is that the shorter the coordinates (the more they're blurred) the less precise they are, and so they correspond to the scale of a given zoom level, roughly as explained in the chart below. What this means is that if you blur your location even a little, people won't be able to determine your location to within a certain distance, which can protect your privacy. |
Revert | ||||||||||||||||||||||||||||
5 | warren |
February 15, 2018 21:43
| almost 7 years ago
With the new Share your Location feature on your profile page come important questions about how much you should share about where you are. This page discusses this sensitive topic and offers tips. For more on general anonymity and privacy, see our anonymity page Location privacyAdvantages of sharing your location :
However, there are risks to sharing your location, even if it's not exact:
Here are some ways we've tried to make it easy to share your location with varying amounts of precision: Location blurringThe new system enables "location blurring" of the location shared on your profile or on any note or wiki page on the site. Location blurring truncates your latitude and longitude coordinates, making it harder to see exactly where you are by simply lowering the resolution of your coordinates. This is like saying "around Chicago" instead of giving your precise address. For example: When you enable location blurring, you won't see a marker (or if you do, it won't be exactly on your location): Zoom levels and precisionLower zoom levels on a map means that the map shows entire continents, while higher zoom levels means that the map can show details, like the streets of a city. When we represent the world at zoom level zero, it’s 256 pixels wide and high. When we go into zoom level one, it doubles its width and height, and can be represented by four 256-pixel-by-256-pixel images. At each zoom level, each tile is divided in four, and its size doubles, quadrupling the area. This principle is common in web maps, but how does it relate to the blurred locations we're helping you share? (source : leafletjs library) What happens is that the shorter the coordinates (the more they're blurred) the less precise they are, and so they correspond to the scale of a given zoom level, roughly as explained in the chart below. What this means is that if you blur your location even a little, people won't be able to determine your location to within a certain distance, which can protect your privacy. |
Revert | ||||||||||||||||||||||||||||
4 | warren |
February 15, 2018 21:42
| almost 7 years ago
With the new Share your Location feature on your profile page come important questions about how much you should share about where you are. This page discusses this sensitive topic and offers tips. For more on general anonymity and privacy, see our anonymity page Location privacyAdvantages of sharing your location :
However, there are risks to sharing your location, even if it's not exact:
Here are some ways we've tried to make it easy to share your location with varying amounts of precision: Location blurringThe new system enables "location blurring" of the location shared on your profile or on any note or wiki page on the site. Location blurring truncates your latitude and longitude coordinates, making it harder to see exactly where you are by simply lowering the resolution of your coordinates. This is like saying "around Chicago" instead of giving your precise address. For example: When you enable location blurring, you won't see a marker (or if you do, it won't be exactly on your location): Zoom levels and precisionLower zoom levels on a map means that the map shows entire continents, while higher zoom levels means that the map can show details, like the streets of a city. When we represent the world at zoom level zero, it’s 256 pixels wide and high. When we go into zoom level one, it doubles its width and height, and can be represented by four 256-pixel-by-256-pixel images. At each zoom level, each tile is divided in four, and its size doubles, quadrupling the area. This principle is common in web maps, but how does it relate to the blurred locations we're helping you share? (source : leafletjs library) What happens is that the shorter the coordinates (the more they're blurred) the less precise they are, and so they correspond to the scale of a given zoom level, roughly as explained in the chart below. What this means is that if you blur your location even a little, people won't be able to determine your location to within a certain distance, which can protect your privacy. |
Revert | ||||||||||||||||||||||||||||
3 | sagarpreet |
February 05, 2018 12:29
| almost 7 years ago
Everything you need to know about the new Share your Location feature on your profile page : Location-privacy :Advantages of sharing your location :
Here are some things you might want to know :1.) The location:blurred tag :
2.) The blurred:true tag :
3.) What is zoom level ?
source : leafletjs library 4.) Co-relation between zoom, precision and human-readable place-name : |
Revert | ||||||||||||||||||||||||||||
2 | sagarpreet |
February 05, 2018 12:27
| almost 7 years ago
Everything you need to know about the new Share your Location feature on your profile page : Location-privacy :Advantages of sharing your location :
Here are some things you might want to know :1.) The location:blurred tag :
2.) The blurred:true tag :
3.) What is zoom level ?
source : leafletjs library 4.) Co-relation between zoom, precision and human-readable place-name : |
Revert | ||||||||||||||||||||||||||||
1 | sagarpreet |
February 05, 2018 12:26
| almost 7 years ago
Everything you need to know about the new Share your Location feature on your profile page : Location-privacy :Advantages of sharing your location :
Here are some things you might want to know :1.) The location:blurred tag :
2.) The blurred:true tag :
3.) What is zoom level ?
source : leafletjs library 4.) Co-relation between zoom, precision and human-readable place-name : |
Revert | ||||||||||||||||||||||||||||
0 | sagarpreet |
February 05, 2018 12:25
| almost 7 years ago
Everything you need to know about the new Share your Location feature on your profile page : Location-privacy :Advantages of sharing your location : * helps the community to know where you live approximately . * helps you to find and learn about projects near you (feature which we will be working in near future) . Here are some things you might want to know :1.) The location:blurred tag : * This tag on your profile page enables blurring , which truncates the latitude and longitude coordinates . For example : 2.) The blurred:true tag : * This tag removes the marker from your map , giving the viewers of your profile only a vague idea about your location . 3.) What is zoom level ? * Lower zoom levels means that the map shows entire continents, while higher zoom levels means that the map can show details of a city.
source : leafletjs library 4.) Co-relation between zoom, precision and human-readable place-name : |
Revert |