<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>jQueryMaps</title>
	<atom:link href="https://www.jquerymaps.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.jquerymaps.com/blog</link>
	<description>Custom mapping solutions</description>
	<lastBuildDate>Fri, 22 Oct 2021 20:04:45 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.38</generator>
	<item>
		<title>Custom Route Maps for Fall Foliage Travel</title>
		<link>https://www.jquerymaps.com/blog/customroutemaps-for-fall-foliage-travel/</link>
		<comments>https://www.jquerymaps.com/blog/customroutemaps-for-fall-foliage-travel/#comments</comments>
		<pubDate>Fri, 22 Oct 2021 20:04:45 +0000</pubDate>
		<dc:creator><![CDATA[jQueryMaps]]></dc:creator>
				<category><![CDATA[Boundary maps]]></category>
		<category><![CDATA[Custom Maps]]></category>
		<category><![CDATA[Google Maps]]></category>
		<category><![CDATA[jQueryMaps]]></category>
		<category><![CDATA[Open Street Map]]></category>
		<category><![CDATA[Building your HTML5 Map]]></category>
		<category><![CDATA[custom map filters]]></category>
		<category><![CDATA[customization]]></category>
		<category><![CDATA[OpenStreetMap]]></category>

		<guid isPermaLink="false">http://www.jquerymaps.com/blog/?p=966</guid>
		<description><![CDATA[<p>With the Fall season upon us, arrives crisp autumn air, breezy afternoons and depending on the region in which you live, bright foliage worthy of countless views and pictures to sustain us in the colder months ahead. Seasonal travel, motivated by foliage viewing, is a big contributor to local economies and a deeply rooted tradition [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.jquerymaps.com/blog/customroutemaps-for-fall-foliage-travel/">Custom Route Maps for Fall Foliage Travel</a> appeared first on <a rel="nofollow" href="https://www.jquerymaps.com/blog">jQueryMaps</a>. Follow me too at <a href="https://twitter.com/jquerymaps">Twitter</a>.<br />
<a href="https://www.facebook.com/pages/jQueryMaps/144619118976877">Facebook</a></p>
]]></description>
				<content:encoded><![CDATA[<p><span style="font-weight: 400;">With the Fall season upon us, arrives crisp autumn air, breezy afternoons and depending on the region in which you live, bright foliage worthy of countless views and pictures to sustain us in the colder months ahead. Seasonal travel, motivated by foliage viewing, is a big contributor to local economies and a deeply rooted tradition for many families. For some, exploring the countryside in autumn involves repeating visits to known locations, drawing comparisons from previous years and speculating on the factors, such as rainfall or the snap of cooler weather, that may have contributed to the final color outcome. Other travelers prefer to hike and surround themselves by nature in order to take in the colors and reflect on the passage of the season. In most cases driving, both as a means of accessing special locations or an end unto itself, is a familiar way to relax and enjoy the seasonal colors while staying in the comfort of your vehicle. In this article we will discuss how custom route maps can be created and developed as a platform to engage with the public while also encouraging user participation. These travel-related maps can be focused on a specific category or designed to include multiple options with the feature to filter for specific types of routes which meet specific needs. As with most mapping projects, the strength of the application is the ability to connect reliable data with an intuitive visual interface. </span></p>
<p><span id="more-966"></span></p>
<p><span style="font-weight: 400;">In this article we will look at the following topics:</span></p>
<ul>
<li>
<h3><span style="font-weight: 400;">US States Map with Drill Down Functionality</span></h3>
</li>
<li>
<h3><span style="font-weight: 400;">User Interaction with Custom Route Maps</span></h3>
</li>
</ul>
<h2><span style="font-weight: 400;">Building a Multi-layer Map with Drill-Down Navigation</span></h2>
<p><span style="font-weight: 400;"><a href="http://www.jquerymaps.com/blog/wp-content/uploads/2015/03/Manual-trace-routes.jpg"><img class="alignleft size-medium wp-image-546" src="http://www.jquerymaps.com/blog/wp-content/uploads/2015/03/Manual-trace-routes-300x188.jpg" alt="jQuery-US-Map" width="300" height="188" /></a>Most projects start with a top-level perspective that shows the United States delineated by State divisions, however, added features, including topographical details and a custom background image, along with relevant landmarks, can be included to engage users and enhance the interaction with the product. In the case of tourism-related maps with a focus on leisure, it would be encouraging to show the location of major cities, but also the distribution of mountain ranges and major rivers to visually define their distance from cities. In order to custom route maps to work effectively, the map should smoothly transition from a national view to an individual state view while preserving the topographical details at the lower levels. Information within a State can also be filtered based on the access level of the viewer. A common example of this would be to only show a few larger cities as icons at the national level, but include smaller communities along with text labels when viewing the map at the State level. For custom route maps, one approach would be to only show the route’s starting point as an icon on the map in order to avoid unnecessary crowing of information, however similar to the transition between the initial levels, once a start point is selected the State map would transition to street-level detail showing its entirety within Open Street Map. <a href="http://www.jquerymaps.com/blog/wp-content/uploads/2015/03/GoogleMap-Routes.jpg"><img class="alignleft size-medium wp-image-545" src="http://www.jquerymaps.com/blog/wp-content/uploads/2015/03/GoogleMap-Routes-300x188.jpg" alt="jQuery-US-Map" width="300" height="188" /></a>All of the data from the upper levels of the map would also be carried into the Open Street Map view, with the benefit that the route becomes visible as an overlay on any major road or path. The way that objects, including complex lines that compose routes, are shown in the project is through GPS coordinates, which in the case of custom route maps, would be collected by participants and later uploaded to the project. In addition to the course of the route, it would also be possible to add features, depicted as icons on the map, defining special scenic points with embedded images or user-provided videos. The dynamic nature of how data is called within the project makes it easy for users to explore the map, seamlessly changing between levels to view specific routes as a process to determine the start of their next adventure.</span></p>
<h2><span style="font-weight: 400;">Continuing and Maintaining Custom Route Maps</span></h2>
<p><span style="font-weight: 400;"><a href="http://www.jquerymaps.com/blog/wp-content/uploads/2015/03/Upload-images-videos.jpg"><img class="alignleft size-medium wp-image-547" src="http://www.jquerymaps.com/blog/wp-content/uploads/2015/03/Upload-images-videos-300x188.jpg" alt="jQuery-US-Map" width="300" height="188" /></a>Once the structure of a custom map has been created, with the laters having been defined and an overall look-and-feel established for the page, the fun of building the content begins. Some projects are oriented to be constructed in-house, where routes, along with all visual content are created by a team and produced on the map so that the public can view the application, but not contribute directly. This approach has many benefits, among which is the close oversight of content to ensure continuity and quality in the final publication of information. While this works well for smaller projects, perhaps focused on a reduced geographical area, the challenge to provide reliable first-hand content for larger regions can be too demanding. In many such examples, maps are created in one area by the original creators but eventually shared with the public to expand the content, while preserving a framework of controls to provide a unified experience throughout the project. This shared participation requires projects to have multi-level layers of access. The general public can view the map and provide feedback, but subscribed users registered and approved by an administrator can also post new content, including adding new routes and contributing points of interest with interactive content. Furthermore, any new entries would be flagged on the backend to require final approval by an administrator before being completely published and made visible to the public. <a href="http://www.jquerymaps.com/blog/wp-content/uploads/2015/03/Moto-Scope.jpg"><img class="alignleft size-medium wp-image-550" src="http://www.jquerymaps.com/blog/wp-content/uploads/2015/03/Moto-Scope-300x166.jpg" alt="jQuery-US-Map" width="300" height="166" /></a>As a project expands, it may start to cover many categories of routes that would be more beneficially shown as individual layers. A system of filters, to define custom map routes based on predefined categories, such as hiking trails, dirt roads, or by-ways to name a few options, would assist users in planning their next excursion. </span></p>
<p><span style="font-weight: 400;">As with any project, if you are considering creating a custom mapping solution, feel free to <a href="http://www.jquerymaps.com/company/get-free-30-minute-consultation/" target="_blank"  rel="nofollow" >contact</a> jQueryMaps for a free consultation. </span></p>
<p>The post <a rel="nofollow" href="https://www.jquerymaps.com/blog/customroutemaps-for-fall-foliage-travel/">Custom Route Maps for Fall Foliage Travel</a> appeared first on <a rel="nofollow" href="https://www.jquerymaps.com/blog">jQueryMaps</a>. Follow me too at <a href="https://twitter.com/jquerymaps">Twitter</a>.<br />
<a href="https://www.facebook.com/pages/jQueryMaps/144619118976877">Facebook</a></p>
]]></content:encoded>
			<wfw:commentRss>https://www.jquerymaps.com/blog/customroutemaps-for-fall-foliage-travel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interactive Campus and Building Maps</title>
		<link>https://www.jquerymaps.com/blog/building-maps/</link>
		<comments>https://www.jquerymaps.com/blog/building-maps/#comments</comments>
		<pubDate>Fri, 17 Sep 2021 14:30:27 +0000</pubDate>
		<dc:creator><![CDATA[jQueryMaps]]></dc:creator>
				<category><![CDATA[Custom Maps]]></category>
		<category><![CDATA[Interior Mapping]]></category>
		<category><![CDATA[jQueryMaps]]></category>
		<category><![CDATA[map interior spaces]]></category>
		<category><![CDATA[seating maps]]></category>
		<category><![CDATA[stadium maps]]></category>
		<category><![CDATA[building maps]]></category>
		<category><![CDATA[interactive maps]]></category>
		<category><![CDATA[interior map]]></category>
		<category><![CDATA[Statistical Maps]]></category>

		<guid isPermaLink="false">http://www.jquerymaps.com/blog/?p=961</guid>
		<description><![CDATA[<p>While some of the limelight on the 2020 Olympic and Paralympic games was eclipsed by concerns over the uptick in the spread of COVID-19, the events can still be viewed as a success in many respects. The organizational, security and logistical challenges around an event of this magnitude cannot be understated and the shifting difficulties [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.jquerymaps.com/blog/building-maps/">Interactive Campus and Building Maps</a> appeared first on <a rel="nofollow" href="https://www.jquerymaps.com/blog">jQueryMaps</a>. Follow me too at <a href="https://twitter.com/jquerymaps">Twitter</a>.<br />
<a href="https://www.facebook.com/pages/jQueryMaps/144619118976877">Facebook</a></p>
]]></description>
				<content:encoded><![CDATA[<p><span style="font-weight: 400;">While some of the limelight on the 2020 Olympic and Paralympic games was eclipsed by concerns over the uptick in the spread of COVID-19, the events can still be viewed as a success in many respects. The organizational, security and logistical challenges around an event of this magnitude cannot be understated and the shifting difficulties of COVID-19 certainly increased the stakes of safety conducting such an international event. Given the technological acumen of the hosting country and the embracement of new methods of monitoring events, high-level technology was also at the forefront of the spectacle. This includes new tools to track events, transmit live statistics to spectators, and engage viewers from across the globe in the myriad of events that form part of the Olympics. For the focus of this article, we will discuss the interactive mapping tools that have been developed to assist in supporting these types of extensive events. Among the tools that can be applied are statistical maps to monitor the traffic of spectators around the Olympic venues, navigation maps, and building maps for interior spaces. A well-crafted product, can be used both internally by the hosting country and externally by the general public. Pivoting technology and interactive maps, to facilitate the movement of large groups of people, is an important step to successfully organizing any large-scale events.</span></p>
<p><span id="more-961"></span></p>
<p><span style="font-weight: 400;">In this article, we will look at the following topics: </span></p>
<ul>
<li>
<h3><span style="font-weight: 400;">Area Location Maps</span></h3>
</li>
<li>
<h3><span style="font-weight: 400;">Custom Interior Building Maps</span></h3>
</li>
</ul>
<h2><span style="font-weight: 400;">Interactive Map of events in a city and country and distribution lines</span></h2>
<p><span style="font-weight: 400;"><a href="http://www.jquerymaps.com/blog/wp-content/uploads/2020/10/DynamicCampusMaps.jpg"><img class="alignleft size-medium wp-image-911" src="http://www.jquerymaps.com/blog/wp-content/uploads/2020/10/DynamicCampusMaps-300x188.jpg" alt="DynamicCampusMaps" width="300" height="188" /></a>Coordinating a major event such as hosting an Olympic competition requires the careful oversight of a country&#8217;s infrastructure. Hosting nations need to clarify that cities in which events will be held are capable of reliably and safely moving spectators to their destinations. This involves examining existing train, shuttle, and bus networks around a city and employing new technology to guarantee the punctuality of all services along defined routes. Accurate real-time information and interactive maps are important to achieving this goal, while additional layers of data can be added by deploying GPS data and immediate passenger statistics gathered at the point of entry. This system informs viewers of the capacity of all upcoming transportation services, along with their current occupancy, and an accurate estimate of their arrival time to any venue. Interactive maps give a scaled-back sense of the location of major events distributed throughout an area with the ability to explore individual arenas within a city. <a href="http://www.jquerymaps.com/blog/wp-content/uploads/2015/08/indoor-mapping-software.jpg"><img class="alignleft size-medium wp-image-761" src="http://www.jquerymaps.com/blog/wp-content/uploads/2015/08/indoor-mapping-software-300x126.jpg" alt="interior mapping software" width="300" height="126" /></a>As we will discuss further in the article, arenas can be expanded into building maps, showing the interior details of a venue. With any project, a robust system of filters could be incorporated to select locations based on dates and specific competitions, graying out results that are not pertinent and highlighting all matches on the map. Multi-layered pop-up boxes with important details about a location, including video feeds, images, real-time data, and other interactive content can be embedded within the project and called for any location. An interactive map with the functionality to transition seamlessly from a country view to an individual building map is advantageous in coordinating transportation between cities in a country and between locations within a city.</span></p>
<h2><span style="font-weight: 400;">Custom Building Maps and Interior Venues</span></h2>
<p><span style="font-weight: 400;"><a href="http://www.jquerymaps.com/blog/wp-content/uploads/2019/03/Interior-Mapping-with-Routing.jpg"><img class="alignleft size-medium wp-image-805" src="http://www.jquerymaps.com/blog/wp-content/uploads/2019/03/Interior-Mapping-with-Routing-300x188.jpg" alt="Indoor Mapping with Routes" width="300" height="188" /></a>Projects that require a certain level of granularity can combine jQueryMaps with OpenStreetMap to show street-level detail within a city and in the vicinity of a venue or Olympic village. Any features that are not shown at the street level, such as temporary structures, can be added as selectable objects positioned as overlays on the map. This would include highlighting arenas within an Olympic village and activating these locations based on the results of a filter search. This enables users to query for specific events or activities on a certain day and the result of the search would quickly display as activated venues on a city map. Combining maps with custom filters can produce powerful results that are tailored to the users navigating within the software. This can also include inserting a visitor ID and being provided an overview of all events included within the ticket over the span of several days. The itinerary can furthermore display below the map in a tabular form that is easily exported to a PDF or print format. When producing building maps, it is important that the layout is true to the real distribution of rooms and locations within the facility. This is accomplished by building maps according to true architectural, DWG files. Clients can adapt the DWG files internally and subsequently share them with jQueryMaps to be incorporated into the project. <a href="http://www.jquerymaps.com/blog/wp-content/uploads/2015/04/MallMaps-Kiosks.jpg"><img class="alignleft size-medium wp-image-567" src="http://www.jquerymaps.com/blog/wp-content/uploads/2015/04/MallMaps-Kiosks-300x188.jpg" alt="Mall-Maps" width="300" height="188" /></a>One of the highlights of any interior map project is the inclusion of routing capabilities that direct users from a current location or specified point on the map to any destination. While most of the discussion has been focused on applications accessed through mobile devices, it is also common to integrate interactive building maps, as part of a fixed kiosk with a building. This point of information is useful to visitors given the scale of the screen, but it mirrors the information displayed through mobile devices. In the example mentioned above where the itinerary of a visitor is called based on their past ID, the navigation tool, both within the application or on a kiosk screen can direct them from various points within the building to their specific seats. The map views and data shown on the map can always be printed or easily shared with friends and family at the click of a mouse. The combination of multi-layered maps, spanning views of an entire Country to the interior of a specific building is a highly powerful tool to which multiple sources of data can be connected. Feel free to contact us at <a href="http://www.jquerymaps.com/company/contact/" target="_blank"  rel="nofollow" >jQueryMaps</a> for any questions regarding custom campus or building maps.</span></p>
<p>The post <a rel="nofollow" href="https://www.jquerymaps.com/blog/building-maps/">Interactive Campus and Building Maps</a> appeared first on <a rel="nofollow" href="https://www.jquerymaps.com/blog">jQueryMaps</a>. Follow me too at <a href="https://twitter.com/jquerymaps">Twitter</a>.<br />
<a href="https://www.facebook.com/pages/jQueryMaps/144619118976877">Facebook</a></p>
]]></content:encoded>
			<wfw:commentRss>https://www.jquerymaps.com/blog/building-maps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interactive Maps for Hikers and Outdoor Adventurers</title>
		<link>https://www.jquerymaps.com/blog/interactive-maps/</link>
		<comments>https://www.jquerymaps.com/blog/interactive-maps/#comments</comments>
		<pubDate>Wed, 18 Aug 2021 18:32:58 +0000</pubDate>
		<dc:creator><![CDATA[jQueryMaps]]></dc:creator>
				<category><![CDATA[Boundary maps]]></category>
		<category><![CDATA[Custom Maps]]></category>
		<category><![CDATA[GIS]]></category>
		<category><![CDATA[industry maps]]></category>
		<category><![CDATA[Territories]]></category>
		<category><![CDATA[customization]]></category>
		<category><![CDATA[hiking maps]]></category>
		<category><![CDATA[JavaScript Maps]]></category>
		<category><![CDATA[mapping solutions]]></category>
		<category><![CDATA[outdoor maps]]></category>

		<guid isPermaLink="false">http://www.jquerymaps.com/blog/?p=953</guid>
		<description><![CDATA[<p>As summer is in full swing, many tourists are looking for excursions that provide a break from the routine while still averting large crowds. The appeal for nature-oriented travel has never been stronger and visitors to the US national parks are arriving in record droves. The enchantment includes the ageless appeal to connect with nature [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.jquerymaps.com/blog/interactive-maps/">Interactive Maps for Hikers and Outdoor Adventurers</a> appeared first on <a rel="nofollow" href="https://www.jquerymaps.com/blog">jQueryMaps</a>. Follow me too at <a href="https://twitter.com/jquerymaps">Twitter</a>.<br />
<a href="https://www.facebook.com/pages/jQueryMaps/144619118976877">Facebook</a></p>
]]></description>
				<content:encoded><![CDATA[<p><span style="font-weight: 400;">As summer is in full swing, many tourists are looking for excursions that provide a break from the routine while still averting large crowds. The appeal for nature-oriented travel has never been stronger and visitors to the US national parks are arriving in record droves. The enchantment includes the ageless appeal to connect with nature and the excitement of seeing animals in their natural habitats. Travelers also seek to expand their horizons by trying new hiking routes with the rewards of memorable views and the satisfaction of having achieved new goals. While taking on these adventures, either in the US national parks or throughout expansive conservation lands, the ability to reliably find and follow trail routes provides reassurance and enhances the experience of travelers venturing out into the wild. In many locations internet service can be sparse and following routes marked on traditional web-based maps is unreliable. The ability to locate the trailheads, along with reliable insights on the route, set the precursor to any successful outing. Working with Interactive Maps can enhance your next hiking excursion.</span><span id="more-953"></span></p>
<p><span style="font-weight: 400;">In this article we will look at the following topics:</span></p>
<ul>
<li style="font-weight: 400;">
<h3><span style="font-weight: 400;">Building Reliable and Responsive Maps</span></h3>
</li>
<li style="font-weight: 400;">
<h3><span style="font-weight: 400;">Enabling Interactive Features within your Software</span></h3>
</li>
</ul>
<h2><span style="font-weight: 400;">Considerations when Contemplating Requirements for your Mapping Software</span></h2>
<p><span style="font-weight: 400;"><a href="http://www.jquerymaps.com/blog/wp-content/uploads/2021/08/MapTrail.jpg"><img class="alignleft size-medium wp-image-954" src="http://www.jquerymaps.com/blog/wp-content/uploads/2021/08/MapTrail-300x188.jpg" alt="MapTrail" width="300" height="188" /></a>Most custom mapping tools are created based on existing shapes or DXF layers. In some cases, the trail routes may already have been created using a vector GIS program which can be processed by our team and compiled to run with jQueryMaps. If needed, this task can also be completed externally and delivered to our cartography team at a later date, either by using a tool that captures the GPS coordinates of a path or by tracing the route over a background image that is true to its geospatial position. In both instances, the final files would provide the exact location of the route, which commonly is shown over a high-resolution topographic map background. The interactive maps features of the software can then be built into the system to allow for markers to be positioned along the route showing any number of features, ranging from the suggested views, shelters, or diversions along the hike. The accurate display of the route is just the beginning of the project, as the true value of the interactive map is the data added on the backend. If the project is created with an admin tool, subscribed users can easily upload content for approval which can then be accessed by the public. <a href="http://www.jquerymaps.com/blog/wp-content/uploads/2019/05/Custom-Map-Project-with-Filters-and-Overlays.jpg"><img class="alignleft size-medium wp-image-822" src="http://www.jquerymaps.com/blog/wp-content/uploads/2019/05/Custom-Map-Project-with-Filters-and-Overlays-300x188.jpg" alt="Custom-Map-Project-with-Filters-and-Overlays" width="300" height="188" /></a>A first-hand account from a fellow hiker, with insights on a specific portion of a hike along with images, has incredible value to potential explorers. The dynamic content is shown through a system of layered pop-up boxes which are organized according to tab categories and assigned to a specific lat/lon value along the hike. Users can click on an icon and quickly navigate the categories listed along the top of the pop-up box until they select the content that they would like to view, whether it be the most recent images, hiker notes, or other information stored in the project and conveniently organized by date. The convenience of being able to easily confirm a fork in the path with visual contact that has been uploaded by other members and confirmed within the system is a quick reassurance to keep your excursion on track. </span></p>
<h2><span style="font-weight: 400;">Offline Route Tracking Using Custom Maps</span></h2>
<p><span style="font-weight: 400;"><a href="http://www.jquerymaps.com/blog/wp-content/uploads/2015/05/us-city-interactive-map.jpg"><img class="alignleft size-medium wp-image-628" src="http://www.jquerymaps.com/blog/wp-content/uploads/2015/05/us-city-interactive-map-300x188.jpg" alt="road map" width="300" height="188" /></a>The success of any outdoor application designed to work in a rural setting is the ability to run the software offline. In the case of hiking trails, this means that the interactive tool needs to have the option to easily download the hike and all associated content to the internal storage of the device in order for the information to be visible even when the mobile device is outside of cell phone range. A user would be able to select through an intuitive interface, the specific hikes or even sections of a hike (for longer trails) that should be downloaded, and the interactive contact, such as images, would be filtered to only include the most recent information. The result would provide the hiker with instant access to the full hike route on interactive maps, all available GIS information, and specific interactive content along the route such as uploaded images, notes, and approved observations. The layout of the interactive maps can also be printed from within the application and stored either as a PDF file or sent to an external printer. Following the same functionality, a hike, or even portions of the hike can be exported and shared with other users through email or social media. This can be a convenient method to prepare a hike amongst a team with real information from the ground on which decisions can be based. This can range from the most recent content on trail conditions, to the types of views one can expect to have along the way. This information can guide the planning of a trip in order to avoid unwanted surprises so that the focus of being outdoors is centered on the views and positive experiences.</span></p>
<p><span style="font-weight: 400;">Whatever the type of outdoor plan that you are considering this summer when embarking on a hiking adventure, the support of interactive maps can be both fun and beneficial. Having knowledge of real-time trail information through an interactive tool that is not solely based on internet access is an asset to all outdoor aficionados. <a href="http://www.jquerymaps.com/company/contact/" target="_blank"  rel="nofollow" >Contact</a> jQueryMaps for more information on your next mapping project. </span></p>
<p>The post <a rel="nofollow" href="https://www.jquerymaps.com/blog/interactive-maps/">Interactive Maps for Hikers and Outdoor Adventurers</a> appeared first on <a rel="nofollow" href="https://www.jquerymaps.com/blog">jQueryMaps</a>. Follow me too at <a href="https://twitter.com/jquerymaps">Twitter</a>.<br />
<a href="https://www.facebook.com/pages/jQueryMaps/144619118976877">Facebook</a></p>
]]></content:encoded>
			<wfw:commentRss>https://www.jquerymaps.com/blog/interactive-maps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tracking Climate Change Using Custom Mapping Solutions</title>
		<link>https://www.jquerymaps.com/blog/tracking-climate-change-using-custom-mapping-solutions/</link>
		<comments>https://www.jquerymaps.com/blog/tracking-climate-change-using-custom-mapping-solutions/#comments</comments>
		<pubDate>Fri, 18 Jun 2021 12:58:22 +0000</pubDate>
		<dc:creator><![CDATA[jQueryMaps]]></dc:creator>
				<category><![CDATA[Boundary maps]]></category>
		<category><![CDATA[Custom Maps]]></category>
		<category><![CDATA[industry maps]]></category>
		<category><![CDATA[World Maps]]></category>
		<category><![CDATA[interactive maps]]></category>
		<category><![CDATA[jQueryMaps]]></category>
		<category><![CDATA[mapping solutions]]></category>
		<category><![CDATA[Statistical Maps]]></category>

		<guid isPermaLink="false">http://www.jquerymaps.com/blog/?p=949</guid>
		<description><![CDATA[<p>As the world rebuilds from the humanitarian and economic loss produced by the pandemic, societies are aware that the world stands at a unique crossroads. On one hand, reconstruction efforts can largely follow the existing models of economic growth and prosperity, using current systems as blueprints to recreate what we had prior to the onslaught [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.jquerymaps.com/blog/tracking-climate-change-using-custom-mapping-solutions/">Tracking Climate Change Using Custom Mapping Solutions</a> appeared first on <a rel="nofollow" href="https://www.jquerymaps.com/blog">jQueryMaps</a>. Follow me too at <a href="https://twitter.com/jquerymaps">Twitter</a>.<br />
<a href="https://www.facebook.com/pages/jQueryMaps/144619118976877">Facebook</a></p>
]]></description>
				<content:encoded><![CDATA[<p><span style="font-weight: 400;">As the world rebuilds from the humanitarian and economic loss produced by the pandemic, societies are aware that the world stands at a unique crossroads. On one hand, reconstruction efforts can largely follow the existing models of economic growth and prosperity, using current systems as blueprints to recreate what we had prior to the onslaught of COVID-19. Alternatively, many scientists, academics, and politicians are inclined to galvanize the suffering from the pandemic to rewrite the stands for an economic model that is much more aligned with the environment, sustainability, and social well-being. In many ways, the gravity of the pandemic, with far-reaching effects across all industries, was a forewarning that we are fragile and science and planning can protect us only so far when dealing with the power of mother nature. Environmental scientists have long harped warnings of what might come should pollution levels not change, however changing course often finds friction unless it is provoked by some greater condition. Now that we stand in that unique position, the world must make sound and long-term decisions that will mark the path for decades to come. These decisions, stemming from complex scientific data, are carved into policy and must be effectively communicated to the population in order to be accepted. Custom mapping solutions combining scientific data and georeferenced maps are customizable and highly scalable to show information at the World level as well as within specific communities. </span><span id="more-949"></span></p>
<p><span style="font-weight: 400;">In this article, we will look at the following topics</span></p>
<ul>
<li style="font-weight: 400;">
<h3><span style="font-weight: 400;">Using Custom Maps to Build Forecast Models</span></h3>
</li>
<li style="font-weight: 400;">
<h3><span style="font-weight: 400;">Showing Multiple Levels Within a Single Map Project</span></h3>
</li>
</ul>
<h2><span style="font-weight: 400;">Combining Big Data with Custom Mapping Solutions</span></h2>
<p><span style="font-weight: 400;"><a href="http://www.jquerymaps.com/blog/wp-content/uploads/2016/05/us-map-icons.gif"><img class="alignleft size-medium wp-image-796" src="http://www.jquerymaps.com/blog/wp-content/uploads/2016/05/us-map-icons-300x188.gif" alt="dynamic-us-map" width="300" height="188" /></a>The scientists that build complex forecast models use numerous data metrics to compute predictions around climate change. These include increases in air temperature, water temperature, the concentration of gases in the atmosphere, and water levels, to name a few. As any location can be converted to a latitude/longitude reference point, interpretable by custom mapping solutions, the key to the data is the position from where the readings are taken. Most models rightly treat the situation as a world problem and display results on a World Map, however, the ability to focus on a specific region for a more detailed analysis of the data is equally important. Custom mapping solutions should work with several levels enabling users to garner information from a global perspective while preserving the ability to drill down into a county or region for more specific data. The type of information projected on these custom world maps can be multifold, and the system is flexible to accept new data sets as long as the information is categorized and geocoded in order to be identified on the map. At jQueryMaps, we have experience building these types of highly customized solutions, and our knowledge of how to best project different data sets is extensive. <a href="http://www.jquerymaps.com/blog/wp-content/uploads/2019/03/US-Custom-Territories.jpg"><img class="alignleft size-medium wp-image-810" src="http://www.jquerymaps.com/blog/wp-content/uploads/2019/03/US-Custom-Territories-300x188.jpg" alt="Territories on US Map" width="300" height="188" /></a>Depending on whether the data is a fixed point or a varying condition following a range of fluctuations, it may be more beneficial to either show individual icons for each collection point or group these locations on the backend to only show a heatmap with all of the variations. Projects are also not tied strictly to a single data set or fixed view. Many of the most compelling interactive maps employ a system of filters to allow users to display multiple data sets and manipulate the way the information is plotted. Through these mechanisms, users can interact with the information on a deeper level and draw new insights from the information. As most projects also benefit from a tabular list, the map, along with the accompanying lists can be easily exported for printing or insertion into presentations. </span></p>
<h2><span style="font-weight: 400;">Custom Regional Maps</span></h2>
<p><span style="font-weight: 400;"><a href="http://www.jquerymaps.com/blog/wp-content/uploads/2020/12/Italy-Regional-Map.jpg"><img class="alignleft size-medium wp-image-923" src="http://www.jquerymaps.com/blog/wp-content/uploads/2020/12/Italy-Regional-Map-300x188.jpg" alt="Europe Maps" width="300" height="188" /></a>The ability to scale a project from a top-level view of the World to a specific region provides users with the benefit of perspective to see how imbalances in climate change affect the entire globe. Regions can be composed of traditional areas such as continents or alternatively custom regions can be forged by grouping together administrative divisions. For highly granular projects that fall within cities, it is also possible to integrate external sources using GIS data pulled from SHP files to produce the outlines of a scaled-in campus. Navigation then passes through these levels by assigning a parent-child ID relationship which brings users from the Global view to a custom region with only a few clicks of a mouse. If roadways are important, it is possible to show Open Street Map as a base layer or even link to Google maps within informational pop-up boxes. As all views shown in the project are georeferenced with outlines based on true coordinate values, the same data used at the World view is applicable to the regional maps. <a href="http://www.jquerymaps.com/blog/wp-content/uploads/2020/08/RegionalMapClusters.jpg"><img class="alignleft size-medium wp-image-897" src="http://www.jquerymaps.com/blog/wp-content/uploads/2020/08/RegionalMapClusters-300x188.jpg" alt="RegionalMap&amp;Clusters" width="300" height="188" /></a>By applying the filters described above, users can manipulate the data on all levels, applying variables such as historical scroll bars, types of data collected, and whether the results should be displayed as heat maps or scattered points of individual collection sites. The final map view can always be exported as a high-resolution graphic to be shared and presented to other groups. Contact jQueryMaps for any questions on your next custom map project. </span></p>
<p><span style="font-weight: 400;">When addressing climate change, it is crucial to make sound policy decisions based on trustworthy data and employ software tools that convey the information accurately. The flexibility of these tools adapt to different data sets and assist decision-makers on how changes should be applied to mitigate damage to areas most at risk. </span></p>
<p>The post <a rel="nofollow" href="https://www.jquerymaps.com/blog/tracking-climate-change-using-custom-mapping-solutions/">Tracking Climate Change Using Custom Mapping Solutions</a> appeared first on <a rel="nofollow" href="https://www.jquerymaps.com/blog">jQueryMaps</a>. Follow me too at <a href="https://twitter.com/jquerymaps">Twitter</a>.<br />
<a href="https://www.facebook.com/pages/jQueryMaps/144619118976877">Facebook</a></p>
]]></content:encoded>
			<wfw:commentRss>https://www.jquerymaps.com/blog/tracking-climate-change-using-custom-mapping-solutions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Dynamic World Maps Can Track the Pace of Vaccinations</title>
		<link>https://www.jquerymaps.com/blog/how-dynamic-world-maps-can-track-the-pace-of-vaccinations/</link>
		<comments>https://www.jquerymaps.com/blog/how-dynamic-world-maps-can-track-the-pace-of-vaccinations/#comments</comments>
		<pubDate>Fri, 02 Apr 2021 15:28:30 +0000</pubDate>
		<dc:creator><![CDATA[jQueryMaps]]></dc:creator>
				<category><![CDATA[Custom Maps]]></category>
		<category><![CDATA[Database maps]]></category>
		<category><![CDATA[jQueryMaps]]></category>
		<category><![CDATA[World Maps]]></category>
		<category><![CDATA[custom boundaries]]></category>
		<category><![CDATA[interactive maps]]></category>
		<category><![CDATA[mapping solutions]]></category>
		<category><![CDATA[Statistical Maps]]></category>
		<category><![CDATA[World Map]]></category>

		<guid isPermaLink="false">http://www.jquerymaps.com/blog/?p=942</guid>
		<description><![CDATA[<p>As spring is upon us, bringing welcomed warmer weather and longer days, many are contemplating what normality will look like in the coming months. There is strong hope that as an increased amount of the population becomes vaccinated, the US will be awarded a downed sloping contagion curve. While this is true, there are also [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.jquerymaps.com/blog/how-dynamic-world-maps-can-track-the-pace-of-vaccinations/">How Dynamic World Maps Can Track the Pace of Vaccinations</a> appeared first on <a rel="nofollow" href="https://www.jquerymaps.com/blog">jQueryMaps</a>. Follow me too at <a href="https://twitter.com/jquerymaps">Twitter</a>.<br />
<a href="https://www.facebook.com/pages/jQueryMaps/144619118976877">Facebook</a></p>
]]></description>
				<content:encoded><![CDATA[<p><span style="font-weight: 400;">As spring is upon us, bringing welcomed warmer weather and longer days, many are contemplating what normality will look like in the coming months. There is strong hope that as an increased amount of the population becomes vaccinated, the US will be awarded a downed sloping contagion curve. While this is true, there are also worrisome signs that the fourth surge of contagions spurred by the B.1.1.7 variant might also be on the horizon, making the situation a race to vaccinate in large numbers in order to avoid the worst impacts of this latest wave of the virus. Anxious eyes look to their calendars wondering when it will be safe and reasonable to start making social plans. The rollout of the vaccine in the US is gathering momentum and many people have already received an injection or plan to do so in the near future. Studies show that once a person is vaccinated not only are they less likely to contract a serious case of COVID-19, but they are also less likely to spread the virus to others. This is very encouraging news and much of what normalcy will be like hinges on the rate at which countries vaccinate their populations. </span></p>
<p><span style="font-weight: 400;">Once large sectors are the population are protected, the virus will be limited in its capacity to spread through herd immunity. This will enable governments to ease social restrictions, allowing the economies to reopen and for people to return to more habitual activities, albeit while practicing caution. Given the importance that the vaccination process has for governments and their citizens, it is critical to track the progress using carefully gathered statistical data. </span><span style="font-weight: 400;">This information once tabulated and filtered can be used to drive dynamic world maps to show the rate of vaccinations in real-time and compare the results amongst nations and within regions of specific countries.</span></p>
<p><span id="more-942"></span></p>
<p><span style="font-weight: 400;">In this article, we will look at the following topics:</span></p>
<ul>
<li>
<h3><span style="font-weight: 400;">Combining real-time data with dynamic maps</span></h3>
</li>
<li>
<h3><span style="font-weight: 400;">Using world maps to plan travel and reduce restrictions</span></h3>
</li>
</ul>
<h2><span style="font-weight: 400;">Big Data and Granular Mapping at the World Level</span></h2>
<p><span style="font-weight: 400;"><a href="http://www.jquerymaps.com/blog/wp-content/uploads/2019/03/World_Map_Countries.jpg"><img class="alignleft size-medium wp-image-801" src="http://www.jquerymaps.com/blog/wp-content/uploads/2019/03/World_Map_Countries-300x188.jpg" alt="World Map Country Divisions" width="300" height="188" /></a>With the goal of providing a mechanism to display real-time statistical data in an interpretable and easily presentable fashion, dynamic world maps can be paired with vaccine data tracking sources and configured to populate from the same backend databases. Information is often gathered at the National level, which is helpful for drawing comparisons amongst nations but is limited in providing useful statistics to the population. To this end, using more granular State, County, or municipal level maps, can be much more constructive. Projects can be configured to contain multiple views, each called through a simple dropdown filter so that viewers can choose whether to view aggregate statistics at the national level or hone in on subdivisions of a specific country. These multi-level maps are powerful tools for transmitting vaccination tracking reports to a community. The same map can show aggregate values at the Global level while also offering a comparison of information within States or Counties. Vaccination sites commonly collect the basic contact information for all treated individuals, including their home addresses. </span></p>
<p><span style="font-weight: 400;"><a href="http://www.jquerymaps.com/blog/wp-content/uploads/2021/03/Townships.jpg"><img class="alignleft size-medium wp-image-943" src="http://www.jquerymaps.com/blog/wp-content/uploads/2021/03/Townships-300x188.jpg" alt="Townships" width="300" height="188" /></a>The individual data is kept private, but the address location can be assigned to a municipality or county so that the information is only tabulated according to this based division. Once each vaccine dose is assigned to the smallest division on the map, it is simple for the software to tally the values for all parent layers. The possibilities for using the software are multifold, including building a system of filters to define specific criteria on the maps, whether by date range or future projections. Since vaccination sites are already collecting the data, feeding this information to dynamic world maps would only involve connecting the map software to the backend databases. Once set up, the maps automatically refresh as new data is appended and information can be easily exported for presentations, both in a tabular form as well as high-resolution PNG files. The Dynamic Maps can inform viewers within the embedded website, as part of the goal of tracking progress and managing expectations within a community.</span></p>
<h2><span style="font-weight: 400;">Relaxing Social Distancing Measures Using Dynamic World Maps</span></h2>
<p><span style="font-weight: 400;"><a href="http://www.jquerymaps.com/blog/wp-content/uploads/2020/08/USCountyHeatMap.jpg"><img class="alignleft size-medium wp-image-898" src="http://www.jquerymaps.com/blog/wp-content/uploads/2020/08/USCountyHeatMap-300x188.jpg" alt="USCountyHeatMap" width="300" height="188" /></a>The goal for governments and the long-anticipated hope for citizens is that once a significant percentage of the population is vaccinated, the transition from imposed social distancing to more relaxed cautionary measures can begin. This shift will likely begin with the lifting of travel restraints in order to launch the tourism sector in time for the summer season. Yet as we see currently unfolding, the rollout of the vaccine is not progressing at the same rate across the developed world. The speed at which countries are able to successfully secure vaccines and administer them to their populations has fluctuated widely. As data is gathered, this information can be monitored using Dynamic World Maps and once specific countries cross a favorable threshold, maps can be configured to color code regions accordingly, providing viewers with a quick reference as to areas of most secure travel. This can be accomplished at the global level for international travel, but also applied to regions of specific countries by expanding the cartography to include sub-divisions by Province/State. This would benefit travelers as they plan their itineraries to concentrate their movements in areas with a higher level of vaccination, which in turn would most likely mean lower levels of social restrictions. The custom maps can be dovetailed with any type of administrative division, such as townships, as long as there is data to support this level of tabulation. For example, overlays can be applied on OpenStreetMaps to define specific districts within a city or townships within a County, which then could potentially show the percentage of residents who have been successfully vaccinated within this specific area. Policymakers can turn to these types of software tools when forecasting new guidelines and maximizing the efficacy of the vaccination campaign. </span></p>
<p><span style="font-weight: 400;">There is a lot at stake in securing that the World is able to work together to provide a successful and equitable vaccination program to all citizens. Accurate data and the implementation of new software, including Dynamic World Maps, can be employed to serve this purpose and inform the general population. Please contact jQueryMaps with any questions on future mapping projects.</span></p>
<p>The post <a rel="nofollow" href="https://www.jquerymaps.com/blog/how-dynamic-world-maps-can-track-the-pace-of-vaccinations/">How Dynamic World Maps Can Track the Pace of Vaccinations</a> appeared first on <a rel="nofollow" href="https://www.jquerymaps.com/blog">jQueryMaps</a>. Follow me too at <a href="https://twitter.com/jquerymaps">Twitter</a>.<br />
<a href="https://www.facebook.com/pages/jQueryMaps/144619118976877">Facebook</a></p>
]]></content:encoded>
			<wfw:commentRss>https://www.jquerymaps.com/blog/how-dynamic-world-maps-can-track-the-pace-of-vaccinations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
