Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

osmjs(1) [debian man page]

OSMJS(1)						      General Commands Manual							  OSMJS(1)

NAME
osmjs - Javascript interpreter for the Osmium framework SYNOPSIS
osmjs [options] osmfile [args] DESCRIPTION
This manual page documents briefly the osmjs command. osmjs is an Osmium based framework for handling OSM data by calling Javascript callbacks for each object in an OSM data file. This gives you the flexibility of Javascript together with speed of the C++ Osmium framework and the Google V8 Javascript JIT compiler. osmfile can be an OSM XML (suffix .osm) (optionally packed with bz2 or gz) or PBF (suffix .osm.pbf) file. In single-pass mode it can also be '-' to read a PBF file from stdin. OPTIONS
This program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. -h, --help Show summary of options. -d, --debug Enable debugging output. -i FILE, --include=FILE Include Javascript file (can be given several times) -j FILE, --javascript=FILE Process given Javascript file -l STORE, --location-store=STORE Set location store (default: 'none'). See below for a list of available stores. -r, --no-repair Do not attempt to repair broken multipolygons -2, --2pass Read osmfile twice -m, --multipolygon Build multipolygons (implies -2) STORES
none Do not store node locations (you will have no way or polygon geometries) array Store node locations in large array (use for large OSM files) disk Store node locations on disk (use when low on memory) sparsetable Store node locations in sparse table (use for small OSM files) AUTHOR
Osmium was written by Jochen Topf <jochen@topf.org>. This manual page was written by David Paleino <dapal@debian.org>, for the Debian project (and may be used by others). November 14, 2011 OSMJS(1)

Check Out this Related Man Page

V8JS.__CONSTRUCT(3)							 1						       V8JS.__CONSTRUCT(3)

V8Js::__construct - Construct a newV8Jsobject

SYNOPSIS
public V8Js::__construct TRUE ([string $object_name = "PHP"], [array $variables = array()], [array $extensions = array()], [bool $report_uncaught_exceptions]) DESCRIPTION
Constructs a new V8Js object. PARAMETERS
o $object_name - The name of the object passed to Javascript. o $variables - Map of PHP variables that will be available in Javascript. Must be an associative array in format array("name-for-js" => "name- of-php-variable"). Defaults to empty array. o $extensions - List of extensions registered using V8Js.registerExtension(3) which should be available in the Javascript context of the created V8Js object. Note Extensions registered to be enabled automatically do not need to be listed in this array. Also if an extension has dependen- cies, those dependencies can be omitted as well. Defaults to empty array. o $report_uncaught_exceptions - Controls whether uncaught Javascript exceptions are reported immediately or not. Defaults to TRUE. If set to FALSE the uncaught exception can be accessed using V8Js.getPendingException(3). RETURN VALUES
Returns a new V8Js context object. PHP Documentation Group V8JS.__CONSTRUCT(3)
Man Page

7 More Discussions You Might Find Interesting

1. Cybersecurity

Function of Javascript within Unix Network

What attacks can a Unix box get through Javascript? Is the Web Client secure against Javascript attacks if any? Do we have a Trojan horse made in JavaScript? (3 Replies)
Discussion started by: netass
3 Replies

2. UNIX for Dummies Questions & Answers

.osm file growing

my /etc/.osm file is growing rapidly and logging large amounts of activity. Can anyone tell me what this file is for and what types of information is logged in this file. Thanks in advance for your help!! (1 Reply)
Discussion started by: golfs4us
1 Replies

3. Cybersecurity

Is there any Javascript things for Lynx?

Just wondered if anyone knows of a Javascript thing for Lynx, would be happy to be able to enter even such pages... Please answer if you know something about it... I'm using Linux 2.2.19, Slackware and Lynx 2.8.3... Thanks for answering...=) (7 Replies)
Discussion started by: zeus
7 Replies

4. Web Development

Sortable Tables in Javascript

Hi, I am writing a web application using Perl-CgI mostly. I wanted to integrate a table in which I was capable of sorting columns and I don't think this is possible with static HTML code. Can someone help me integrating some javascript code into what I have to acheive the above? Regards,... (6 Replies)
Discussion started by: garric
6 Replies

5. UNIX for Dummies Questions & Answers

Best UNIX for home server

Hello all, Yes I am a newbie to the programming world and just conquered XML and Javascript, now I need to get my own homeserver. My question is if I wanted to start my own server for FTP, and web hosting which UNIX OS is the best for this purpose, and which is the easiest to a newcomer.... (1 Reply)
Discussion started by: catalystic37
1 Replies

6. Cybersecurity

Javascript injection only when referred by search engine.

My website has some weird malware installed in it. When I click on a link from a search engine (google, bing, or even yahoo) my pages get a string of javascript inserted into them. The page can be a simple "Hello World" and it will still inject a line of javascript into the page. Here is a screen... (1 Reply)
Discussion started by: noPermissions
1 Replies

7. What is on Your Mind?

Javascript CDN Loading Issues - Changed to Google CDN

Yesterday a couple of people on the West Coast of the US reported some issues loading the home page, and in particular it seemed like parts of the site was blocked from loading because of some networking issues. In order to hopefully fix this issue, I have changed a couple of our Javascript... (1 Reply)
Discussion started by: Neo
1 Replies