windows map app download MapWindow GIS for Windows. The MapWindow GIS app is a free, open source extensible geographic information system (GIS), which may be used as an open-source alternative desktop GIS, to distribute data to others, or to develop and distribute custom spatial data analysis tools. The app includes standard GIS data visualization features as well as DBF attribute table editing, Shapefile editing, and data converters. MapWindow GIS supports dozens of standard GIS formats, including Shapefiles, GeoTIFF, ESRI ArcInfo ASCII and binary grids. The interface is fairly standard and is not difficult to navigate. The default layout includes a map area, a legend pane and a preview-map pane. In addition there are also built-in toolbar buttons that allow you to create, save and open project files, and navigate and print the map. The navigation tools include functions such as pan, zoom-in, zoom-out, zoom-to-selected-layer, zoom-to-selected-shapes, and zoom-to-full- extents. There is also a toolbar button for adding and removing data layers from the map, and a ‘selection’ tool as well. Technical. Windows 98, Windows Vista, Windows 2003, , , Windows XP, Windows 2000, Windows 7 English, German, Spanish, French, Italian, Japanese, Polish, Chinese. MapWindow GIS for PC. User rating User Rating. Changelog. We don't have any change log information yet for version 4.8.8.1 of MapWindow GIS. Sometimes publishers take a little while to make this information available, so please check back in a few days to see if it has been updated. Can you help? If you have any changelog info you can share with us, we'd love to hear from you! Head over to ourContact pageand let us know. Explore Apps. Related Software. Tux Paint. Tux Paint is a free, award-winning drawing application aimed at children ages 3 to 12 (preschool and K-6). Tux Paint is used in schools around the world as a computer literacy drawing activity. It. Beyond Compare. Beyond Compare 3 is the ideal tool for comparing files and folders on your Windows system. Visualize changes in your code and carefully reconcile them. Compare Files, FoldersBeyond Compare allows y. mp3cutter. Have you ever wanted to trim and edit your .MP3 collection to make it fresh, with no dead sounds and tracks faded in and out to your liking? Now you can! Abelssoft’s mp3cutter is a simple utility t. How to fix issues with the Downloaded Maps Manager in Windows 10. Some map apps, such as Windows Maps, depend on the Downloaded Maps Manager service, also known as MapsBroker. If you download offline maps, this service runs in the background to keep them up to date. Because it only runs occasionally, it consumes very few system resources. It's enabled by default, but it might become disabled by your IT department or by system management tools. If it's disabled, the Windows Maps app might crash, fail to launch, or display maps incorrectly. If this happens, follow these steps to enable this service: In the search box on the , type services , and then select Services in the list of results. Under Name , find Downloaded Maps Manager , and under Startup Type , see if it's set to Automatic (Delayed Start) . If Startup Type is not set to Automatic (Delayed Start) , right-click Downloaded Maps Manager , and then select Properties . On the General tab, next to Startup type , select Automatic (Delayed Start) , and then select OK . Windows Maps. View maps for specific regions, get directions, switch map views or toggle traffic information by turning to this handy application. If you are traveling a lot or just moved out of the city and need to get directions, you can now turn to specialized applications that can provide you with the needed information in a quick, convenient way. One of the applications that can help you in the situation depicted above is Windows Maps , as it packs several tools that can come in handy. Quick setup. This program can be installed on your computer with minimum difficulty since it does not require any additional nor complex configuration on your side. The only necessary steps are navigating to the product's page on Windows Store and hitting the Install button, as the rest of the setup is performed automatically without your further assistance. Smooth layout. Windows Maps comes with a polished, user-friendly interface that packs various easy-to-use functions, making it simple for you to benefit from its capabilities, whether you are a novice or an advanced user. Its controls are organized directly on the main screen, so that you do not have to waste time browsing endless menus, looking for the appropriate function. Although no form of help documentation is available, it is unlikely that you would need a user guide since its functions are highly intuitive. View maps and get directions. This program enables you to view maps for any desired area. You can do so by simply typing the corresponding region in the designated box. It is possible to choose from aerial and road views, according to your needs, and also toggle traffic along with incidents or cameras' visibility. In order to get direction, you need to hit the road sign button and type the starting point and the destination. You can switch between car, bus and walk modes, depending on how you want to travel. This application also lets you take 3D tours in various locations. Handy map viewer that provides you with directions and lets you take 3D virtual tours. In conclusion, Windows Maps is a reliable application that lets you view maps for any specified region, switch between aerial and road view modes, retrieve directions and take 3D tours. It comes with a user-friendly interface, packs a handful of intuitive functions and can be installed on your computer without efforts. Launch the Windows Maps app. Learn how to launch the Windows Maps app from your app. This topic describes the bingmaps: , ms-drive-to: , ms-walk-to: , and ms-: Uniform Resource Identifier (URI) schemes. Use these URI schemes to launch the Windows Maps app to specific maps, directions, and search results or to download Windows Maps offline maps from the Settings app. Tip To learn more about launching the Windows Maps app from your app, download the Universal Windows Platform (UWP) map sample from the Windows-universal-samples repo on GitHub. Introducing URIs. URI schemes let you open apps by clicking hyperlinks (or programmatically, in your app). Just as you can start a new email using mailto: or open a web browser using http: , you can open the Windows maps app using bingmaps: , ms-drive-to: , and ms-walk-to: . The bingmaps: URI provides maps for locations, search results, directions, and traffic. The ms-drive-to: URI provides turn-by-turn driving directions from your current location. The ms-walk-to: URI provides turn-by-turn walking directions from your current location. For example, the following URI opens the Windows Maps app and displays a map centered over New York City. Here is a description of the URI scheme: bingmaps:?query. In this URI scheme, query is a series of parameter name/value pairs: ¶m1=value1¶m2=value2 … For a full list of the available parameters, see the bingmaps:, ms-drive-to:, and ms-walk-to: parameter reference. There are also examples later in this topic. Launch a URI from your app. To launch the Windows Maps app from your app, call the LaunchUriAsync method with a bingmaps: , ms-drive-to: , or ms-walk-to: URI. The following example launches the same URI from the previous example. For more info about launching apps via URI, see Launch the default app for a URI. In this example, the LauncherOptions class is used to help ensure the Windows Maps app is launched. Display known locations. There are many options to control which part of the map to show. You can use the cp (center point) parameter with either the rad (radius) or the lvl (zoom level) parameters to show a location and choose how close to zoom in to it. When you use the cp parameter, you can also specify a hdg (heading) and pit (pitch) to control what direction to look. Another method is to use the bb (bounding box) parameter to provide the maximum south, east, north, and west coordinates of the area you want to show. To control the type of view, use the sty (style) and ss (Streetside) parameters. The sty parameter lets you switch between road and aerial views. The ss parameter puts the map into a Streetside view. For more info about these and other parameters, see the bingmaps: parameter reference. Display search results. When searching for places using the q parameter, we recommend making the terms as specific as possible and using the cp , bb , or where parameters to specify a search location. If you do not specify a search location and the user's current location isn't available, the search may not return meaningful results. Search results are displayed in the most appropriate map view. For more info about these and other parameters, see the bingmaps: parameter reference. Display multiple points. Use the collection parameter to show a custom set of points on the map. If there is more than one point, a list of points is displayed. There can be up to 25 points in a collection and they are listed in the order provided. The collection takes precedence over search and directions requests. For more info about this parameter and others, see the bingmaps: parameter reference. Display directions and traffic. You can display directions between two points using the rtp parameter; those points can be either addresses or latitude and longitude coordinates. Use the trfc parameter to show traffic information. To specify the type of directions: driving, walking, or transit, use the mode parameter. If mode isn't specified, directions will be provided using the user's preferred mode of transportation. For more info about these parameters and others, see the bingmaps: parameter reference. Display turn-by-turn directions. The ms-drive-to: and ms-walk-to: URI schemes let you launch directly into a turn-by-turn view of a route. These URI schemes can only provide directions from the user's current location. If you must provide directions between points that do not include the user's current location, use the bingmaps: URI scheme as described in the previous section. For more info about these URI schemes, see the ms-drive-to: and ms-walk-to: parameter reference. Important When the ms-drive-to: or ms-walk-to: URI schemes are launched, the Maps app will check to see if the device has ever had a GPS location fix. If it has, then the Maps app will proceed to turn-by-turn directions. If it hasn't, the app will display the route overview, as described in Display directions and traffic. Sample URI Results ms-drive-to:?destination.latitude=47.680504&destination.longitude=-122.328262&destination.name=Green Lake Displays a map with turn-by-turn driving directions to Green Lake from your current location. ms-walk-to:? destination.latitude=47.680504&destination.longitude=-122.328262&destination.name=Green Lake Displays a map with turn-by-turn walking directions to Green Lake from your current location. Download offline maps. The ms-settings: URI scheme lets you launch directly into a particular page in the Settings app. While the ms-settings: URI scheme doesn't launch into the Maps app, it does allow you to launch directly to the Offline Maps page in the Settings app and displays a confirmation dialog to download the offline maps used by the Maps app. The URI scheme accepts a point specified by a latitude and longitude and automatically determines if there are offline maps available for a region containing that point. If the latitude and longitude passed happen to fall within multiple download regions, the confirmation dialog will let the user pick which of those regions to download. If offline maps are not available for a region containing that point, the offline Maps page in the Settings app is displayed with an error dialog. Sample URI Results ms-settings:maps-downloadmaps?latlong=47.6,-122.3 Opens the Settings app to the Offline Maps page with a confirmation dialog displayed to download maps for the region containing the specified latitude-longitude point. bingmaps: parameter reference. The syntax for each parameter in this table is shown by using Augmented Backus–Naur Form (ABNF). degreeslat = ["-"] 1*3DIGIT ["." 1*7DIGIT] degreeslon = ["-"] 1*2DIGIT ["." 1*7DIGIT] Both values must be expressed in decimal degrees and separated by a tilde( Valid longitude values are between -180 and +180 inclusive. Valid latitude values are between -90 and +90 inclusive. bb = "bb=" southlatitude "_" westlongitude " " northlatitude "_" eastlongitude. degreeslat = ["-"] 13DIGIT ["." 17DIGIT] degreeslon = ["-"] 12DIGIT ["." 17DIGIT] A rectangular area that specifies the bounding box expressed in decimal degrees, using a tilde ( ) to separate the lower left corner from the upper right corner. Latitude and longitude for each are separated with an underscore ( _ ). Valid longitude values are between -180 and +180 inclusive. Valid latitude values are between -90 and +90 inclusive. The cp and lvl parameters are ignored when a bounding box is provided. Search term for a specific location, landmark or place. Search term for local business or category of businesses. lvl = "lvl ." 1 2DIGIT] Defines the zoom level of the map view. Valid values are 1-20 where 1 is zoomed all the way out. Defines the map style. Valid values for this parameter include: a : Display an aerial view of the map. r : Display a road view of the map. 3d : Display a 3D view of the map. Use in conjunction with the cp parameter and optionally with the rad parameter. In Windows 10, the aerial view and 3D view styles are the same. A circular area that specifies the desired map view. The radius value is measured in meters. Indicates the angle that the map is viewed at, where 90 is looking out at the horizon (maximum) and 0 is looking straight down (minimum). Indicates the direction the map is heading in degrees, where 0 or 360 = North, 90 = East, 180 = South, and 270 = West. Indicates that street-level imagery is shown when ss=1 . Omitting the ss parameter produces the same result as ss=0 . Use in conjunction with the cp parameter to specify the location of the street-level view. trfc = "trfc left"> Specifies whether traffic information is included on the map. Omitting the trfc parameter produces the same results as trfc=0 . rtp = "rtp=" (waypoint " waypoint = ("pos." point ) / ("adr." whereval) point = "point." pointval ["_" title] pointval = degreeslat "" degreeslon. degreeslat = ["-"] 13DIGIT ["." 17DIGIT] degreeslon = ["-"] 12DIGIT ["." 17DIGIT] Defines the start and end of a route to draw on the map, separated by a tilde ( ). Each of the waypoints is defined by either a position using ltitude, longitude, and optional title or an address identifier. A complete route contains exactly two waypoints. For example, a route with two waypoints is defined by rtp="A" It's also acceptable to specify an incomplete route. For example, you can define only the start of a route with rtp="A" . In this case, the directions input is displayed with the provided waypoint in the From field and the To field has focus. If only the end of a route is specified, as with rtp= "B" , the directions panel is displayed with the provided waypoint in the To field. If an accurate current location is available, the current location is pre-populated in the From field with focus. No route line is drawn when an incomplete route is given. Use in conjunction with the mode parameter to specify the mode of transportation (driving, transit, or walking). If mode isn't specified, directions will be provided using the user's mode of transportation preference. mode = "mode=" ("d" / "t" / "w") Defines the transportation mode. Valid values for this parameter include: d : Displays route overview for driving directions t : Displays route overview for transit directions w : Displays route overview for walking directions. Use in conjunction with the rtp parameter for transportation directions. If mode isn't specified, directions will be provided using the user's mode of transportation preference. A mode can be provided with no route parameter to enter directions input for that mode from the current location. name = "name." whereval. point = "point." pointval ["_" title] pointval = degreeslat "" degreeslon. degreeslat = ["-"] 13DIGIT ["." 17DIGIT] degreeslon = ["-"] 12DIGIT ["." 17DIGIT] Collection of points to be added to the map and list. The collection of points can be named using the name parameter. A point is specified using a latitude, longitude, and optional title. Separate name and multiple points with tildes ( If the item you specify contains a tilde, make sure the tilde is encoded as %7E . If not accompanied by Center point and Zoom Level parameters, the collection will provide the best map view. Important If the item you specify contains an underscore, make sure the underscore is double encoded as %255F. ms-drive-to: parameter reference. The URI to launch a request for turn-by-turn driving directions does not need to be encoded and has the following format. Note You don’t specify the starting point in this URI scheme. The starting point is always assumed to be the current location. If you need to specify a starting point other than the current location, see Display directions and traffic. Parameter Definition Example Details destination.latitude Destination latitude Example: destination.latitude=47.6451413797194 The latitude of the destination. Valid latitude values are between -90 and +90 inclusive. destination.longitude Destination longitude Example: destination.longitude=- 122.141964733601 The longitude of the destination. Valid longitude values are between -180 and +180 inclusive. destination.name Name of the destination Example: destination.name=Redmond, WA The name of the destination. You do not have to encode the destination.name value. ms-walk-to: parameter reference. The URI to launch a request for turn-by-turn walking directions does not need to be encoded and has the following format. Note You don’t specify the starting point in this URI scheme. The starting point is always assumed to be the current location. If you need to specify a starting point other than the current location, see Display directions and traffic. Parameter Definition Example Details destination.latitude Destination latitude Example: destination.latitude=47.6451413797194 The latitude of the destination. Valid latitude values are between -90 and +90 inclusive. destination.longitude Destination longitude Example: destination.longitude=- 122.141964733601 The longitude of the destination. Valid longitude values are between -180 and +180 inclusive. destination.name Name of the destination Example: destination.name=Redmond, WA The name of the destination. You do not have to encode the destination.name value. ms-settings: parameter reference. The syntax for maps app specific parameters for the ms-settings: URI scheme is defined below. maps-downloadmaps is specified along with the ms-settings: URI in the form of ms-settings:maps-downloadmaps? to indicate the offline maps settings page. The Best of C-MAP in an App. With the C-MAP App always have the latest most detailed chart data to hand, on , tablet or PC; personalise your experience with the chart layers that you need – view your charts, your way. Planning routes has never been easier, save your favourite destinations or fishing spots in the App, check the weather, and when it’s time to go, create your route or let Autorouting do it for you. Weather Along the Route. HRB with Autorouting. Points of Interest. Custom Depth Shading. Shaded Relief. Your Charts, Your Way. C-MAP charts maintain accuracy while staying free from clutter. Customise your charts for the perfect fit. Turn on the features you love, select your unit of measurement, change the map type to suit and make use of the extensive Points of Interest pre-loaded or add your own. Plan your trips and stay safe on the water with our high accuracy weather features. You can check the weather forecast, with air and water temperature, wind and wave data, precipitation, tides, moon phase and more. You can also plan with Autorouting and check the weather along this route for the next 5 days. You can even view weather data overlaid on the chart. Routes, Tracks & Waypoints. Make the most of your time on the water by planning your Routes in advance – you’ll be ready to go in no time! Tracks show a “breadcrumb trail” so you can repeat a route or share with friends. Save your favourite places with personal Waypoints; choose the icon, edit the coordinates, even add a photo and some notes. C-MAP Traffic & AIS. Stay safe on the water by increasing your situational awareness. See all boats with Class A and B enabled AIS within a 100km radius of your current position. View their position, speed and course. In high-traffic areas or in low visibility, AIS can help to keep you informed and safe on the water. With C-MAP Traffic you can keep track of friends and see the locations of fellow App-users. Simply select a location or one of your saved Places to get a suggested route and ETA. You can even plan in advance from your computer and sync to your Tablet or Mobile. Points of Interest. Explore marinas, harbors, beaches and more. Includes information such as VHF channels, number of berths in a marina, draft and length, amenities, and even photos and reviews from other users. High Resolution Bathymetry. Helps you identify shallows, drop-offs, ledges, holes or humps through contour lines accurate down to a 1-ft level of detail. Custom Depth Shading. Set a clear safety depth to make navigation safer, to create a paper chart-like view or set your own custom view and see things your way. GPX Import & Export. Easily import GPX files into your App – perfect if you have Routes, Tracks or Waypoints saved outside of the App, or if a friend wants to share a route. You can also export the same way. Use your GPS position through your Mobile or Tablet to set an Anchoring Alert. Be notified if your anchor starts to drag away from your set anchoring point. * coming soon.